From 6fa01b1ad1ae288fb84fe65d48fb93dc47cef105 Mon Sep 17 00:00:00 2001 From: Christoph Hofmann Date: Mon, 23 Dec 2024 12:44:25 +0100 Subject: [PATCH] Refactor project structure and update configurations - Added new project `openHAB.Windows.Package` to the solution. - Replaced `Any CPU` with specific platform configurations (`x86`, `x64`, `arm64`). - Updated `AppResources.cs` to use `Microsoft.Windows.ApplicationModel.Resources`. - Modified resource loader initialization in `AppResources.cs`. - Added `JsonIgnore` to `Profile` in `Connection.cs` and introduced `ProfileId`. - Created `ConnectionProfiles` class and refactored `Settings` class. - Replaced `Newtonsoft.Json` with `System.Text.Json` in `SettingsService.cs`. - Updated image assets and paths in `Package.appxmanifest`. - Added `openHAB.Windows.Package.wapproj` with project configurations. - Cleaned up `App.xaml` and removed unused `using` directives. - Updated `app.manifest` and `openHAB.Windows.csproj` for new configurations. - Added new publish profile files for different architectures. Add new project, update configs, and switch to System.Text.Json Added a new project `openHAB.Windows.Package` to the solution. Replaced `Any CPU` with specific platform configurations (`x86`, `x64`, `arm64`). Updated `AppResources.cs` to use `Microsoft.Windows.ApplicationModel.Resources`. Changed resource loader initialization in `AppResources.cs`. Added `JsonIgnore` attribute to `Profile` property in `Connection` class. Introduced `ProfileId` property and created `ConnectionProfiles` class. Updated `Settings` class to use `ConnectionProfiles.GetProfiles()`. Simplified `ConnectionProfiles` property in `Settings` class. Reformatted `LastSitemap` property in `Settings` class. Switched JSON operations to `System.Text.Json` in `SettingsService.cs`. Updated namespaces and using directives for new project structure. Added new binary image files and updated existing ones. Updated `Package.StoreAssociation.xml` for store association changes. Updated `Package.appxmanifest` for version, logo paths, and formatting. Added `openHAB.Windows.Package.wapproj` with platform configurations. Modified `App.xaml` and `App.xaml.cs` for template and namespace changes. Removed unused `openHAB.Windows.Services` namespace imports. Updated `app.manifest` and `openHAB.Windows.csproj` for new configurations. Added new publish profiles for different platforms. Signed-off-by: Christoph Hofmann --- OpenHAB.Windows.sln | 64 +- openHAB.Core.Client.csproj | 19 - src/openHAB.Common/AppResources.cs | 9 +- src/openHAB.Common/openHAB.Common.csproj | 2 +- .../Connection/Models/Connection.cs | 18 + .../Connection/Models/ConnectionProfiles.cs | 38 + src/openHAB.Core/Model/Settings.cs | 26 +- src/openHAB.Core/Services/IconCaching.cs | 1 + .../Services/Models/OpenHABException.cs | 3 +- src/openHAB.Core/Services/SettingsService.cs | 11 +- .../Assets/Square71x71Logo.scale-100.png | Bin .../Assets/Square71x71Logo.scale-125.png | Bin .../Assets/Square71x71Logo.scale-150.png | Bin .../Assets/Square71x71Logo.scale-200.png | Bin .../Images/LockScreenLogo.scale-200.png} | Bin 1451 -> 1430 bytes .../Images}/SplashScreen.scale-100.png | Bin .../Images}/SplashScreen.scale-125.png | Bin .../Images}/SplashScreen.scale-150.png | Bin .../Images}/SplashScreen.scale-200.png | Bin .../Images}/SplashScreen.scale-400.png | Bin .../Images}/Square150x150Logo.scale-100.png | Bin .../Images}/Square150x150Logo.scale-125.png | Bin .../Images}/Square150x150Logo.scale-150.png | Bin .../Images}/Square150x150Logo.scale-200.png | Bin .../Images}/Square150x150Logo.scale-400.png | Bin .../Images}/Square310x310Logo.scale-100.png | Bin .../Images}/Square310x310Logo.scale-125.png | Bin .../Images}/Square310x310Logo.scale-150.png | Bin .../Images}/Square310x310Logo.scale-200.png | Bin .../Images}/Square310x310Logo.scale-400.png | Bin .../Images}/Square44x44Logo.scale-100.png | Bin .../Images}/Square44x44Logo.scale-125.png | Bin .../Images}/Square44x44Logo.scale-150.png | Bin .../Images}/Square44x44Logo.scale-200.png | Bin .../Images}/Square44x44Logo.scale-400.png | Bin .../Images}/Square44x44Logo.targetsize-16.png | Bin ...x44Logo.targetsize-16_altform-unplated.png | Bin .../Images}/Square44x44Logo.targetsize-24.png | Bin ...x44Logo.targetsize-24_altform-unplated.png | Bin .../Square44x44Logo.targetsize-256.png | Bin ...44Logo.targetsize-256_altform-unplated.png | Bin .../Images}/Square44x44Logo.targetsize-32.png | Bin ...x44Logo.targetsize-32_altform-unplated.png | Bin .../Images}/Square44x44Logo.targetsize-48.png | Bin ...x44Logo.targetsize-48_altform-unplated.png | Bin .../Images/Square71x71Logo.scale-100.png | Bin 0 -> 4330 bytes .../Images/Square71x71Logo.scale-125.png | Bin 0 -> 5566 bytes .../Images/Square71x71Logo.scale-150.png | Bin 0 -> 6749 bytes .../Images/Square71x71Logo.scale-200.png | Bin 0 -> 9105 bytes .../Images}/Square71x71Logo.scale-400.png | Bin .../Images/StoreLogo.scale-100.png} | Bin .../Images/StoreLogo.scale-125.png} | Bin .../Images/StoreLogo.scale-150.png} | Bin .../Images/StoreLogo.scale-200.png} | Bin .../Images/StoreLogo.scale-400.png} | Bin .../Images}/Wide310x150Logo.scale-100.png | Bin .../Images}/Wide310x150Logo.scale-125.png | Bin .../Images}/Wide310x150Logo.scale-150.png | Bin .../Images}/Wide310x150Logo.scale-200.png | Bin .../Images}/Wide310x150Logo.scale-400.png | Bin .../Package.StoreAssociation.xml | 2 +- .../Package.appxmanifest | 60 +- .../openHAB.Windows.Package.wapproj | 109 + src/openHAB.Windows/App.xaml | 21 +- src/openHAB.Windows/App.xaml.cs | 1 - .../Controls/ChartWidget.xaml.cs | 1 - .../Controls/ColorWidget.xaml.cs | 1 - .../Converters/IconToBitmapConverter.cs | 1 - src/openHAB.Windows/DIService.cs | 4 +- src/openHAB.Windows/MainWindow.xaml.cs | 3 +- .../OpenHAB.Windows_StoreKey.pfx | Bin 2584 -> 0 bytes .../PublishProfiles/win-arm64.pubxml | 14 + .../Properties/PublishProfiles/win-x64.pubxml | 14 + .../Properties/PublishProfiles/win-x86.pubxml | 14 + .../PublishProfiles/win10-arm64.pubxml | 20 - .../PublishProfiles/win10-x64.pubxml | 20 - .../PublishProfiles/win10-x86.pubxml | 20 - .../View/LogViewerPage.xaml.cs | 1 - src/openHAB.Windows/View/SettingsPage.xaml.cs | 3 +- .../ViewModel/ConnectionDialogViewModel.cs | 1 - .../ViewModel/ConnectionProfileViewModel.cs | 5 +- .../ViewModel/WidgetViewModel.cs | 1 - src/openHAB.Windows/app.manifest | 6 +- src/openHAB.Windows/openHAB.Windows.csproj | 7 +- upgrade-assistant.clef | 20976 ---------------- 85 files changed, 303 insertions(+), 21193 deletions(-) delete mode 100644 openHAB.Core.Client.csproj create mode 100644 src/openHAB.Core.Client/Connection/Models/ConnectionProfiles.cs rename src/{openHAB.Windows => openHAB.Windows.Package}/Assets/Square71x71Logo.scale-100.png (100%) rename src/{openHAB.Windows => openHAB.Windows.Package}/Assets/Square71x71Logo.scale-125.png (100%) rename src/{openHAB.Windows => openHAB.Windows.Package}/Assets/Square71x71Logo.scale-150.png (100%) rename src/{openHAB.Windows => openHAB.Windows.Package}/Assets/Square71x71Logo.scale-200.png (100%) rename src/{openHAB.Windows/Assets/StoreLogo.png => openHAB.Windows.Package/Images/LockScreenLogo.scale-200.png} (53%) rename src/{openHAB.Windows/Assets => openHAB.Windows.Package/Images}/SplashScreen.scale-100.png (100%) rename src/{openHAB.Windows/Assets => openHAB.Windows.Package/Images}/SplashScreen.scale-125.png (100%) rename src/{openHAB.Windows/Assets => openHAB.Windows.Package/Images}/SplashScreen.scale-150.png (100%) rename src/{openHAB.Windows/Assets => openHAB.Windows.Package/Images}/SplashScreen.scale-200.png (100%) rename src/{openHAB.Windows/Assets => openHAB.Windows.Package/Images}/SplashScreen.scale-400.png (100%) rename src/{openHAB.Windows/Assets => openHAB.Windows.Package/Images}/Square150x150Logo.scale-100.png (100%) rename src/{openHAB.Windows/Assets => openHAB.Windows.Package/Images}/Square150x150Logo.scale-125.png (100%) rename src/{openHAB.Windows/Assets => openHAB.Windows.Package/Images}/Square150x150Logo.scale-150.png (100%) rename src/{openHAB.Windows/Assets => openHAB.Windows.Package/Images}/Square150x150Logo.scale-200.png (100%) rename src/{openHAB.Windows/Assets => openHAB.Windows.Package/Images}/Square150x150Logo.scale-400.png (100%) rename src/{openHAB.Windows/Assets => openHAB.Windows.Package/Images}/Square310x310Logo.scale-100.png (100%) rename src/{openHAB.Windows/Assets => openHAB.Windows.Package/Images}/Square310x310Logo.scale-125.png (100%) rename src/{openHAB.Windows/Assets => openHAB.Windows.Package/Images}/Square310x310Logo.scale-150.png (100%) rename src/{openHAB.Windows/Assets => openHAB.Windows.Package/Images}/Square310x310Logo.scale-200.png (100%) rename src/{openHAB.Windows/Assets => openHAB.Windows.Package/Images}/Square310x310Logo.scale-400.png (100%) rename src/{openHAB.Windows/Assets => openHAB.Windows.Package/Images}/Square44x44Logo.scale-100.png (100%) rename src/{openHAB.Windows/Assets => openHAB.Windows.Package/Images}/Square44x44Logo.scale-125.png (100%) rename src/{openHAB.Windows/Assets => openHAB.Windows.Package/Images}/Square44x44Logo.scale-150.png (100%) rename src/{openHAB.Windows/Assets => openHAB.Windows.Package/Images}/Square44x44Logo.scale-200.png (100%) rename src/{openHAB.Windows/Assets => openHAB.Windows.Package/Images}/Square44x44Logo.scale-400.png (100%) rename src/{openHAB.Windows/Assets => openHAB.Windows.Package/Images}/Square44x44Logo.targetsize-16.png (100%) rename src/{openHAB.Windows/Assets => openHAB.Windows.Package/Images}/Square44x44Logo.targetsize-16_altform-unplated.png (100%) rename src/{openHAB.Windows/Assets => openHAB.Windows.Package/Images}/Square44x44Logo.targetsize-24.png (100%) rename src/{openHAB.Windows/Assets => openHAB.Windows.Package/Images}/Square44x44Logo.targetsize-24_altform-unplated.png (100%) rename src/{openHAB.Windows/Assets => openHAB.Windows.Package/Images}/Square44x44Logo.targetsize-256.png (100%) rename src/{openHAB.Windows/Assets => openHAB.Windows.Package/Images}/Square44x44Logo.targetsize-256_altform-unplated.png (100%) rename src/{openHAB.Windows/Assets => openHAB.Windows.Package/Images}/Square44x44Logo.targetsize-32.png (100%) rename src/{openHAB.Windows/Assets => openHAB.Windows.Package/Images}/Square44x44Logo.targetsize-32_altform-unplated.png (100%) rename src/{openHAB.Windows/Assets => openHAB.Windows.Package/Images}/Square44x44Logo.targetsize-48.png (100%) rename src/{openHAB.Windows/Assets => openHAB.Windows.Package/Images}/Square44x44Logo.targetsize-48_altform-unplated.png (100%) create mode 100644 src/openHAB.Windows.Package/Images/Square71x71Logo.scale-100.png create mode 100644 src/openHAB.Windows.Package/Images/Square71x71Logo.scale-125.png create mode 100644 src/openHAB.Windows.Package/Images/Square71x71Logo.scale-150.png create mode 100644 src/openHAB.Windows.Package/Images/Square71x71Logo.scale-200.png rename src/{openHAB.Windows/Assets => openHAB.Windows.Package/Images}/Square71x71Logo.scale-400.png (100%) rename src/{openHAB.Windows/Assets/NewStoreLogo.scale-100.png => openHAB.Windows.Package/Images/StoreLogo.scale-100.png} (100%) rename src/{openHAB.Windows/Assets/NewStoreLogo.scale-125.png => openHAB.Windows.Package/Images/StoreLogo.scale-125.png} (100%) rename src/{openHAB.Windows/Assets/NewStoreLogo.scale-150.png => openHAB.Windows.Package/Images/StoreLogo.scale-150.png} (100%) rename src/{openHAB.Windows/Assets/NewStoreLogo.scale-200.png => openHAB.Windows.Package/Images/StoreLogo.scale-200.png} (100%) rename src/{openHAB.Windows/Assets/NewStoreLogo.scale-400.png => openHAB.Windows.Package/Images/StoreLogo.scale-400.png} (100%) rename src/{openHAB.Windows/Assets => openHAB.Windows.Package/Images}/Wide310x150Logo.scale-100.png (100%) rename src/{openHAB.Windows/Assets => openHAB.Windows.Package/Images}/Wide310x150Logo.scale-125.png (100%) rename src/{openHAB.Windows/Assets => openHAB.Windows.Package/Images}/Wide310x150Logo.scale-150.png (100%) rename src/{openHAB.Windows/Assets => openHAB.Windows.Package/Images}/Wide310x150Logo.scale-200.png (100%) rename src/{openHAB.Windows/Assets => openHAB.Windows.Package/Images}/Wide310x150Logo.scale-400.png (100%) rename src/{openHAB.Windows => openHAB.Windows.Package}/Package.StoreAssociation.xml (99%) rename src/{openHAB.Windows => openHAB.Windows.Package}/Package.appxmanifest (66%) create mode 100644 src/openHAB.Windows.Package/openHAB.Windows.Package.wapproj delete mode 100644 src/openHAB.Windows/OpenHAB.Windows_StoreKey.pfx create mode 100644 src/openHAB.Windows/Properties/PublishProfiles/win-arm64.pubxml create mode 100644 src/openHAB.Windows/Properties/PublishProfiles/win-x64.pubxml create mode 100644 src/openHAB.Windows/Properties/PublishProfiles/win-x86.pubxml delete mode 100644 src/openHAB.Windows/Properties/PublishProfiles/win10-arm64.pubxml delete mode 100644 src/openHAB.Windows/Properties/PublishProfiles/win10-x64.pubxml delete mode 100644 src/openHAB.Windows/Properties/PublishProfiles/win10-x86.pubxml delete mode 100644 upgrade-assistant.clef diff --git a/OpenHAB.Windows.sln b/OpenHAB.Windows.sln index e47bbd0d..24f15d85 100644 --- a/OpenHAB.Windows.sln +++ b/OpenHAB.Windows.sln @@ -21,37 +21,30 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "openHAB.Core.Client", "src\ EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "openHAB.Common", "src\openHAB.Common\openHAB.Common.csproj", "{E53B599D-4BDB-40B1-86E4-47FB90420138}" EndProject +Project("{C7167F0D-BC9F-4E6E-AFE1-012C56B48DB5}") = "openHAB.Windows.Package", "src\openHAB.Windows.Package\openHAB.Windows.Package.wapproj", "{4E463E63-604D-4C3D-8A13-273B787C99B2}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU Debug|arm64 = Debug|arm64 Debug|x64 = Debug|x64 Debug|x86 = Debug|x86 - Release|Any CPU = Release|Any CPU Release|arm64 = Release|arm64 Release|x64 = Release|x64 Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {2A8FD10E-4EE5-4E25-B47C-2296E071F482}.Debug|Any CPU.ActiveCfg = Debug|x64 - {2A8FD10E-4EE5-4E25-B47C-2296E071F482}.Debug|Any CPU.Build.0 = Debug|x64 {2A8FD10E-4EE5-4E25-B47C-2296E071F482}.Debug|arm64.ActiveCfg = Debug|arm64 {2A8FD10E-4EE5-4E25-B47C-2296E071F482}.Debug|arm64.Build.0 = Debug|arm64 {2A8FD10E-4EE5-4E25-B47C-2296E071F482}.Debug|x64.ActiveCfg = Debug|x64 {2A8FD10E-4EE5-4E25-B47C-2296E071F482}.Debug|x64.Build.0 = Debug|x64 {2A8FD10E-4EE5-4E25-B47C-2296E071F482}.Debug|x86.ActiveCfg = Debug|x86 {2A8FD10E-4EE5-4E25-B47C-2296E071F482}.Debug|x86.Build.0 = Debug|x86 - {2A8FD10E-4EE5-4E25-B47C-2296E071F482}.Release|Any CPU.ActiveCfg = Release|x64 - {2A8FD10E-4EE5-4E25-B47C-2296E071F482}.Release|Any CPU.Build.0 = Release|x64 {2A8FD10E-4EE5-4E25-B47C-2296E071F482}.Release|arm64.ActiveCfg = Release|arm64 {2A8FD10E-4EE5-4E25-B47C-2296E071F482}.Release|arm64.Build.0 = Release|arm64 {2A8FD10E-4EE5-4E25-B47C-2296E071F482}.Release|x64.ActiveCfg = Release|x64 {2A8FD10E-4EE5-4E25-B47C-2296E071F482}.Release|x64.Build.0 = Release|x64 {2A8FD10E-4EE5-4E25-B47C-2296E071F482}.Release|x86.ActiveCfg = Release|x86 {2A8FD10E-4EE5-4E25-B47C-2296E071F482}.Release|x86.Build.0 = Release|x86 - {D65E41CE-1AE7-403A-B178-D69E8DAFB08B}.Debug|Any CPU.ActiveCfg = Debug|x64 - {D65E41CE-1AE7-403A-B178-D69E8DAFB08B}.Debug|Any CPU.Build.0 = Debug|x64 - {D65E41CE-1AE7-403A-B178-D69E8DAFB08B}.Debug|Any CPU.Deploy.0 = Debug|x64 {D65E41CE-1AE7-403A-B178-D69E8DAFB08B}.Debug|arm64.ActiveCfg = Debug|arm64 {D65E41CE-1AE7-403A-B178-D69E8DAFB08B}.Debug|arm64.Build.0 = Debug|arm64 {D65E41CE-1AE7-403A-B178-D69E8DAFB08B}.Debug|arm64.Deploy.0 = Debug|arm64 @@ -61,9 +54,6 @@ Global {D65E41CE-1AE7-403A-B178-D69E8DAFB08B}.Debug|x86.ActiveCfg = Debug|x86 {D65E41CE-1AE7-403A-B178-D69E8DAFB08B}.Debug|x86.Build.0 = Debug|x86 {D65E41CE-1AE7-403A-B178-D69E8DAFB08B}.Debug|x86.Deploy.0 = Debug|x86 - {D65E41CE-1AE7-403A-B178-D69E8DAFB08B}.Release|Any CPU.ActiveCfg = Release|x64 - {D65E41CE-1AE7-403A-B178-D69E8DAFB08B}.Release|Any CPU.Build.0 = Release|x64 - {D65E41CE-1AE7-403A-B178-D69E8DAFB08B}.Release|Any CPU.Deploy.0 = Release|x64 {D65E41CE-1AE7-403A-B178-D69E8DAFB08B}.Release|arm64.ActiveCfg = Release|arm64 {D65E41CE-1AE7-403A-B178-D69E8DAFB08B}.Release|arm64.Build.0 = Release|arm64 {D65E41CE-1AE7-403A-B178-D69E8DAFB08B}.Release|arm64.Deploy.0 = Release|arm64 @@ -73,38 +63,48 @@ Global {D65E41CE-1AE7-403A-B178-D69E8DAFB08B}.Release|x86.ActiveCfg = Release|x86 {D65E41CE-1AE7-403A-B178-D69E8DAFB08B}.Release|x86.Build.0 = Release|x86 {D65E41CE-1AE7-403A-B178-D69E8DAFB08B}.Release|x86.Deploy.0 = Release|x86 - {3B8F31DD-1AF2-47CF-B7DB-3B732FE4EC5A}.Debug|Any CPU.ActiveCfg = Debug|x64 - {3B8F31DD-1AF2-47CF-B7DB-3B732FE4EC5A}.Debug|Any CPU.Build.0 = Debug|x64 {3B8F31DD-1AF2-47CF-B7DB-3B732FE4EC5A}.Debug|arm64.ActiveCfg = Debug|arm64 {3B8F31DD-1AF2-47CF-B7DB-3B732FE4EC5A}.Debug|arm64.Build.0 = Debug|arm64 {3B8F31DD-1AF2-47CF-B7DB-3B732FE4EC5A}.Debug|x64.ActiveCfg = Debug|x64 {3B8F31DD-1AF2-47CF-B7DB-3B732FE4EC5A}.Debug|x64.Build.0 = Debug|x64 {3B8F31DD-1AF2-47CF-B7DB-3B732FE4EC5A}.Debug|x86.ActiveCfg = Debug|x86 {3B8F31DD-1AF2-47CF-B7DB-3B732FE4EC5A}.Debug|x86.Build.0 = Debug|x86 - {3B8F31DD-1AF2-47CF-B7DB-3B732FE4EC5A}.Release|Any CPU.ActiveCfg = Release|x64 - {3B8F31DD-1AF2-47CF-B7DB-3B732FE4EC5A}.Release|Any CPU.Build.0 = Release|x64 {3B8F31DD-1AF2-47CF-B7DB-3B732FE4EC5A}.Release|arm64.ActiveCfg = Release|arm64 {3B8F31DD-1AF2-47CF-B7DB-3B732FE4EC5A}.Release|arm64.Build.0 = Release|arm64 {3B8F31DD-1AF2-47CF-B7DB-3B732FE4EC5A}.Release|x64.ActiveCfg = Release|x64 {3B8F31DD-1AF2-47CF-B7DB-3B732FE4EC5A}.Release|x64.Build.0 = Release|x64 {3B8F31DD-1AF2-47CF-B7DB-3B732FE4EC5A}.Release|x86.ActiveCfg = Release|x86 {3B8F31DD-1AF2-47CF-B7DB-3B732FE4EC5A}.Release|x86.Build.0 = Release|x86 - {E53B599D-4BDB-40B1-86E4-47FB90420138}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {E53B599D-4BDB-40B1-86E4-47FB90420138}.Debug|Any CPU.Build.0 = Debug|Any CPU - {E53B599D-4BDB-40B1-86E4-47FB90420138}.Debug|arm64.ActiveCfg = Debug|Any CPU - {E53B599D-4BDB-40B1-86E4-47FB90420138}.Debug|arm64.Build.0 = Debug|Any CPU - {E53B599D-4BDB-40B1-86E4-47FB90420138}.Debug|x64.ActiveCfg = Debug|Any CPU - {E53B599D-4BDB-40B1-86E4-47FB90420138}.Debug|x64.Build.0 = Debug|Any CPU - {E53B599D-4BDB-40B1-86E4-47FB90420138}.Debug|x86.ActiveCfg = Debug|Any CPU - {E53B599D-4BDB-40B1-86E4-47FB90420138}.Debug|x86.Build.0 = Debug|Any CPU - {E53B599D-4BDB-40B1-86E4-47FB90420138}.Release|Any CPU.ActiveCfg = Release|Any CPU - {E53B599D-4BDB-40B1-86E4-47FB90420138}.Release|Any CPU.Build.0 = Release|Any CPU - {E53B599D-4BDB-40B1-86E4-47FB90420138}.Release|arm64.ActiveCfg = Release|Any CPU - {E53B599D-4BDB-40B1-86E4-47FB90420138}.Release|arm64.Build.0 = Release|Any CPU - {E53B599D-4BDB-40B1-86E4-47FB90420138}.Release|x64.ActiveCfg = Release|Any CPU - {E53B599D-4BDB-40B1-86E4-47FB90420138}.Release|x64.Build.0 = Release|Any CPU - {E53B599D-4BDB-40B1-86E4-47FB90420138}.Release|x86.ActiveCfg = Release|Any CPU - {E53B599D-4BDB-40B1-86E4-47FB90420138}.Release|x86.Build.0 = Release|Any CPU + {E53B599D-4BDB-40B1-86E4-47FB90420138}.Debug|arm64.ActiveCfg = Debug|arm64 + {E53B599D-4BDB-40B1-86E4-47FB90420138}.Debug|arm64.Build.0 = Debug|arm64 + {E53B599D-4BDB-40B1-86E4-47FB90420138}.Debug|x64.ActiveCfg = Debug|x64 + {E53B599D-4BDB-40B1-86E4-47FB90420138}.Debug|x64.Build.0 = Debug|x64 + {E53B599D-4BDB-40B1-86E4-47FB90420138}.Debug|x86.ActiveCfg = Debug|x86 + {E53B599D-4BDB-40B1-86E4-47FB90420138}.Debug|x86.Build.0 = Debug|x86 + {E53B599D-4BDB-40B1-86E4-47FB90420138}.Release|arm64.ActiveCfg = Release|arm64 + {E53B599D-4BDB-40B1-86E4-47FB90420138}.Release|arm64.Build.0 = Release|arm64 + {E53B599D-4BDB-40B1-86E4-47FB90420138}.Release|x64.ActiveCfg = Release|x64 + {E53B599D-4BDB-40B1-86E4-47FB90420138}.Release|x64.Build.0 = Release|x64 + {E53B599D-4BDB-40B1-86E4-47FB90420138}.Release|x86.ActiveCfg = Release|x86 + {E53B599D-4BDB-40B1-86E4-47FB90420138}.Release|x86.Build.0 = Release|x86 + {4E463E63-604D-4C3D-8A13-273B787C99B2}.Debug|arm64.ActiveCfg = Debug|ARM64 + {4E463E63-604D-4C3D-8A13-273B787C99B2}.Debug|arm64.Build.0 = Debug|ARM64 + {4E463E63-604D-4C3D-8A13-273B787C99B2}.Debug|arm64.Deploy.0 = Debug|ARM64 + {4E463E63-604D-4C3D-8A13-273B787C99B2}.Debug|x64.ActiveCfg = Debug|x64 + {4E463E63-604D-4C3D-8A13-273B787C99B2}.Debug|x64.Build.0 = Debug|x64 + {4E463E63-604D-4C3D-8A13-273B787C99B2}.Debug|x64.Deploy.0 = Debug|x64 + {4E463E63-604D-4C3D-8A13-273B787C99B2}.Debug|x86.ActiveCfg = Debug|x86 + {4E463E63-604D-4C3D-8A13-273B787C99B2}.Debug|x86.Build.0 = Debug|x86 + {4E463E63-604D-4C3D-8A13-273B787C99B2}.Debug|x86.Deploy.0 = Debug|x86 + {4E463E63-604D-4C3D-8A13-273B787C99B2}.Release|arm64.ActiveCfg = Release|ARM64 + {4E463E63-604D-4C3D-8A13-273B787C99B2}.Release|arm64.Build.0 = Release|ARM64 + {4E463E63-604D-4C3D-8A13-273B787C99B2}.Release|arm64.Deploy.0 = Release|ARM64 + {4E463E63-604D-4C3D-8A13-273B787C99B2}.Release|x64.ActiveCfg = Release|x64 + {4E463E63-604D-4C3D-8A13-273B787C99B2}.Release|x64.Build.0 = Release|x64 + {4E463E63-604D-4C3D-8A13-273B787C99B2}.Release|x64.Deploy.0 = Release|x64 + {4E463E63-604D-4C3D-8A13-273B787C99B2}.Release|x86.ActiveCfg = Release|x86 + {4E463E63-604D-4C3D-8A13-273B787C99B2}.Release|x86.Build.0 = Release|x86 + {4E463E63-604D-4C3D-8A13-273B787C99B2}.Release|x86.Deploy.0 = Release|x86 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/openHAB.Core.Client.csproj b/openHAB.Core.Client.csproj deleted file mode 100644 index 8fcc514f..00000000 --- a/openHAB.Core.Client.csproj +++ /dev/null @@ -1,19 +0,0 @@ - - - netstandard2.0 - 11.0 - true - annotations - true - $(DefineConstants);EXPERIMENTAL - https://pkgs.dev.azure.com/azure-sdk/public/_packaging/azure-sdk-for-net/nuget/v3/index.json - - - - - - - - - - diff --git a/src/openHAB.Common/AppResources.cs b/src/openHAB.Common/AppResources.cs index a2c49396..6ccdb07e 100644 --- a/src/openHAB.Common/AppResources.cs +++ b/src/openHAB.Common/AppResources.cs @@ -1,4 +1,5 @@ -using Windows.ApplicationModel.Resources; +using Microsoft.UI.Xaml.Shapes; +using Microsoft.Windows.ApplicationModel.Resources; namespace openHAB.Common { @@ -19,7 +20,7 @@ public static ResourceLoader Values { if (_resourceLoader == null) { - _resourceLoader = ResourceLoader.GetForViewIndependentUse("Resources"); + _resourceLoader = new ResourceLoader(ResourceLoader.GetDefaultResourceFilePath()); } return _resourceLoader; @@ -35,11 +36,11 @@ public static ResourceLoader Errors { if (_errorResourceLoader == null) { - _errorResourceLoader = ResourceLoader.GetForViewIndependentUse("Errors"); + _errorResourceLoader = new ResourceLoader(ResourceLoader.GetDefaultResourceFilePath()); } return _errorResourceLoader; } } } -} \ No newline at end of file +} diff --git a/src/openHAB.Common/openHAB.Common.csproj b/src/openHAB.Common/openHAB.Common.csproj index 2cbd89b0..22611da3 100644 --- a/src/openHAB.Common/openHAB.Common.csproj +++ b/src/openHAB.Common/openHAB.Common.csproj @@ -6,7 +6,7 @@ win-x86;win-x64;win-arm64 true 10.0.19041.0 - AnyCPU + x86;x64;arm64 diff --git a/src/openHAB.Core.Client/Connection/Models/Connection.cs b/src/openHAB.Core.Client/Connection/Models/Connection.cs index 4f254a9b..147592b1 100644 --- a/src/openHAB.Core.Client/Connection/Models/Connection.cs +++ b/src/openHAB.Core.Client/Connection/Models/Connection.cs @@ -1,4 +1,5 @@ using openHAB.Core.Client.Connection.Contracts; +using System.Text.Json.Serialization; namespace openHAB.Core.Client.Connection.Models { @@ -9,12 +10,29 @@ public class Connection { /// Gets or sets the connection profile. /// The profile. + [JsonIgnore] public IConnectionProfile Profile { get; set; } + /// + /// Gets or sets the connection profile identifier. + /// + /// The identifier of the connection profile. + public int ProfileId + { + get + { + return this.Profile.Id; + } + set + { + Profile = ConnectionProfiles.GetProfile(value); + } + } + /// Gets or sets the type of the connection. /// The type of the connection. public HttpClientType Type diff --git a/src/openHAB.Core.Client/Connection/Models/ConnectionProfiles.cs b/src/openHAB.Core.Client/Connection/Models/ConnectionProfiles.cs new file mode 100644 index 00000000..5dc75cdd --- /dev/null +++ b/src/openHAB.Core.Client/Connection/Models/ConnectionProfiles.cs @@ -0,0 +1,38 @@ +using openHAB.Core.Client.Connection.Contracts; +using System.Collections.Generic; + +namespace openHAB.Core.Client.Connection.Models +{ + /// + /// Manages connection profiles. + /// + public class ConnectionProfiles + { + private static Dictionary _profiles = new Dictionary() + { + { 1, new DefaultConnectionProfile() }, + { 2, new LocalConnectionProfile() }, + { 3, new RemoteConnectionProfile() }, + { 4, new CloudConnectionProfile() } + }; + + /// + /// Gets the connection profile by the specified identifier. + /// + /// The identifier of the connection profile. + /// The connection profile associated with the specified identifier. + public static IConnectionProfile GetProfile(int id) + { + return _profiles[id]; + } + + /// + /// Gets all connection profiles. + /// + /// A list of all connection profiles. + public static List GetProfiles() + { + return new List(_profiles.Values); + } + } +} diff --git a/src/openHAB.Core/Model/Settings.cs b/src/openHAB.Core/Model/Settings.cs index 8e95bd3f..103fc814 100644 --- a/src/openHAB.Core/Model/Settings.cs +++ b/src/openHAB.Core/Model/Settings.cs @@ -11,7 +11,7 @@ namespace openHAB.Core.Model [System.Runtime.InteropServices.Guid("6AF3A86A-9AAA-400B-AB7F-E42A780D5ECF")] public class Settings { - private static List _connectionProfiles; + private static List _connectionProfiles = Client.Connection.Models.ConnectionProfiles.GetProfiles(); /// /// Initializes a new instance of the class. @@ -26,24 +26,7 @@ public Settings() /// Gets the list of available connection profiles. /// The connection profiles. - public static List ConnectionProfiles - { - get - { - if (_connectionProfiles == null) - { - _connectionProfiles = new List - { - new LocalConnectionProfile(), - new DefaultConnectionProfile(), - new RemoteConnectionProfile(), - new CloudConnectionProfile() - }; - } - - return _connectionProfiles; - } - } + public static List ConnectionProfiles => _connectionProfiles; /// /// Gets or sets the application language. @@ -70,7 +53,10 @@ public bool? IsRunningInDemoMode /// /// The last sitemap. /// - public string LastSitemap { get; set; } + public string LastSitemap + { + get; set; + } /// /// Gets or sets the configuration to the OpenHAB remote instance. diff --git a/src/openHAB.Core/Services/IconCaching.cs b/src/openHAB.Core/Services/IconCaching.cs index f9d054fa..331f319c 100644 --- a/src/openHAB.Core/Services/IconCaching.cs +++ b/src/openHAB.Core/Services/IconCaching.cs @@ -11,6 +11,7 @@ using openHAB.Core.Client.Models; using openHAB.Core.Model; using openHAB.Core.Services.Contracts; +using openHAB.Core.Services.Models; namespace openHAB.Core.Services { diff --git a/src/openHAB.Core/Services/Models/OpenHABException.cs b/src/openHAB.Core/Services/Models/OpenHABException.cs index b825887b..c161c57e 100644 --- a/src/openHAB.Core/Services/Models/OpenHABException.cs +++ b/src/openHAB.Core/Services/Models/OpenHABException.cs @@ -1,6 +1,7 @@ +using openHAB.Core.Client.Models; using System; -namespace openHAB.Core.Client.Models +namespace openHAB.Core.Services.Models { /// /// An Exception class used to throw unexpected errors. diff --git a/src/openHAB.Core/Services/SettingsService.cs b/src/openHAB.Core/Services/SettingsService.cs index 195f055f..19448660 100644 --- a/src/openHAB.Core/Services/SettingsService.cs +++ b/src/openHAB.Core/Services/SettingsService.cs @@ -2,11 +2,12 @@ using System.IO; using System.Text; using Microsoft.Extensions.Logging; -using Newtonsoft.Json; +using System.Text.Json; using openHAB.Core.Client.Models; using openHAB.Core.Model; using openHAB.Core.Services.Contracts; using Windows.System.UserProfile; +using System.Text.Json.Serialization; namespace openHAB.Core.Services { @@ -18,10 +19,6 @@ public class SettingsService : ISettingsService private readonly AppPaths _applicationContext; private readonly ILogger _logger; private Settings _settings; - private readonly JsonSerializerSettings _serializerSettings = new JsonSerializerSettings() - { - TypeNameHandling = TypeNameHandling.Auto, - }; /// /// Initializes a new instance of the class. @@ -67,7 +64,7 @@ public Settings Load() fileContent = fileContent.Replace("OpenHAB.Core.Model.Connection", "openHAB.Core.Connection"); } - _settings = JsonConvert.DeserializeObject(fileContent, _serializerSettings); + _settings = JsonSerializer.Deserialize(fileContent); return _settings; } @@ -79,7 +76,7 @@ public bool Save(Settings settings) _logger.LogInformation("Save settings to disk"); _settings = settings; - string settingsContent = JsonConvert.SerializeObject(settings, _serializerSettings); + string settingsContent = JsonSerializer.Serialize(settings); File.WriteAllText(_applicationContext.SettingsFilePath, settingsContent, Encoding.UTF8); return true; diff --git a/src/openHAB.Windows/Assets/Square71x71Logo.scale-100.png b/src/openHAB.Windows.Package/Assets/Square71x71Logo.scale-100.png similarity index 100% rename from src/openHAB.Windows/Assets/Square71x71Logo.scale-100.png rename to src/openHAB.Windows.Package/Assets/Square71x71Logo.scale-100.png diff --git a/src/openHAB.Windows/Assets/Square71x71Logo.scale-125.png b/src/openHAB.Windows.Package/Assets/Square71x71Logo.scale-125.png similarity index 100% rename from src/openHAB.Windows/Assets/Square71x71Logo.scale-125.png rename to src/openHAB.Windows.Package/Assets/Square71x71Logo.scale-125.png diff --git a/src/openHAB.Windows/Assets/Square71x71Logo.scale-150.png b/src/openHAB.Windows.Package/Assets/Square71x71Logo.scale-150.png similarity index 100% rename from src/openHAB.Windows/Assets/Square71x71Logo.scale-150.png rename to src/openHAB.Windows.Package/Assets/Square71x71Logo.scale-150.png diff --git a/src/openHAB.Windows/Assets/Square71x71Logo.scale-200.png b/src/openHAB.Windows.Package/Assets/Square71x71Logo.scale-200.png similarity index 100% rename from src/openHAB.Windows/Assets/Square71x71Logo.scale-200.png rename to src/openHAB.Windows.Package/Assets/Square71x71Logo.scale-200.png diff --git a/src/openHAB.Windows/Assets/StoreLogo.png b/src/openHAB.Windows.Package/Images/LockScreenLogo.scale-200.png similarity index 53% rename from src/openHAB.Windows/Assets/StoreLogo.png rename to src/openHAB.Windows.Package/Images/LockScreenLogo.scale-200.png index 7385b56c0e4d3c6b0efe3324aa1194157d837826..735f57adb5dfc01886d137b4e493d7e97cf13af3 100644 GIT binary patch delta 573 zcmZ3@J&jwjGr-TCmrII^fq{Y7)59eQNE?7K2OE$KXZqQ`QPGx3!O+>w#LdLf+0DSn z)zHw@#L3Cn(8bKj(7?#p$iU3NWpW*p3`~&|E=8MnF-b7iC%-elz`($`!qdeuq~g|_ zSqHNYIS90!eQ`2-;gxXB4ok6qyTtj6DttJ9Xn7sX_FG%Xw0T0*<#X@Oy?Ns#UdPe& zp|&vjnR!_4{qtUN2HG{ccN{O9xHeud{Ttg5rulp2uaBHP*VvymStjf=Vw{&eFY~nh zy}M3}O&!)7@Xyd)W?bJEpLEZ_e}?jNr98v;GkEtF&Sd=4HY2LVPmaAh!aoTq6-rz*>U`ksPt&_mr?S7yQhQN zhl4^B1ZyU+q_Dl$WfayuEA-F2)17sB5Z}|}R37`Q8~bG%A5MJ6S$u3y+9jFuM@*h` w?0CLmw~*DxwGN?CE7$+~zcy*lIwl^5X>reXwZ(T<08<2mr>mdKI;Vst0GlP~djJ3c delta 594 zcmbQny_#FGGr-TCmrII^fq{Y7)59eQNE?AL2OE%-v+vlrQPGx3!N|$k(8$Qx(#^og z)zHw@#L3*%!qM5u(#X`&&A`poXmTBs3`~&)E=8MnF-b7ipVKdsWME+2>*?YcQgQ3e zt%F{N9R%1Oq;ynFsrvZfqPoVFYOb#j&VK(KsAFQzI(46mt=5w@0_r=s4O2`vTW_}J zl>MRjCE%0l&9wCGm6uI!%5ZI(8Is7qYSk>21v;ni3j_yOo%?jq`qIksGvdz#Kd*fA z#NS~1jNs>sukO|spW$79hId(5lf~hjc7b&V|8-R!j7gR|Bc9>7CPuuB2A*fUy8Z9NNo0+SN=2wd4Y z&E%N$L*vXThgcMA()Zt)k>GN|WFGh7CXTo6PKG%geaB9TAMSeaN?@f#Sv^boYHKm& zrU&nC{y*HIs3ImGBN5oL+WE<$8^ZTzo}V7Xq3I#M*|=fbx1f&5wb`DIZ)QZyvfgNZ zJV}>HtRw3xGTblmveslub-`lnU%*tT7*LM_?63*@*p zH_z97z<);iS)8YN^?{f~v1G+E`QI|d=2PeGh*+re$B#1RMdRvK$%&1qIcPkB=`e$GpjHL!OI}vRBG_ zIbA70?FxKP6H}^zBY+f?Lu-nFQPEtNx?krkh}y89O+;-IrNjxzAK%~ zX8#T5ckbM&wr}6Ae*gVqejo>B7Eb+JnnAn}_4D>O7z168V2DOIIP6;-ur zRh2(~e*K&41N4-8JIXT?q&`O4yA}wZ0s@Y7s-YbCa*x}uA3S(aEnmJ|ZQZ(6ojrS2 zU(1|1vzCk;Idb^iJ|JDVa6wDj+O=y{-n@A=NR1meRuwBIXsqjl43c}pr9Zs|pcN_Q zD@EW)M>0qmCmri;zkcY@A@$8S->A)-H){zA3k!1#hLMoCxHw%ml47JOI5=2K6eUxp zOu9g~ZrxHp{`jL>vu2H|T)DD(|sYUul<*)mKWKzx??P4hC14nJ+J| zVXj@fc1_KkIa4iLwoHS9-N=jzU zI#A49qmvUROi+gpAJ!eunKP$#e{5{5W|l9HVJ%y>tS%T@YzH91IMRY70U-CIO2>~M z*LG^(zJ1z=-@JKK14&x|1-O8;V#NyGhj-q2N7b)i-vIQY{I*rvY$|Q!s9{`kqt+M><&64h$V0J$kfS zx^$_Q6gp#U$CWErG;^(5wNg!+HnqHqzXWJy%9PQiO`A4q<;s<6(V|5fBqWvJkv_m$ zuwa3{K6L0%EtT|_eoKFA%6P4(&1M~xXX#`F(>mJ1(M1)%f3 zyvHYSq|qQLi{%AHIY(lK3>l(*xn|s$ai;+7@D)=s$c&sUh|Fq}ultoH5c^b#ucebG#R7;0>I!pOO`CDMvfer?!efo zfB*hknwhqkK`3LRi4!NP3Kc47FA87qCqE7I)Q(4RuDt;F0hS!-fsh z-s65EBnUgxrArre=FAxl3?GjO!1U?UwRE|NiSoY$sB`Yx@dnO&W_C@Zh@~9_MzFZ@ zqD6}ajH$TDvnn{x!vSdv)klJQ_UviR{<+4StVxq5dN2xq@F}aNP13*SBsL|aNBebvp0K`XS3NwEEcxxVp zbHUxaz%l$L4UXt%8K(L)f|RUVw@yon>o;wL5!FDD1x#G53JT4N$f}?anUsp-yCeV+ z8w`X5HEPsIkIfi%5NIPr!t{c3)Xf#zC?jfj!2X;&$$43T$v}l!Fd+!zrisy1uU=g} z_Sj=7?r*gw0gTN{_CJ6EDK zXn~X z3)}*fQVAkzU=QNsd66W*vGMN_94jUaI0UYY?cleEQ7)-r6B`Oau(vC=wJTlU1B@{V<^xPWR`(g!7$(u>$XuMgX#pwT9c&# zLuTD5Ibn%=f$>dZoD@h2;se76>SPFSWuru2-{Y*DF^zrwnmS1PLU)0Q_Df=%l#~QP zz5rxaQtjl(`UvrOqHL0btBa4n8-q5>wn>pkV3H{@P6`A-^gjt65{Z!$oLEyqHw}R< z;>YyC8%6&bSc!2`N&&(UV=j#J7;|Cc^RoSZCpZ^P#lFUE)}xrHd3$6P#0~!h$>&9Wv8=)~!v-hn><27(@O7L|zc!n7N|i(?+N4Cr)q< zn+hwHG-5)GNDgBkC#9B+Ns9b&^GA*x(I45YjKY^=jqR}g#0kzHB3f}GDZvE`7SvIC z0AVapt5z)?G_sR-iJ6pYz!>uC=0|nYHYKc4JL`TD4D2dJAj|~q+`SWg41(FXq#sK4B zm<}NXE;{MVDRhDpD~RrtYEjNf{~*1LRm4QVBq=dz1B{`20Lqj_WeCfm!Wwt5?jiib zJj$%d;<;GlvyFRp2>&tmcHIpES4q)vP%dw_D6`VVNVu{hJ)Fn_nr3y`% zGDS!HOt^(n@~f}Dsx#vu7oXp|d)5;;(d6+;bv);xFE&+Ko^Pz8x3AW#19xrA{S6Em zrt8cY--T7q)F|K)uT4C`&AoY*JO z3}(A`?{4KO3V)~NFx^8Fp1~1UcS9Z~S7R3EnI5m8vWNFlLD_O90)~}DmQ@)u+%FUv z8L0*i9H<9=fWt@`Bh2bU>(;HU`{ct9km51a;5B(k9-J-e)me_ubDpEy@I=1@3c72)ciW z^t>z8spc9BW8=n+vl6ozl9P!6Kzy~DHEa6Mp`S$78A;hp5ezU8D%Q4bTb(Fwqj%ve zsWyE|wUvgZ2|(3Edh`^RrBw_YDP#b|P~0qepzGn`;i^-oPHC1WNOBe13kXM;4I>c1 zG;7vO_2|*Vx>tUi4L`oL>vIOX0E2oJCyy8X?bxxS24&i`X>&pXs;Xep54M%+LuBX4%DTQ({C6FsPX!`E4_N_}YGQz+uMTluZ^=*OQX=?c3`w zh08QSBmiSQoow^(ck@@P9lu5WXTepv4yd^_mQMqZ+`F&J$YE?ii9EtZf`Ge97U$X6uIgD=ZEHF<>9s#P-! z_sMy+o(8aGXye9>T4GRPq{Xhfcq*i4(4av&Vabroq12NSm7I4bdrOhLAVMUlj=XT8 z)b;#}m=E^n^UpumnP8|F;Mn&=VZ>o-)~s3D^<%dHiD5kHyY|g!tPr3Uq{$N6Wal3X z{#@f8B-FlYVD@K`9>Zo3f^;@u*2$qoa)I#+9LOa>^`%Uamv-eEE}gvxNXOS-f2~KT zh6y7{CMNyYUw`R@ML>gDGC3%yB-c<47)E7ymfrx}zQGORKITnC^SX8Grq$Q6k#@SA zzwPf+4>zN%PRg5qRi4?v#?%voV`(`s21J==iVeWUQdVp)T zEs@y3)*?VL$>XlJSOCXe&-9l+D8;*j>40>2vvg>@Fr(uDNC@tnu?04QC>-Mu)B?s$ z@{mbCgFM+FzyLHONr1){NYdEYw&YBvVo#ME`bfY2Oet>x**fj&$ScAK;nl&yXgRI} z5{cXtvcz!jyLa!_D#xIa6;v4ZL;z{_l(R}e(lvGkd*vhnWuF{|N?#TQf+r}T|42Z` zq?1dfuwc|(K&oVZW8OuL9v~x{;wt@PzbTYm=whCG77+RRCdiaix@b@I3=fYer}Z~y=R07*qoM6N<$g4!t|$N&HU literal 0 HcmV?d00001 diff --git a/src/openHAB.Windows.Package/Images/Square71x71Logo.scale-125.png b/src/openHAB.Windows.Package/Images/Square71x71Logo.scale-125.png new file mode 100644 index 0000000000000000000000000000000000000000..500a5a305db6b7713351904009cb57e12828e3db GIT binary patch literal 5566 zcmV;v6+!BWP)QPJmy3xXU}Q1QG2!hk|> zd!QnsA`Ci$3XX^bWRvls;KFN8+p$VQ;?jQ?L|0Rd^lCG3=o`7|dxtA!Xn&$=Vt&;C*`S~wNiv;j>zEwC0 zDi@Fi0D$Z+sjC3f#_#+C9YyLKC~v78UX%2y0KV1l@?ue$f-H?~Er+`$brB$H#Cje% zyl2lIwR`t&wSWJ9b@=dM^3WVxrAif5wQ5yWqecx?vt~_w9*N|6%55$A4VU+4%kQTJ z?4`anEC!Vc$kMR3au_0w?HKL3AAkH&ef8B>I&I#(S^f0WPbxn@U+vwyR~UdlH~Q49LEUQi~VhFIHeS1 zX-HE!441~;9O;>_zy4Y+S+YcZ{PD-?n{U2Rzy0=`1{2N%M2-SPkb7-{v*B_&V$-Hg zYVqR5`Z>7!q?1lkEn2itZQ8U^=bUqn&cmiahj)~+o~Mp-|CcdfG3#*G`*+O=!d%P+sInl)>t zuDId~)uBTNb<8oxguDv_h#2WC@BCSS{@=t~8b|&7&QL1bSPp-c%6D+@Azx?Bnx*E< znWMh__FHw-QAg>|y-uAvzSaS*&CJZy3AqlJ)0r>5^pd*js;gA@?%maK#~l}ZKEMc1 zO5Ne^JLLT>e%8lVkfoB>$l>o&>0{h`fcxT$FKTeBSFauuSinIXm;`saG8r&!vErrj zagB~7?c29c*MTpnYuB#o`s=S(Sy@^3vmK<|6;e(g$@`5`KoLT|fh-jpER`JNUjO2Y zFVs^{J*8HzT&cmWTeoh+JQ&;#95|psMSRq%RZC@OXX|(P4Nw5eeY6eaab8}Y`t{de zwOr;Jz#}^NN?g!+m(Hb(sZ*z_MT-`xe*OBXOE0}N_)LI7W=ng9NM2+8z{VGlr9zXX za(BAdXUv$Prca-)3JVJ(f(u}14^YE~4b>TEoS_FQG=vjQI6=P$IFSgB2jCxm_(2b% zYu2n$>(;GP-+lL;&YO;P-{-tuy?Sc<_U-Dy2Om_OJ9k$1+;fk9)({MX=o6stN(vOa zywYYM6?sl7^gs4BxNG$2(dxbT-qY$8qrFRq4js}mn)~hAwNvfew^!$%e}2O98E&N` zNN1jTrs~qAixvxj&ESgWf+`4rd>w}99KH;WufP7f{^EuW8>R-a6}2< zLUa;!q2B%b_g6!Q4pnX2whiV*`=rjr0(9?W>ytFdQt(qQz@L8lsjeg-!da#vhEUb` zRIj`4I(5ShH-wDvsiOMz>#G}Yyis@PYp=bgUU}se{iPw}4N*^2M`Zd#4?Uy?4<4+p zx#pVSeQ9SeY408Zx_>ftND5>r@J~|k-S#yGwg(<~Ko4GUiw!W`%OvBx^Ul-Ua`xG0 zCsS;xh&uJ^)l2KkQ>IMOgPsu~0W+!|Fws&Fb+n^fw{F4rX|J?nivT@7(XtZ;Sqi#Z z3LIx&L;f*M;=j^ zU3OU_MWvh&A80U-KKiJZ)eOKc&|}7o(enC|OD?freL-+IM}Ynz-m(&9tLXw>eRBec zjL4`^$TS;ZeX7av4KVf95G^qdghsDRO7~t^>x}W z&rFw}SI1jU+#pNu-QiA^$Bi4OHf-3Sd)o#W)$I7=k5^AT@r3?7D>5N;GfYybvt{fSFjBidS@i4IvsB z?C!nyUiJCsp9e*U(K?viOrAVh-?wOt+@B?F{wY@e@q#?Ywx)gm{r9?1canizMhB(B zjT$wIvxyah02yY z$?Q*yBQq^NEvCkmkq~>xV1PCZ1DOSaNs}h2bI(2378~f#e-W{ylU*u^?m)22<+y=q&yki(~(a*De1&M+I1zf@eLc1<0jvaY>DRmo1>Y>}xx%=G^I z?}y1}76CeT>=-l|2o8S$C*kI`k@Abh$%E_@3T5I!!GZa*qxQ_4 zrVgxHq_W5UpGvQtowDL+4`u>per5uN`1s|QU)0Q*GgaTdeeK7=>9$CDMFd%T2YtA^ zeT~fB85=4N7Bn*;q=W!C_cm29Z-&Zfbet+&w?ge4(p6=TNgdGGReJX9sZ}@IOv_+D zckWz$&$54X7iPnrzSAqOXqSau44ee@x->lQYiW`dZX_Y3t;QHAV;T2bQl8> zV#Bl_?xp=7e)wS!WbhKk!>4bCn@1#&Lu?ewmoE=9z+=K>0n&H()ffO5?cJl&GOMYy zbgEwL0R4xQa5MuugPl!`MXOe=Qn%d}qEvueY>)-aG)Whkb1YHJ-OVfqV!%UQwQk+o zhbDv+E?Pt%RWMfouGb*!UeW#nRrP{)>frhns`yZ$O3UD5bAk3>bnvxe@Y=a^XK)sX zjAn_AFZ|eJk2R0B6ztN4@rvyCy*L?f$R_556^Vr)9xzT7yg6OvkCll}wHgtC?iK*rAJKvS&mt`vg~5UGXxFY?S}t24 zHxZD*Z;SoD7boL@9YmDg!ftH4Pa!I>#k&4wr6CRQThqfuL;&C#J^!cyhO#>Kme1+1 z${*i90?^BR7ac5_u^?*`Upa0F#&1J#%MkpUt5_flHMdW;Y}ukSvkCd^n<3tCa1?-R z<_r{oLzmXFI+w`8$UyrmI`9@X>w#t*LfZfzhrn;XeZdRl5E+2Du)QfMgu;AT#*YPX z9vmzH51iondRYREOh&uF(r8pUjz9nWa|rOt!B0Qukza_V9lr%zEHLPyFXInfD$)SU zAotdDQAET*RVM<#hGGM~A~0bo9ne_hQ0G|FG$6x#xEBDtHHQdWsR#pEdL%en&_f7! zo0E-ZVe8DvPzeV|0XQc%z=om&EmQDyrPrg4A016UuYs?sVSTg+ znYNsCAXU_8WXQZRy(?Z@2ryu?Lt)`6{pOza7V zk;%#WPm};W%^Tpn_(Vh`iVx^+NdwIU#GRBG7hj9w0y!iDH&e)LFG!Sv0GC1r$D){` z1NBbJ=)^@wB$YK57EwVqj@B;F#wj}yJvlEo3I``CA|g>tj$W6X=x|k8Lk>Pg?tL$i zgWbaH#`b`O0G7!JV#MC35sjjX2%iBq6kBv8ZoNbHx{SrSJsTF_n|;zY!k519``*jkayT8s4XtYOtV>?jFV$ zb3q0dCMeDqz0G~s3*=4q37$Z%ZisC9^2;w>Z^s~&r-+C|rB&~?ZQG{Bh0V2$OH8*N z+T>pF0(rfC0=L?pG;lGyJ#ks`qNr+GDfQseQoKOd%Y9i@$v!sZU6_h_gH14>$Je~x zz2F7%2GJ%81W>)fjZE;fz-G!5Q5)Q&nJaS!lpDZ?!hsHG1_3?#z-J%o zd)cFBhP=m0y{$!!T z1mHhD5ib@grD#B>Rmo5p$A@w!@|cBF+mwJjhT)u*`VC%Qo{=UagehoYPUtQ6DdTVK z39vTyM48D|Ab<^dijLyLDlN0Rs{Y?0`;GJ(CqUbtQ`mGaxZncUQ05ulAriD>LxNu>Ztp@qrs#PoH(0um-><((8YUqs{^avQ&lg#BIF*sRT=PYQNe7NbvxUin8e5V6b26Xd7>qo(EDQ)vJ;#6oRW*M1?_(2ZH4c6St@S>RdZ&8- zaUfD&v6eTcNH4L)SDTsAYt>aXZ@5q8|7DP>Qk8+A_}>6`KXL#D$cYmth6O5ti%|lu zzWU!=_?UpmVM?_8qJk_FlOKhfr^?TP=2}*lK5DN_Iu32ysM4xs9dQ6dY@kG|a5v#I z>%H~XTV4C{RB(!xUpxzS>{sh!rrBx2!L|C1&~yBveS1o@h$9GK91Gb_W^V(Ao7wG! zMqzJX#{3|MuxK?d#RQo>#KO&^tDA@{c;QzT!Ztyy z4rBPS#RTnP|FyltR_o{$U|34l*Z!2|8_o+g zZQ}Zn*xiXNBT`F6C9I3oomrdmfB#_E8p2_-Rdww91N+m#;E!ihMfBt+uWv27p zU?_|!W5W% z%{73;sLv>jk=qVeX7(i`v-v!+&l2GZ?ZZ!R{b)oWs^_17UPrg3gY7R4GP*Dt1fe9@ zEA9{j-GXGwPFhGxfqxUAt4Za8ky`o0kimRr1U&^<V_~g0ZQ3#@%ZD9>u{6o&1MDsth3H472w8Q0dUcJ@F#{#(HvaIK(il@ zL>P&I0|&ZOW&`k~q${L+2qPH)8vn1UY)moNiRcPoh!Es79OP;j25bgRqSC@~jOcU_ z=0sM?@oPZF0}>sGc%fri{z2{HUAB4gbugj8=779qmd3(oqD#19Ac{JLU!^W`@0yMagsNN=mEb0}V z!EfVbYFrcm+Qhp@o1r5BH&R##-bH&LAL3dNQh^nD=NVR;kc8riPM=1hmpKbObP;kOqTNVQqp*f%EV$5Xh^O!ZjvPa zOof4^rPs5}6iNI?h)srT4akPO6CrtTg(`_R`cFx_l59@GRHkOJK*Lycgu5AiSU%|_ z*H4S%-K4B|0xZsxEZ6hDPfHTczy~Tf+hd@?ONc@x3AQEb34TvFqBXK3$HYsL4}u&| z_cf}-`EQZr^Qk27ZA)cDt<8 literal 0 HcmV?d00001 diff --git a/src/openHAB.Windows.Package/Images/Square71x71Logo.scale-150.png b/src/openHAB.Windows.Package/Images/Square71x71Logo.scale-150.png new file mode 100644 index 0000000000000000000000000000000000000000..4a603f9ff0d1629883ffefd5c4647cb65f650d83 GIT binary patch literal 6749 zcmV-j8lvTiP) zqF_LYD&_?GKIKU8;V}XRo}h?|h&doe6vZrx0!!LO*mr-mT}w|*^-Rx9&+IPn-&3c1 zduF<;@4s%F&X=!W zzy4=AUnJ=(NuP3*?=P$>Bvxv&M8J@7h@5toqA>PW|!6A37~wyjU$+vP3OgwoDZl7wgYx-$3>1)m6=!HB~`DfojyK zk=kmjt<=_AZ>^7Y>LgZJufUv464Kt4|HsJrf8_X2`fr>WDvT@09H{VpBe)_5U_19mu=AbRLYSq$$uU)%#QVsC~^3c5Be)~=R_~Vai_UzgEK3i_N zrP^(`-BgDT9aQ`F?X~u~K*5s3M0tmE<#>aT_GSvNo-uMpmIw;-dZfJYC5gU==1iYH zUCo&@NB#Ws&sx9`LaJN0Zbo@PyCB;TZm?p-3QgQ=uf3)kH*TyBIN$(v)KN!i;sWkN zL7Oe4Js`*HgtVfJG8Pg!AxmBg(|feM$cAZ1yA0qtGwUELfFe$&u6wD zATKgpUh0OR&p-b7V>NN&L`@cLPkw&B+G2|>vYo9!KpX}M8jY3@A3j_?`Q($TPoF-j zOP4Nj-}egO49WWlA#89~^Omg}%gZ*FG+tij7}w{t8;?Blh_sG1_o6hM36X7_AEX}yTNzgeWz}^=_d93^UtgE&p%)7x#ym)@82MK+Fy>R zOIi}@MN&jo$dXLA7C}vxOt*A>K4r=jO%xU#r8rDm1R)q0SbwJUW6^E9?Y7z!r>&vd zq-}!?$mIL9M}PnQw>I;C|NVDu>hpg|Ns0a*-{*dbK>kP{ee{vK^wLY!Nhh78&OP_s zIO9g%_h@3LAc)Qlk5z{S*SK zZQ9nWufAI6#SaRo#f=ZH*Hc7QD_kw zLCJ-j!wx%4wQJW-ZMWTa8RwBc7HOY-_ED#ta*8JJgAYE?1&HI)rAswwerwSW(HQ;v zg$oy|%PzZ2U3Ae!TGRZXpvt?wDDpU7zCR=5OnZooEQpfBR2NZCKmD}2|Ni^+IYcER zsj#q6TVcl@d#u`h_uZq)q7w)nYmY?Vi*Cb9FTJFG`spW48htrCzxsIy6Y59(dpZU2V{w&^81SRa8`@+XYH#@7}%D_SS5oHn95IIRY zK+cz?o1aX{nj{b3*}hIao`@(cDu_ax1`HUW&F{(#jGPA_d{8Gk$QV8tAbu_593rtY z2M!#l?!NnO-N83NPRL7@jn$=vw8;{I50(scv#&q=@WbkaXpKKpFd zuV24(AD?qT&gGY1uDcI++;K;_OUy;sym|9kJGCH~;H>nPXr;~@Y$dXJQB!^-4 z^=Z?lsj*|nI;#r)ha_I;y6dh}#~hP(0jp4S?b=m$#s?1`tow}^PAa$ZOOCD5L(gd3f)SnWE>f4r+A&OFl#dOd?2c`PhN(DN?v|-m= zbB#9lZNdOG3svUMJMXNzckdqa8S<0FINs`1o|_I?IA)vsuQB#CV#EmTr-Ljz<5+wU zc=OFStF~=J4+vLkVCK^`iiRO>m^~xpMI6`;`nPFv<+i}4l`qP2FMpV3xRVJ-8+nCU0`3plfHcU@;I$Bb0e^N z>{69&6wmXBDqgLsH7Hc2|EyI@@48%nmTSWL_U)@)fBkiB3EQ)xXclNb{A77R&gqlo zO?rtj^3tCCW8Qh{~&*PsUYVb$PY?f(juF1A}q7(W6Jl`AE?& zrW4>lqz3Y#2l7rd*(MoT$H|Wi{MS%n|IobeyIPx0J@wSE?-U9A8fAzw*g)77`u|)K zMt8;3Kz{AQ>cdHZAJtD5az@^AIxgs*$*RG)h6k;3O?afO+Hb%8^l(D1potpfCd#0U zum(BTFa|K0)%)n9kH!^jYNfZ|ep?gC_k2L!X|C2S{;7TD=X1^tHWuNO_YC0N5ev!1)w&k|t_q0rr- zFY5QMGZ@Ldd*&os6KjxvoHrwpX2o2?Y?X>fP&5o8mM0`EduBcD7VDN-xb7zl^Bor*wt%&cxmnyzR4`dh{Qoc%f;DJ6 zXHj4LU}PprgsJ-0VN9S=nyBPqGpG_lV#2axbU+Yf(3JSCX=7wCrOiSU`vQm~OH?qA zUbO!j9bu-D*={DtqJtb||0-M?1yNl>6J?;=Fh!LZV02`WFf++vgk{03Pqc6lWw3xn zh_Fli7ekE{v-%KXY*M%ul~$D#mDHF>pC|)UC8A-~g3S7e33Cl886aN^bw$<)Hg&Qv z&t0X0Ye6dnQ-LOGAVjT5&_*pzsf|j8vMRCEs}db;Sj4U=m**z|Sl1O7jU^OW{%|`s zGOYrW66INab;`~2=wfgc_8Y+iLbPF-cbrp{Q>oovfly>6S`?j#$Ycmdl-G}nNTX~N zmRE_{HS1l*g+V~A6~}H6SutOvsta1Vh?STQHndU6h|0W;N(OCo$m5qM^mJraB_@)S zLm5^|T47&wneIp}rWnvTazoo)LcfbiA*rIAs8zvjRIZ3JDA1mcQqM|^o-q2UL2&q0 zi$%`G_Qg1|gn$yM+G3Vcax<523j$feh*=+YGG|hva;Q-@3ZxAyP1c5`X(iH^3YzhS zE6T!hk@H&nVvr*@W`+$n!$imJPe(u-R>L@d zFAwGX#es{AT)tIIdKSU^f&5+f397pm`v0K{WPlMzq`zMUp|n}7dSrkt2q_s86-<;t znUzRCY*fZ(Jwe4>j&LkQYAu^AWy#+lh^#N{3%L2;dh4y2Yjl<&GLa*vZkHswjL$0uPcZAK@eGS5xwkSA`pegn1#?m3+2KS)w$9UWw60ppQPh_ z_Z6yCG$p@hKlw^*+eCZ}S6>PlHgDcM?z(cw9|V#0jokcqsphsZ7pUgUGE7PYL|uRV z^?LQX3*pUkA!_84m69lfq-~fGR$9HLTKVjQD!===Vp4A)3wc47%iY9htT(o&l0dEV1}jN#n=%59MT04K``gLTkR4w!}n*F(x4D=Bh!I zfhJ7eXT=1}dLLn>>-Bro>wI$DZy9D?i{l!L~9QdJYC_;aX;<9|NgGNS75liL}Yy^ z_2V}j=Z=$Z1?~ z`Qi^>Q-9rbx?XIZl&C7+Mx_e+RjRUC{rmOX%GNRgaQjIiG*_#Jn*?{pta1whs3DACF84`on`b`OPPIm7w zWG#}1JR_&4_^;PL`7*V7mRw%9Hm1iOuTh&0QGk{BgdBH`LNJuXIyT32^JnrxY+o2Q zXbBZ_3|Tc>?4jy)?W0ys{H4X=;j<8m zEHNiP7VVlM?8k&zXmI8rwfglbWec!t)h;J$Q>*#_PFdn9GC=E!J;=BpMD4g^tgR;B zn}U49JR_CBN`vLb$9tjIG-$6Nj1?HAlA%piqX2;-amBe}E@G-f(ivx*5p!L>M`Is) zXQ0qz3H$R!yB?C$i~QH?_q;%@nm$S8vF(F{C^jr(#X4I-Y^)%T)w9n&8yItuPA~x^ z9TQ_7Lat$-lWNGa8|2|9i*{`oZ4~38(U6I%T7H45W)a0w79ykJcA=WEgZpj_AovK8 zWL$IpP0YofJ$uHD`H38vXA!usmZ#vISi!3P>i$%NW zFif*QL#r4WrD||(vO;HZ=FFKoSQmt~Xwf2_EK~^S)S^vn*+fBfP1?juftgN#WA-p{ zpfB=E=lN;JM3o2rSI8J5r$hYL313Hl1N8^4pj;5fI1dpoNx6*qlrAum*bs)QJ!p<3 zg_9+{=bUqn-q6#5AtJXI)6GLh0c=H6hDu2y@_)?MYz$H|>xrF6c>#OFFwU`_7}|zd zB7_lNHj16+q6S0q5_|slc0*(41kgfsP2eqi$!ZTJaZAnY%eUo^Uga@ zCmZscxgwv812INH7Q-mrB||giJZ4W=Gz<-5#~X|av;VIR2t&)*RR95>Qj05IPUm?hRd+3-ggL=wkaO57hpSSQKYD>h+F z3Zc_TfO_JdyLJF7^=-*V@F`q3c(0E<@<^?rxiCVQi_RvU1Zrl7Rr*b4;4sm`ZSs8W zwbwcWjd?_MLOxOCF|wfRo`vWn48ItJK>`~y2W@-_xK3hjI9o#Cs$#AJGpiuJS+i!5 zMF+qlMSGYQPBqL*51yS&qtQNA&k#!xqHO0Z@DY`k<>x}A5%S5HWb*LRvVDqU>{bZE zR3`!$gL9BU$qf=b)enh=oADt6Q__|(&knBuGlYp7&s=dzccP7{>7ZhEqdmk*!V)FG z6@5XfXY#=B!)z0e!9m+aglXC*S3k?!AFFqw;Kb=5^6d=Bpk$W)ipR=%+~5tNNZIyc z%$PBH=$n^K)Hy~lX3`17F%gATD`q+u1fmHfzK7Sq7y^*QkOf4MFapemYo;(b76mv# zn+j1xIAd>O-oXXA_e6Q`zLJ6$5vPf)>^(1LiTKge@J4J4+6 ztZo!S#^nV*ko5od25I1sLk`h#bzgYl1#M8!;Y65JNnzS0zJuUW-LgFl&`P=-#9X3F zfu$F;;i$adLdnbd^1hL7&u$~@ySm6r%#;$}MqcP{IX}bxoNAC5=*&$Z3^@h}R-@T` z#^nLY7BImf2+gEDWV#sDHgT7NAm3#KqQAUbTmYu1k&`WWq{Q(eX9{VP!RE?15zjyXc5m~QDD1v?Q}%w4jnoqtd`}sY!FSgmvqCI zsF2hBl6Wx@$_#l?Mj;2-p~wwryh*ebY;go>%*A8WnZ6A|rs_j0Nf4N*+BAElU~-#n z4FT0H)+B4B2s}*Jz>53lx))Kg?vQjROQX`2MLNj&=2qSd4j17~^hm>Ua?Sw7(xbCU zLfGtFx?sTq-L|p5nGQ7mI4nL44al(jZjee+$sYg{A zN#AEIh%}J$1gxr(3=`6HSH}(>KEB{~^A#pHhmU!tq`Q7*OyKkv}gLc!Ytf=&4 z+3*DXk(V|pR5`LXWo#y^3Sl!@RS28OszUf5KBz}&jD$0k00000NkvXXu0mjfG6oVH literal 0 HcmV?d00001 diff --git a/src/openHAB.Windows.Package/Images/Square71x71Logo.scale-200.png b/src/openHAB.Windows.Package/Images/Square71x71Logo.scale-200.png new file mode 100644 index 0000000000000000000000000000000000000000..c417c4d13af68ad4691350c9e4e0e4d283989871 GIT binary patch literal 9105 zcmZu%WmFVQ)K;XVL6BNvS-N9EVkxOzVv+97MOqeEx;vKcP`XRHlnw=@LqtltOF-n~ z{r-LDd_U&SnICh`%$?`nJM%mf{RXZ?h)09>ml3x z`#;_1m*w{ewYqpAXXm$b#gTj3h%`AO(l_GM6eI7wnUrz?Ou+wZED~8Jt`3*E(%3aD zALt}J0o;K{pl~Y`hfeW9p6hL$=A6nRvrSrR!B%V4X6sw!bnY7?@%=oWg~Mo2o{=Vz z@TPYNKs{AcWh_aPDEUE$6eBg>dxghcpAXZRXP81$D*Y_l_*hGfH)G??0}D7HkErSf`T3$()@N?K2o}sRr0Z)41Dnm1KG7 z=c&#Q;}Zq%ia1_@X@e`S0!hbU$pX!4s86s#qc znEs%ak-S?O{<;B}02T!0drtj&V2d|?wYcx}qfNtUpk?yj1OFrD3x}rO)Nw9$(;1Y^6p~gw)aFvfl4)ci|Ro{aY!a2W=iV zXo@JI<~)E^(I7%pNov4U6kFKeJi{KpcEft};M<*|#F_1az}mT5lPVFXrD7IbI(6BY zR30PU6vl%~4(a=gl%6BD0>2N@!@}3gF4D*ai^z%>>JW|D8Y4Zrz`v)JmV+_DwfkLE zpsgj7-0gg_N=t;i?&B%1k&FG{DuGe0^jeRSU0yA_R9&wIn)%;sWf)$zO#$&_RSV(d z#p+ptHhBMtv;O_rAZ~VDdo3LJ&rjH*4-+{8j4XddaJkTgs9c`k*=VKT&6#ZNWUQdU z(ps;3m(h`sbb8EiR5eoqSla;c@!!xQ1!P{?2UN8iclSdVL`*3Fd2ZMnu06}trT4mh+5R&hIWx!*@@7%!97|ktG$jPxF z*JL-T>(YIhu4`3e)T&EJEAsK5?h?-Nh0)pazt{Nzh>ChFYL*0WAJE-flV%Ij`;Hn* zEmu_Iep~uMqxau!Rplet8i1-y_3>0m@5lImN&orvOsCFNa`wF(4sr^{W)L`z&w4ob zCV{TRFQ=4~Qg$c`L>$;M#`d+qY1?VJMNRVh$2*6qVpui={735U;DwRo4utv1;N>ba z(YT46Xah5TZS25i0M!M_P9Hv>_G6mR#-Z~-A9^iF9>YwQRV05xJD5n(r0XNkywdxj zy*JDeQ;CvSnYVv75}U&;%4rAYE!*p^7Te%b;taFFR*6KL^nOFEpFfpYiMfoY^DM3Q zv)8x=&(zZO@5HS6le-d{;_gMRT>bPtu6SG9uGnnBOI4Sh$(Awb;oOQwL~*tbj)Y4-=JO5 zxVJgXi(RNDRsvA_Y?a-f#?Tgvx=M;i%yeQ=PgOMaR!0iC$^*DN6= zG@f`-tt7h+bio45*{1ZZ6#D}5+)Q^ zoG2-U=21D;aEK)64j#V?vx5*{~E!lZOwlS-+-Cvu0w7Be^&KnI$^U{$C<~?}j=PFVutBoo8R17Lvv?^8IpVzfrXUd0ji4KLOc;y_$ zBv>35j~LsryWh$%yTB)tZ+0cxBc)gfwd!Bi;dNZA#3CEHm>b$krQv`6^;Okl z{12|H!(Jtb@3F6(W|(+p(MzslhC#|%j3iFzwk@tt`Yv~;l_q^r!7Uk5e>9ia&`MI= zny&#UnGfej0{)ZySC3gxZ#D3tJ0SKiG&J>n1HT_%_l4$c`@8M9C4RTyB>MN1s_)|% zqdrN7(lsmBTUhrok|mC9K+w;<|RGXM?z;Z#uC80&aAf`$oKy;;QdO zN>ybA0fs40M=jriG9XZTZK_QbOn=~fCX?d=eco9l_r^({tdi`Vf_ahk+Y zm{I7-%k@*68IQ-jTuJNFCGgw9md)FF=0so^Q1oBT3K=yvGP0mN4Ow|NDVgov#tf+) zzZk&0Szxa17*YgO_z_nWwl-1_&_ndq*9CmeK!jHWLG~HO?l5B=ZV~g;kr~_}K6?8c zx}7CRo3QA^=`h3f$A=x-TWIkFT6B*J-!1peWN%JS;Mpi!vz{m};s>tO0N;CTU(N)` z8T9h83RaqS`|R#g=A?Qm84-xwULV&f#!+dIgl7izs+fI^0g($M*6T%##`LFEUkP>Z zIQ724%>YN)4uGYyCFyjkbajX!Cqb;l7L+2bSP#R_18otmtt*~JN$++*x5~;5?K;k=m`NZEh)Slv+x zGP_*2s!~L%rKT`arGcLs?mJeu0SomO;(x}DEd+9@f!}1rrpO0PeGf~p32BNYhrAb^ zM2Pu-+n|cfbpAN`JLsw;7w7(YIZ|17oggE|r}o7M%{WH*UF&PzkS|I^ja~Vri5Vvn?6@3 zT@>?lcGDb3Wb#w+Ghq~Zs+0tO{wL}&SZ2rhdaHRK6D!m9H?NEL(7Y^-J+f%gFFnfC z4z~fDBT3>k6Qv(WDstt#nT3|cFrO9i#M$7r6n*Vijl$z|4aFu@Jynw{2{ersjHOQ# zkg69jy)qK0!(@i7cSuOmFFzvFRSbFFDsBI&G zX;mV^UFGJF@q&05Yl6_UUE4Y=&#UM}pHa--`Yu&)K4Z1!K}E4z-$S^#Rrz>q zA9wL^JKqb52Ccp-blDPR+wt!wD~ruI3@K+$f7v;RInUU0yH|z8G!|iUIpkE!t|{Qt zWVs$CwpnRFS?Q+Wq$ylH2_J$9kPvf_qCBkMKN33;3N-!Bp)HvLH)bgR{MD~zH23R9Lac1 zAeTGmt}$7@w>w=%8!tqude>AfJmyoOT@(c7@??p}c5xG6BzC$x>O6Kxvpzfg`WRFS^X)3XQXjSWRH^P?|@4cdQY zl@nQg`ATYq5s{5pQD-F?DLs{YS;eF4m7EmHC_e2$v=>udevud1As#PvZA3~czn%*m zU}w5+5HZ45D zdxxxBKyo^J)!3YQ%tDmyQTuZOG z&}wSY3R73>HXyL!-CX981xrE{*rz+{9P2LPxmr$kUyp^31)BV#B7{}V3;4A$F$}D8 z&l0baEoG&1qj+-^S}FHXGw0c9>~v>q(7;6O$>O%kYEE8f)Cy1Ga^pxAk_$TKrE!yA z$=xXdMROJ{I8qv~%Kx#!L+$HrFN4QlVuQZU~ISb=4nK3O$}Hj?;Qb?HaLHr3796jD?Gud8Y?)CCyN?Mj%`Y6P3721 zXYx=utGYl6B=fnow#|k0*`6FdIP&Qn3tPZ|*wlVO)GJ6I>j~YszZybUE4sXRv2IdY z61IVHrcE*0RGW#$xl8frf|9>*d!rW@M|g5@7qXh&<2p4?zjsNu@AKC(Cd*$Xs}6&`;yOl0rY= zkeQ-L${PEFT?a_Dlkq93Mb_MyF=zOAs+ANpLrhrI-b^`8Fi3`@!O;td^DrGFz1XGf z%$LpKd83%%(onrXS-=cA+3-fE;A_B!rZKG>q)Djn&8wB}=h}jFNdY$#-M@iOG#cvN z4;7ruvNV(>#9y47x11e9~7R@uK-~npcP2FfXQ;0v(!kADjK}6BCLJ zNXAIux>L+dIrk7zv#g7O?{*=b0jp1n3>!#?&v)HuK5I%xrzj`7<*Q_u$ig<3z^BPW z3c;TNOTS@<)#6w2W*Evc1vKVg?iqY!^E>BLM&GKktT<(91=|-dR?lj2LN{J7L*zhz zP`Bc8m*nWkjAh{j5L0se#&fSpC)yu$TkDF!YE2jY-}X3&a)yW(ceY`T3~~FTO_oCQ zj3XkK)~`LJ)vqu^v1IMn3nR=MzE(vs;INq+v-1|aC8-7EGv1qjXH;~f$QE7T4TxrJ z2<67sV-M3)zY$R@eLPIFGx;}03y}MD4Wq74Eu^lpCWQAK{_RT_w2y8)j!2turFG8? zI*sdPGYHE7e=jA~3|CcGZ(9~xRQz-_;r~-->9lj#OJx1;!KM0NjH4r#(ij=Ql{pk! zV`dsY6;_}Kr4ZcRUfU{JU{2`7>3G_k-Gi$JSb&|nYjw)V*P77!_eT3&k_U|BAs)9P zg_1w}K`O!w5(}kH?MXT)*vzGj0ZXu`jUd8)TFsblH@BE}iheNH z?KYA*OXaC+dFX;4F4%hlC2FI4I!kmzm7 zXig54=4ID1`nU{1Bb8q|e*~kUT$+6G&HQHrDuvU3;IuLqxGz!lCY{^BQb&s<5-SCJ z`$R%X@a$&iZu;H=@1;arNZVI;5;XshCjAkF&XL^pC_DV1reFr3)i$0L}F+ zXz`-m>^=nBT}_XE;8gBsgz!zW?I_NBSQFao(n1{m$gV9QiQT8p%p|DjnOBira;z)PgCRzk237!ToT_XwpRhz_=7nMluB z9H&=uYq89|YM%J4mn7}9yjr$*Y0dA>tPiCa3ctdm#R4>AT1+J1 zx6;Xi-^Z^unJqNhj8{)#7qvY;ULL7B$a!$csqFrXOi?B$QwqfZpwdP_6hZs^DoVk7 z>Vk%6Zxqt?Wp2&|IYB6Zv=2cL_=?5bEDgI)#c%kt@)_- zWfHSm0(dl-hbOxG^NuhN(yi%}p<>_0&PL%iK_|qvTDv;qMd@LL@?;@BIsNk!yGg*ub5-b73)lMZuUKN*K&D!aM zR741o?UdgkEf&rNp*ZwDJ3vXzMp7Jv+$Y_~YnEz8mdt8IyGts|Cs1(+U3Uv`scNlc zX}JDoL#)zzP~KKT&Y1@xFKL2K0gr}gkkdAplia~__G>#Q$W!42CsFm+L}~zw-*!w$ z*74yFl4c*mmO8B%nr~WIZ}ut~#rb6=x1cHD5!Tzpz`y;Of(uw64om0SwspK|j+EW$ z`s>7O5Az`Y<}_#?)4Q`Rhl2NoB^H+yD1((`hCVkqMhu!#WWu%~X0QxWF1 z@H}zUt=FcPbrBUw2~koMh`{7vK|JvCw#R+@pTl&Q-b{iTEvZQOf9`b)vJV@KrQD}> zeu0Qeu@vT!7|r!>*~XT6vOGkyYxi0Z0rycZ$x*?It!Cgsek#!3+CS2u#rD)?;ncoh z`T9sZyoZZzrB*LD3DF7!{Pn(^QsFazJ;R;pGw-?iog>+svD(K@ZTnxZP&SMEV%mPme4p>V{(SWbPmrwNyouLt zIF>1zGJx@I*@roniUH-T+hS8L2WNNYf|sxu(E%qYi}?8PqUq{glI?%* zf8DI`V*-jY)vOPo`3}#+Y}IB@iTYEAhky6T1|zisg9`TkO?LNgG#bgDf|z(;d{>$sh{i-iX~9>0h4*N1S-wx@-g0Xl&-u$~Jh}Diw+E<%Eemm|LSl;5_jr0Nk|(eJEHqdl zH~u6={$ggH9Z3SshG5~()U^Jr%&0wrn=^xLzfcLI&a78%0#edH(RntBID9LV9b)8d zpJ2Oy{XoL8+(cq#5WExtN>aWwY_EQL7fB`1zJlL5hZJjtTUYBSA%X2n9}!k2v?j*< zb`t<$hZ*)}kKL(|7To0546tX2lfz8NkvrYluJE#`(C#=e`K0>WV3P3Me@a^9&IsF z6fhAl>n2QQP5|Ly!ct++e?=AoL%~eqdFQ_;3+kjE^^NYJp2zh*N?wWv6@60o7h1yp zw;qznPu0T7Ogpx%M{rO1TcC}`ya=@OV;ZHGGT>4KxRnz$@=Vn|;+Nvtx5Ym^*aTE> z3im?^7R83+m4FNc%uM#t?-3hA@lJ@bDGco~-{bDG68u`MIP*PP>*Oh{$tdgBH5(+| zo5@Vka-P9**|5>M6=KAqBr7gz$5jzdEcK@_A8Y7zYnultyWuWn{#~-)-~Ad*@YLuD z0||^f6fIzY&cRM5nHptB`%NzJLr3_-oHPQPD1e<>~&;(pWcL$$m(O?>;`!+vlwZcm&*|} z`jY8~iyJmrhI@{*BcmIy#W9t{-TX1WL{~J_;CNjbf8zRUIb-)c_T!P>U??n7BpoM@ zGyYxqZr3AWXI!@C{ivAC{zpUB2g+yW{iK@f7zmP&vy{5ymj0LyHz)7s7Q~{BW!9it z`HS8BE8&cPsex|?8b!ddu<1WrspD|DH@hSo?ezPICMs2xl`+1~aepGfqZ#)aM~+Cd7za5>a3yKu;mF)g!GU#z&(5}58%vCnB4kTEHV&rDkQ z&h>Em^avc~o8QTxXVE-#eS~t3F`anV5BQ5Q6#8jJn_^u+`Cy@;sP3ctZ|u5c%gL}j z3~TF1$ZlrZ**9o@(%HB9&2xJ-bG0C)K1Up3A{kfI7nQ^5Ug zHh(~LWzfvKxS3s6j^FnMno)61H9HVjHbf9go-F%-KFH9bGME%gkx$NW=9!BR`SVS! zI{iAk$GgGvP_9zeipbR(imHJ7DeUsJP=%j(C1U?I#m`Y@6@=m)qmIj(YB# zAHBpySJg)#NF?Bxu6-yDc*TeZ!+7JSO8slN&z}TyN>TJeTtx!K%B#*M2nR5_Ofn%- z6{}S;q>s}h8hlPh8sfG;`rlpcJqjdqRm@QKu-nh*1S32a{9^pKg_%DTd`w+GV~LAO z+m}cErQe0fEZLyR&yTnsMOhLYQ9}1RXaV)q8@Vl)DRDKYz8FoIw58kZ|c zp@-?{N>uL2v6Hbr@H5FVt%u4|tYuy(D?5dJ9Nc%`;pGc=c|GjG^fqdv4^em?CbJ1R z;L3CULVX+pym-{9>+nG(sPo^uAud>vxt;f5CL1}wZSWQbxUzff|7FH6u-9B1sfE z*ZkP_zFO=Pr%!X{*1wyr@bWF9LMu<1h#V%6OhX7iiP()HC^g$8wLi`eaFIUAaQJk+ zT(}JJ=&3uxBbnZqomtt3d&2$;U!&jPMtL{NG4Xfyq;@RefoHNFGMxs)9!wSuU-S6HAA>G$0Z;c}5}t~J!6p}djg z)jawI1LdSu|Nh^u9D!}zpPW^4`t%KsU?d8fv@uW5`1!HJUoKXdZ14AH;}bNn^@_{Zi6 NOaU%m``SF@e*i=Tcvb)a literal 0 HcmV?d00001 diff --git a/src/openHAB.Windows/Assets/Square71x71Logo.scale-400.png b/src/openHAB.Windows.Package/Images/Square71x71Logo.scale-400.png similarity index 100% rename from src/openHAB.Windows/Assets/Square71x71Logo.scale-400.png rename to src/openHAB.Windows.Package/Images/Square71x71Logo.scale-400.png diff --git a/src/openHAB.Windows/Assets/NewStoreLogo.scale-100.png b/src/openHAB.Windows.Package/Images/StoreLogo.scale-100.png similarity index 100% rename from src/openHAB.Windows/Assets/NewStoreLogo.scale-100.png rename to src/openHAB.Windows.Package/Images/StoreLogo.scale-100.png diff --git a/src/openHAB.Windows/Assets/NewStoreLogo.scale-125.png b/src/openHAB.Windows.Package/Images/StoreLogo.scale-125.png similarity index 100% rename from src/openHAB.Windows/Assets/NewStoreLogo.scale-125.png rename to src/openHAB.Windows.Package/Images/StoreLogo.scale-125.png diff --git a/src/openHAB.Windows/Assets/NewStoreLogo.scale-150.png b/src/openHAB.Windows.Package/Images/StoreLogo.scale-150.png similarity index 100% rename from src/openHAB.Windows/Assets/NewStoreLogo.scale-150.png rename to src/openHAB.Windows.Package/Images/StoreLogo.scale-150.png diff --git a/src/openHAB.Windows/Assets/NewStoreLogo.scale-200.png b/src/openHAB.Windows.Package/Images/StoreLogo.scale-200.png similarity index 100% rename from src/openHAB.Windows/Assets/NewStoreLogo.scale-200.png rename to src/openHAB.Windows.Package/Images/StoreLogo.scale-200.png diff --git a/src/openHAB.Windows/Assets/NewStoreLogo.scale-400.png b/src/openHAB.Windows.Package/Images/StoreLogo.scale-400.png similarity index 100% rename from src/openHAB.Windows/Assets/NewStoreLogo.scale-400.png rename to src/openHAB.Windows.Package/Images/StoreLogo.scale-400.png diff --git a/src/openHAB.Windows/Assets/Wide310x150Logo.scale-100.png b/src/openHAB.Windows.Package/Images/Wide310x150Logo.scale-100.png similarity index 100% rename from src/openHAB.Windows/Assets/Wide310x150Logo.scale-100.png rename to src/openHAB.Windows.Package/Images/Wide310x150Logo.scale-100.png diff --git a/src/openHAB.Windows/Assets/Wide310x150Logo.scale-125.png b/src/openHAB.Windows.Package/Images/Wide310x150Logo.scale-125.png similarity index 100% rename from src/openHAB.Windows/Assets/Wide310x150Logo.scale-125.png rename to src/openHAB.Windows.Package/Images/Wide310x150Logo.scale-125.png diff --git a/src/openHAB.Windows/Assets/Wide310x150Logo.scale-150.png b/src/openHAB.Windows.Package/Images/Wide310x150Logo.scale-150.png similarity index 100% rename from src/openHAB.Windows/Assets/Wide310x150Logo.scale-150.png rename to src/openHAB.Windows.Package/Images/Wide310x150Logo.scale-150.png diff --git a/src/openHAB.Windows/Assets/Wide310x150Logo.scale-200.png b/src/openHAB.Windows.Package/Images/Wide310x150Logo.scale-200.png similarity index 100% rename from src/openHAB.Windows/Assets/Wide310x150Logo.scale-200.png rename to src/openHAB.Windows.Package/Images/Wide310x150Logo.scale-200.png diff --git a/src/openHAB.Windows/Assets/Wide310x150Logo.scale-400.png b/src/openHAB.Windows.Package/Images/Wide310x150Logo.scale-400.png similarity index 100% rename from src/openHAB.Windows/Assets/Wide310x150Logo.scale-400.png rename to src/openHAB.Windows.Package/Images/Wide310x150Logo.scale-400.png diff --git a/src/openHAB.Windows/Package.StoreAssociation.xml b/src/openHAB.Windows.Package/Package.StoreAssociation.xml similarity index 99% rename from src/openHAB.Windows/Package.StoreAssociation.xml rename to src/openHAB.Windows.Package/Package.StoreAssociation.xml index 17292492..8b0b596f 100644 --- a/src/openHAB.Windows/Package.StoreAssociation.xml +++ b/src/openHAB.Windows.Package/Package.StoreAssociation.xml @@ -365,4 +365,4 @@ - \ No newline at end of file + diff --git a/src/openHAB.Windows/Package.appxmanifest b/src/openHAB.Windows.Package/Package.appxmanifest similarity index 66% rename from src/openHAB.Windows/Package.appxmanifest rename to src/openHAB.Windows.Package/Package.appxmanifest index 63c68fb3..4f47434c 100644 --- a/src/openHAB.Windows/Package.appxmanifest +++ b/src/openHAB.Windows.Package/Package.appxmanifest @@ -1,4 +1,5 @@  + - - + + openHAB openHAB Foundation e.V. - Assets\NewStoreLogo.png + Images\StoreLogo.png - + - + - + - + - - - + + + - - - + + + - - + + @@ -68,11 +69,10 @@ - + - - + + - - \ No newline at end of file + diff --git a/src/openHAB.Windows.Package/openHAB.Windows.Package.wapproj b/src/openHAB.Windows.Package/openHAB.Windows.Package.wapproj new file mode 100644 index 00000000..f295909c --- /dev/null +++ b/src/openHAB.Windows.Package/openHAB.Windows.Package.wapproj @@ -0,0 +1,109 @@ + + + + 15.0 + + + + Debug + x86 + + + Release + x86 + + + Debug + x64 + + + Release + x64 + + + Debug + ARM64 + + + Release + ARM64 + + + + $(MSBuildExtensionsPath)\Microsoft\DesktopBridge\ + + + + 4e463e63-604d-4c3d-8a13-273b787c99b2 + 10.0.22621.0 + 10.0.19041.0 + en-US + false + $(NoWarn);NU1702 + ..\openHAB.Windows\openHAB.Windows.csproj + + + + Designer + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/openHAB.Windows/App.xaml b/src/openHAB.Windows/App.xaml index 4d7c08b2..4f2eb941 100644 --- a/src/openHAB.Windows/App.xaml +++ b/src/openHAB.Windows/App.xaml @@ -13,63 +13,48 @@ - - - - - - - - - + + - - - - - - - - - - diff --git a/src/openHAB.Windows/App.xaml.cs b/src/openHAB.Windows/App.xaml.cs index 1da9ea07..1f09f4f0 100644 --- a/src/openHAB.Windows/App.xaml.cs +++ b/src/openHAB.Windows/App.xaml.cs @@ -6,7 +6,6 @@ using Microsoft.Windows.AppLifecycle; using openHAB.Core.Notification.Contracts; using openHAB.Core.Services.Contracts; -using openHAB.Windows.Services; namespace openHAB.Windows { diff --git a/src/openHAB.Windows/Controls/ChartWidget.xaml.cs b/src/openHAB.Windows/Controls/ChartWidget.xaml.cs index 22dd6de8..127198f6 100644 --- a/src/openHAB.Windows/Controls/ChartWidget.xaml.cs +++ b/src/openHAB.Windows/Controls/ChartWidget.xaml.cs @@ -4,7 +4,6 @@ using Microsoft.UI.Xaml.Media.Imaging; using openHAB.Core.Client.Connection.Contracts; using openHAB.Core.Common; -using openHAB.Windows.Services; namespace openHAB.Windows.Controls { diff --git a/src/openHAB.Windows/Controls/ColorWidget.xaml.cs b/src/openHAB.Windows/Controls/ColorWidget.xaml.cs index a7048886..0746cc67 100644 --- a/src/openHAB.Windows/Controls/ColorWidget.xaml.cs +++ b/src/openHAB.Windows/Controls/ColorWidget.xaml.cs @@ -7,7 +7,6 @@ using Microsoft.UI.Xaml; using openHAB.Core.Client.Messages; using openHAB.Core.Messages; -using openHAB.Windows.Services; using Windows.UI; namespace openHAB.Windows.Controls diff --git a/src/openHAB.Windows/Converters/IconToBitmapConverter.cs b/src/openHAB.Windows/Converters/IconToBitmapConverter.cs index 30a5daf2..5fdeacf9 100644 --- a/src/openHAB.Windows/Converters/IconToBitmapConverter.cs +++ b/src/openHAB.Windows/Converters/IconToBitmapConverter.cs @@ -3,7 +3,6 @@ using Microsoft.UI.Xaml.Media.Imaging; using openHAB.Core.Model; using openHAB.Core.Services.Contracts; -using openHAB.Windows.Services; using openHAB.Windows.ViewModel; namespace openHAB.Windows.Converters diff --git a/src/openHAB.Windows/DIService.cs b/src/openHAB.Windows/DIService.cs index 2a5401ab..9d082456 100644 --- a/src/openHAB.Windows/DIService.cs +++ b/src/openHAB.Windows/DIService.cs @@ -18,7 +18,7 @@ using openHAB.Core.Services.Contracts; using openHAB.Windows.ViewModel; -namespace openHAB.Windows.Services +namespace openHAB.Windows { /// /// Dependency Injection Service. @@ -56,7 +56,7 @@ private void RegisterServices(IServiceCollection services) services.AddSingleton(StrongReferenceMessenger.Default); services.AddSingleton(); services.AddSingleton(); - services.AddTransient(x => + services.AddTransient(x => { ISettingsService settingsService = x.GetService(); return settingsService.Load(); diff --git a/src/openHAB.Windows/MainWindow.xaml.cs b/src/openHAB.Windows/MainWindow.xaml.cs index 4ffd88c2..8e9dbb7a 100644 --- a/src/openHAB.Windows/MainWindow.xaml.cs +++ b/src/openHAB.Windows/MainWindow.xaml.cs @@ -12,7 +12,6 @@ using openHAB.Core.Client.Models; using openHAB.Core.Messages; using openHAB.Windows.Messages; -using openHAB.Windows.Services; using openHAB.Windows.View; using openHAB.Windows.ViewModel; using System; @@ -44,7 +43,7 @@ public MainWindow() this.AppWindow.TitleBar.ButtonForegroundColor = Colors.Black; AppTitleBar.Loaded += AppTitleBar_Loaded; AppTitleBar.SizeChanged += AppTitleBar_SizeChanged; - TitleBarTextBlock.Text = AppInfo.Current.DisplayInfo.DisplayName; + //TitleBarTextBlock.Text = AppInfo.Current.DisplayInfo.DisplayName; //TODO: Replace with Vm = DIService.Instance.GetService(); Root.DataContext = Vm; diff --git a/src/openHAB.Windows/OpenHAB.Windows_StoreKey.pfx b/src/openHAB.Windows/OpenHAB.Windows_StoreKey.pfx deleted file mode 100644 index c40fa1ae159923f618ec6564be9395eac06b3f90..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 2584 zcmZXUc{tR27r=jG#$+a2BH5QhSu$gHr3e?<_bsvvLkY>X)ChwS#+Id0&7DH8>|>WL zBql?$XU}9GWcOmYQ_uU}`@GNloadbHIiIt9zyEv>0t@G60)Y`&ST7VNjWfXQvVl&3 zh*($)1Pg0q;5r1BdH;V>%*zlg^E?An89D_$`JXOUIEaaeg&ZNUkbQ(86#ie#7|sr1 zp+*ylPqQ_@GBKU#g+a3gFj6?%|1toPlwxWIxp<$Q4V;t`5N zyV&28nsL*qwX^f8SSGdKH`?@+tmq`Mc4X}7>ubTYO4Y2G<5_U9lT6pMB-`rat0`9J zdZG(mr?-rBM!yFOZM+KA>uB(=J66|!|TJV$m2)AhY3P>vV@wzhKY*9M2@%Mm$r8!zUShh}~h+Hd!NsP5yG;w%0z>lMMA?Skiv zP3y29tB>(MI}X6)VVe1BFQSY{6#DN5FNb~{E^&Kgj~}LoG!O>j1X|Y3QfnGFahhw- zq3v2SB13S?Jk;K<)kE=9HZR&soypwqzagf$VIQ=_f&`uoS1IdEv1HtU`emUIq;|8|+H*Cb4 zlmBjNO*1o!oEJLtb_l^!z%pSrxO;Z9-Pr&sbw&rV0Du2m95UZ@L14q~JS*Es`bA_| zhW+}4-zQD2Z!MR1K1>6bOfRFGBoMN_Sk z!tj(Bq5`NhJavZrq;h~8qgv%xE$SEj*`)-yBb=cy87K$>!m6GEAxq;2`rzK6u~QtKUaPv798NTLcsM?9&PU~=<;4!32DP7 zbf2QF`?OM*AySwd%~pdfv{Z+U&yq&UTj9$j&kgwsneBCN4U*GI!CUr3a#>AWIUnCQ zLq`GhT=To%9Uk(B*u`}2xe{g%UDr$u(Y66T2_ZK|E8i|NH5AqkuVJQo1HV)4{7U&N zf?`s?9u>FU1+CFkM!C=WR$Zd!5t^Si7R#Leyiu?!a;s#`D(gJ?4>-M4VKF(oeO4gJ zP}Q$JbrI}AOw)JZRm16b23==sq;;R+7{~$@c#)3US9qfRrFd)I+E@~7J1i{N$=6Td z1-H-QwM%#?+T}!8-d33K)H=WSxcyfRX;#iG%IZVC>fcdtSHie4D)A7jcqS@gcJ>i&HndCe&$FEq_o^ zpoNIODv@=|s@@V}yV)_^u$l1gBW`=x+)^nM$E4teQ-3^bWamXfzTK(yxLIeemilGQ z1R9<)KWAM=iBezd5Bto*A8=~qe3L>?+}snA?|s-cg5Wfg;+nRy7$JTfs5Ld^@lkc; z-2M@QYeX_B%_=c#*}b0POjJSVJQA6ikprWIl=5bRTPmksKTqGBLsPBfFshWXIOe`> zeYU_IRhA}EPL<`}z!&S8_4<3?8Zz2k>4q=0G$+m$n6`cfK-r1%F=7Mi!T(D5)}zeQ z(K9h0H5XS|K$d!NovI2w^fY+5!=x#eTMT0k%#ZNXA~h*~oW8EwKM2T(bG#f#kyo?x z;oVMgCUuGJ=h_^lR;5cX80_|zP)n9{952~9PPtgC!`FkcZd>)9cb8Ezyp#YqH2$=v zYWHvHL3b0}a(mA$TQvoSjo=QD$^Q7-_%BF)HO1r5CReGa>NDy!hpsOkXo+hM(+`$1 zLfya`>1UETCjy&ouPf7z@N_Th;+_k9+@{igvGp8TjU_i?^y3_7Ga@6?v&*nrd6M?W zV_DsqabJ1$d6oA9ynE8pGj^Zw=viw&p23s*LpD*KwkX1+1tHcYoKh{w1W%5Mmh&9b z(+!A;NH;ENtML?h95`@4-FfLD5u;INK!7l-e1K1dn+uYS@uP1fW^#F~cizl5H}p?u zfk{d&Ki2f*eF{fo;)JdZFU5y?)e!AcZZcvY#-;rXP=c3+q?0gsx@nG + + + + FileSystem + arm64 + win-arm64 + bin\$(Configuration)\$(TargetFramework)\$(RuntimeIdentifier)\publish\ + true + False + + diff --git a/src/openHAB.Windows/Properties/PublishProfiles/win-x64.pubxml b/src/openHAB.Windows/Properties/PublishProfiles/win-x64.pubxml new file mode 100644 index 00000000..9ccb4177 --- /dev/null +++ b/src/openHAB.Windows/Properties/PublishProfiles/win-x64.pubxml @@ -0,0 +1,14 @@ + + + + + FileSystem + x64 + win-x64 + bin\$(Configuration)\$(TargetFramework)\$(RuntimeIdentifier)\publish\ + true + False + + diff --git a/src/openHAB.Windows/Properties/PublishProfiles/win-x86.pubxml b/src/openHAB.Windows/Properties/PublishProfiles/win-x86.pubxml new file mode 100644 index 00000000..b288ccbd --- /dev/null +++ b/src/openHAB.Windows/Properties/PublishProfiles/win-x86.pubxml @@ -0,0 +1,14 @@ + + + + + FileSystem + x86 + win-x86 + bin\$(Configuration)\$(TargetFramework)\$(RuntimeIdentifier)\publish\ + true + False + + diff --git a/src/openHAB.Windows/Properties/PublishProfiles/win10-arm64.pubxml b/src/openHAB.Windows/Properties/PublishProfiles/win10-arm64.pubxml deleted file mode 100644 index 234882a6..00000000 --- a/src/openHAB.Windows/Properties/PublishProfiles/win10-arm64.pubxml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - FileSystem - arm64 - win10-arm64 - bin\$(Configuration)\$(TargetFramework)\$(RuntimeIdentifier)\publish\ - true - False - False - True - - - diff --git a/src/openHAB.Windows/Properties/PublishProfiles/win10-x64.pubxml b/src/openHAB.Windows/Properties/PublishProfiles/win10-x64.pubxml deleted file mode 100644 index 5c24e26c..00000000 --- a/src/openHAB.Windows/Properties/PublishProfiles/win10-x64.pubxml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - FileSystem - x64 - win10-x64 - bin\$(Configuration)\$(TargetFramework)\$(RuntimeIdentifier)\publish\ - true - False - False - True - - - diff --git a/src/openHAB.Windows/Properties/PublishProfiles/win10-x86.pubxml b/src/openHAB.Windows/Properties/PublishProfiles/win10-x86.pubxml deleted file mode 100644 index bfabe6b1..00000000 --- a/src/openHAB.Windows/Properties/PublishProfiles/win10-x86.pubxml +++ /dev/null @@ -1,20 +0,0 @@ - - - - - FileSystem - x86 - win10-x86 - bin\$(Configuration)\$(TargetFramework)\$(RuntimeIdentifier)\publish\ - true - False - False - True - - - diff --git a/src/openHAB.Windows/View/LogViewerPage.xaml.cs b/src/openHAB.Windows/View/LogViewerPage.xaml.cs index 6607bc89..e31769a8 100644 --- a/src/openHAB.Windows/View/LogViewerPage.xaml.cs +++ b/src/openHAB.Windows/View/LogViewerPage.xaml.cs @@ -1,5 +1,4 @@ using Microsoft.UI.Xaml.Controls; -using openHAB.Windows.Services; using openHAB.Windows.ViewModel; namespace openHAB.Windows.View diff --git a/src/openHAB.Windows/View/SettingsPage.xaml.cs b/src/openHAB.Windows/View/SettingsPage.xaml.cs index 25c5c261..903e91b4 100644 --- a/src/openHAB.Windows/View/SettingsPage.xaml.cs +++ b/src/openHAB.Windows/View/SettingsPage.xaml.cs @@ -11,7 +11,6 @@ using openHAB.Core.Messages; using openHAB.Core.Services.Contracts; using openHAB.Windows.Controls; -using openHAB.Windows.Services; using openHAB.Windows.ViewModel; namespace openHAB.Windows.View @@ -161,4 +160,4 @@ await App.DispatcherQueue.EnqueueAsync(async () => }); } } -} \ No newline at end of file +} diff --git a/src/openHAB.Windows/ViewModel/ConnectionDialogViewModel.cs b/src/openHAB.Windows/ViewModel/ConnectionDialogViewModel.cs index 47b33efa..061d9218 100644 --- a/src/openHAB.Windows/ViewModel/ConnectionDialogViewModel.cs +++ b/src/openHAB.Windows/ViewModel/ConnectionDialogViewModel.cs @@ -8,7 +8,6 @@ using openHAB.Core.Client.Connection.Contracts; using openHAB.Core.Client.Connection.Models; using openHAB.Core.Common; -using openHAB.Core.Contracts; using openHAB.Core.Model; namespace openHAB.Windows.ViewModel diff --git a/src/openHAB.Windows/ViewModel/ConnectionProfileViewModel.cs b/src/openHAB.Windows/ViewModel/ConnectionProfileViewModel.cs index 6c2851d1..7032793d 100644 --- a/src/openHAB.Windows/ViewModel/ConnectionProfileViewModel.cs +++ b/src/openHAB.Windows/ViewModel/ConnectionProfileViewModel.cs @@ -1,8 +1,7 @@ using openHAB.Core.Client.Connection.Contracts; using openHAB.Core.Client.Connection.Models; -using openHAB.Windows.ViewModel; -namespace openHAB.Core.Contracts +namespace openHAB.Windows.ViewModel { /// /// ViewModel for connection profile. @@ -45,4 +44,4 @@ public ConnectionProfileViewModel(IConnectionProfile profile) /// The type. public HttpClientType Type => Model.Type; } -} \ No newline at end of file +} diff --git a/src/openHAB.Windows/ViewModel/WidgetViewModel.cs b/src/openHAB.Windows/ViewModel/WidgetViewModel.cs index efe8c7db..a3d0b37b 100644 --- a/src/openHAB.Windows/ViewModel/WidgetViewModel.cs +++ b/src/openHAB.Windows/ViewModel/WidgetViewModel.cs @@ -5,7 +5,6 @@ using openHAB.Core.Client.Models; using openHAB.Core.Model; using openHAB.Core.Services.Contracts; -using openHAB.Windows.Services; using System; using System.Collections.Generic; using System.Collections.ObjectModel; diff --git a/src/openHAB.Windows/app.manifest b/src/openHAB.Windows/app.manifest index 5b6d336a..5051c105 100644 --- a/src/openHAB.Windows/app.manifest +++ b/src/openHAB.Windows/app.manifest @@ -1,10 +1,10 @@  - + - @@ -16,4 +16,4 @@ PerMonitorV2 - \ No newline at end of file + diff --git a/src/openHAB.Windows/openHAB.Windows.csproj b/src/openHAB.Windows/openHAB.Windows.csproj index 5c52986b..cb7a82ff 100644 --- a/src/openHAB.Windows/openHAB.Windows.csproj +++ b/src/openHAB.Windows/openHAB.Windows.csproj @@ -9,9 +9,9 @@ win-x86;win-x64;win-arm64 win-$(Platform).pubxml true - true enable 10.0.19041.0 + None @@ -28,9 +28,7 @@ - - Designer - + @@ -42,6 +40,7 @@ 8.4.0 + diff --git a/upgrade-assistant.clef b/upgrade-assistant.clef deleted file mode 100644 index 0a755f51..00000000 --- a/upgrade-assistant.clef +++ /dev/null @@ -1,20976 +0,0 @@ -{"@t":"2022-06-09T13:55:34.2176597Z","@mt":"Hosting starting","@l":"Debug","EventId":{"Id":1,"Name":"Starting"},"SourceContext":"Microsoft.Extensions.Hosting.Internal.Host"} -{"@t":"2022-06-09T13:55:34.2523370Z","@mt":"Configuration loaded from context base directory: {BaseDirectory}","@l":"Debug","BaseDirectory":"C:\\Users\\chrisho\\.dotnet\\tools\\.store\\upgrade-assistant\\0.3.330801\\upgrade-assistant\\0.3.330801\\tools\\net6.0\\any\\","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Cli.ConsoleRunner"} -{"@t":"2022-06-09T13:55:34.3086933Z","@mt":"Found extension '{Name}' [{Location}]","@l":"Debug","Name":"NuGet","Location":"C:\\Users\\chrisho\\.dotnet\\tools\\.store\\upgrade-assistant\\0.3.330801\\upgrade-assistant\\0.3.330801\\tools\\net6.0\\any\\extensions\\nuget","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionProvider"} -{"@t":"2022-06-09T13:55:34.3181603Z","@mt":"Found extension '{Name}' [{Location}]","@l":"Debug","Name":"Default","Location":"C:\\Users\\chrisho\\.dotnet\\tools\\.store\\upgrade-assistant\\0.3.330801\\upgrade-assistant\\0.3.330801\\tools\\net6.0\\any\\extensions\\default","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionProvider"} -{"@t":"2022-06-09T13:55:34.3257872Z","@mt":"Found extension '{Name}' [{Location}]","@l":"Debug","Name":"try-convert","Location":"C:\\Users\\chrisho\\.dotnet\\tools\\.store\\upgrade-assistant\\0.3.330801\\upgrade-assistant\\0.3.330801\\tools\\net6.0\\any\\extensions\\try-convert","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionProvider"} -{"@t":"2022-06-09T13:55:34.3347177Z","@mt":"Found extension '{Name}' [{Location}]","@l":"Debug","Name":"VB","Location":"C:\\Users\\chrisho\\.dotnet\\tools\\.store\\upgrade-assistant\\0.3.330801\\upgrade-assistant\\0.3.330801\\tools\\net6.0\\any\\extensions\\vb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionProvider"} -{"@t":"2022-06-09T13:55:34.3436698Z","@mt":"Found extension '{Name}' [{Location}]","@l":"Debug","Name":"Web","Location":"C:\\Users\\chrisho\\.dotnet\\tools\\.store\\upgrade-assistant\\0.3.330801\\upgrade-assistant\\0.3.330801\\tools\\net6.0\\any\\extensions\\web","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionProvider"} -{"@t":"2022-06-09T13:55:34.3546179Z","@mt":"Found extension '{Name}' [{Location}]","@l":"Debug","Name":"windows","Location":"C:\\Users\\chrisho\\.dotnet\\tools\\.store\\upgrade-assistant\\0.3.330801\\upgrade-assistant\\0.3.330801\\tools\\net6.0\\any\\extensions\\windows","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionProvider"} -{"@t":"2022-06-09T13:55:34.3598500Z","@mt":"Found extension '{Name}' [{Location}]","@l":"Debug","Name":"MAUI","Location":"C:\\Users\\chrisho\\.dotnet\\tools\\.store\\upgrade-assistant\\0.3.330801\\upgrade-assistant\\0.3.330801\\tools\\net6.0\\any\\extensions\\maui","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionProvider"} -{"@t":"2022-06-09T13:55:34.3618491Z","@mt":"Loaded {Count} extensions","Count":7,"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionProvider"} -{"@t":"2022-06-09T13:55:34.4683001Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"NuGet.Common, Version=6.0.0.280, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_NuGetb1de2379f7544ede9f1a2cf6d40183cb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} -{"@t":"2022-06-09T13:55:34.5336635Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"NuGet.Commands, Version=6.0.0.280, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_NuGetb1de2379f7544ede9f1a2cf6d40183cb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} -{"@t":"2022-06-09T13:55:34.6096338Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"NuGet.DependencyResolver.Core, Version=6.0.0.280, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_NuGetb1de2379f7544ede9f1a2cf6d40183cb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} -{"@t":"2022-06-09T13:55:34.6679283Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"NuGet.Packaging, Version=6.0.0.280, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_NuGetb1de2379f7544ede9f1a2cf6d40183cb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} -{"@t":"2022-06-09T13:55:34.7534266Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"NuGet.Frameworks, Version=6.0.0.280, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_NuGetb1de2379f7544ede9f1a2cf6d40183cb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} -{"@t":"2022-06-09T13:55:34.8237923Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"NuGet.Protocol, Version=6.0.0.280, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_NuGetb1de2379f7544ede9f1a2cf6d40183cb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} -{"@t":"2022-06-09T13:55:34.9191200Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"NuGet.Versioning, Version=6.0.0.280, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_NuGetb1de2379f7544ede9f1a2cf6d40183cb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} -{"@t":"2022-06-09T13:55:34.9909579Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"NuGet.ProjectModel, Version=6.0.0.280, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_NuGetb1de2379f7544ede9f1a2cf6d40183cb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} -{"@t":"2022-06-09T13:55:35.0656350Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"NuGet.LibraryModel, Version=6.0.0.280, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_NuGetb1de2379f7544ede9f1a2cf6d40183cb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} -{"@t":"2022-06-09T13:55:35.1145619Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"NuGet.Configuration, Version=6.0.0.280, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_NuGetb1de2379f7544ede9f1a2cf6d40183cb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} -{"@t":"2022-06-09T13:55:35.2205976Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_Defaultb1de2379f7544ede9f1a2cf6d40183cb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} -{"@t":"2022-06-09T13:55:35.2584453Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"Microsoft.DotNet.UpgradeAssistant.Steps.Configuration, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_Defaultb1de2379f7544ede9f1a2cf6d40183cb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} -{"@t":"2022-06-09T13:55:35.3111026Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_Defaultb1de2379f7544ede9f1a2cf6d40183cb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} -{"@t":"2022-06-09T13:55:35.3946952Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"Microsoft.DotNet.UpgradeAssistant.Steps.Solution, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_Defaultb1de2379f7544ede9f1a2cf6d40183cb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} -{"@t":"2022-06-09T13:55:35.4423859Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"Microsoft.DotNet.UpgradeAssistant.Steps.Source, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_Defaultb1de2379f7544ede9f1a2cf6d40183cb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} -{"@t":"2022-06-09T13:55:35.4930959Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"Microsoft.DotNet.UpgradeAssistant.Steps.Templates, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_Defaultb1de2379f7544ede9f1a2cf6d40183cb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} -{"@t":"2022-06-09T13:55:35.5581083Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_Defaultb1de2379f7544ede9f1a2cf6d40183cb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} -{"@t":"2022-06-09T13:55:35.6359161Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"Microsoft.DotNet.UpgradeAssistant.Extensions.Default.CodeFixes, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_Defaultb1de2379f7544ede9f1a2cf6d40183cb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} -{"@t":"2022-06-09T13:55:35.7618659Z","@mt":"Loading {Name} with pdb from {Extension}","@l":"Debug","Name":"MSBuild.Abstractions, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_try-convertb1de2379f7544ede9f1a2cf6d40183cb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} -{"@t":"2022-06-09T13:55:35.9484001Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"Microsoft.DotNet.UpgradeAssistant.Steps.Razor, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_Webb1de2379f7544ede9f1a2cf6d40183cb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} -{"@t":"2022-06-09T13:55:36.0156285Z","@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_Webb1de2379f7544ede9f1a2cf6d40183cb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} -{"@t":"2022-06-09T13:55:36.0936107Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"DiffPlex, Version=1.6.3.0, Culture=neutral, PublicKeyToken=1d35e91d1bd7bc0f","Extension":"UA_Webb1de2379f7544ede9f1a2cf6d40183cb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} -{"@t":"2022-06-09T13:55:36.4329417Z","@mt":"Using Visual Studio v{VsVersion} [{VsPath}]","@l":"Debug","VsVersion":"17.2.32526.322","VsPath":"C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.VisualStudioFinder"} -{"@t":"2022-06-09T13:55:36.6949787Z","@mt":"Using MSBuild from {Path}","Path":"C:\\Program Files\\dotnet\\sdk\\6.0.300\\","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.WorkspaceOptions"} -{"@t":"2022-06-09T13:55:36.7006654Z","@mt":"Using Visual Studio install from {Path} [v{Version}]","Path":"C:\\Program Files\\Microsoft Visual Studio\\2022\\Enterprise","Version":17,"SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.WorkspaceOptions"} -{"@t":"2022-06-09T13:55:36.9161613Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"NuGet.Credentials, Version=6.0.0.280, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_NuGetb1de2379f7544ede9f1a2cf6d40183cb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} -{"@t":"2022-06-09T13:55:37.2240014Z","@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-06-09T13:55:37.5440164Z","@mt":"Using {Step} upgrade step","@l":"Debug","Step":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer"} -{"@t":"2022-06-09T13:55:37.5441722Z","@mt":"Using {Step} upgrade step","@l":"Debug","Step":"Microsoft.DotNet.UpgradeAssistant.Steps.Configuration.ConfigUpdaterStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer"} -{"@t":"2022-06-09T13:55:37.5442356Z","@mt":"Using {Step} upgrade step","@l":"Debug","Step":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer"} -{"@t":"2022-06-09T13:55:37.5442966Z","@mt":"Using {Step} upgrade step","@l":"Debug","Step":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer"} -{"@t":"2022-06-09T13:55:37.5443512Z","@mt":"Using {Step} upgrade step","@l":"Debug","Step":"Microsoft.DotNet.UpgradeAssistant.Steps.Solution.CurrentProjectSelectionStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer"} -{"@t":"2022-06-09T13:55:37.5444014Z","@mt":"Using {Step} upgrade step","@l":"Debug","Step":"Microsoft.DotNet.UpgradeAssistant.Steps.Solution.NextProjectStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer"} -{"@t":"2022-06-09T13:55:37.5445041Z","@mt":"Using {Step} upgrade step","@l":"Debug","Step":"Microsoft.DotNet.UpgradeAssistant.Steps.Solution.FinalizeSolutionStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer"} -{"@t":"2022-06-09T13:55:37.5446076Z","@mt":"Using {Step} upgrade step","@l":"Debug","Step":"Microsoft.DotNet.UpgradeAssistant.Steps.Solution.EntrypointSelectionStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer"} -{"@t":"2022-06-09T13:55:37.5446624Z","@mt":"Using {Step} upgrade step","@l":"Debug","Step":"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer"} -{"@t":"2022-06-09T13:55:37.5447322Z","@mt":"Using {Step} upgrade step","@l":"Debug","Step":"Microsoft.DotNet.UpgradeAssistant.Steps.Templates.TemplateInserterStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer"} -{"@t":"2022-06-09T13:55:37.5447837Z","@mt":"Using {Step} upgrade step","@l":"Debug","Step":"Microsoft.DotNet.UpgradeAssistant.Steps.ProjectFormat.SetTFMStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer"} -{"@t":"2022-06-09T13:55:37.5448375Z","@mt":"Using {Step} upgrade step","@l":"Debug","Step":"Microsoft.DotNet.UpgradeAssistant.Steps.ProjectFormat.TryConvertProjectConverterStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer"} -{"@t":"2022-06-09T13:55:37.5448924Z","@mt":"Using {Step} upgrade step","@l":"Debug","Step":"Microsoft.DotNet.UpgradeAssistant.Extensions.VisualBasic.VisualBasicProjectUpdaterStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer"} -{"@t":"2022-06-09T13:55:37.5449423Z","@mt":"Using {Step} upgrade step","@l":"Debug","Step":"Microsoft.DotNet.UpgradeAssistant.Steps.Razor.RazorUpdaterStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer"} -{"@t":"2022-06-09T13:55:37.5449971Z","@mt":"Using {Step} upgrade step","@l":"Debug","Step":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsDesktopUpdateStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer"} -{"@t":"2022-06-09T13:55:37.5450974Z","@mt":"Using {Step} upgrade step","@l":"Debug","Step":"Microsoft.DotNet.UpgradeAssistant.Extensions.Maui.MauiPlatformTargetFrameworkUpgradeStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer"} -{"@t":"2022-06-09T13:55:37.5451193Z","@mt":"Using {Step} upgrade step","@l":"Debug","Step":"Microsoft.DotNet.UpgradeAssistant.Extensions.Maui.MauiAddProjectPropertiesStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgradeStepOrderer"} -{"@t":"2022-06-09T13:55:37.5489303Z","@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-06-09T13:55:37.5559750Z","@mt":"Generating context","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildUpgradeContextFactory"} -{"@t":"2022-06-09T13:55:37.5962678Z","@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-06-09T13:55:37.6250733Z","@mt":"Initializing context","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildUpgradeContextFactory"} -{"@t":"2022-06-09T13:55:39.8844484Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Openhab.Core.csproj' with message: C:\\Program Files\\dotnet\\sdk\\6.0.300\\Microsoft.Common.CurrentVersion.targets: (2491, 5): The \"Microsoft.Build.Tasks.GetInstalledSDKLocations\" task could not be loaded from the assembly Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a. 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-06-09T13:55:40.1491874Z","@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-06-09T13:55:40.2014243Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\openHAB.Windows.csproj' with message: C:\\Program Files\\dotnet\\sdk\\6.0.300\\Microsoft.Common.CurrentVersion.targets: (2491, 5): The \"GetInstalledSDKLocations\" task was not found. Check the following: 1.) The name of the task in the project file is the same as the name of the task class. 2.) The task class is \"public\" and implements the Microsoft.Build.Framework.ITask interface. 3.) The task is correctly declared with in the project file, or in the *.tasks files located in the \"C:\\Program Files\\dotnet\\sdk\\6.0.300\" directory.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2022-06-09T13:55:40.2166365Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Warning","Message":"Found project reference without a matching metadata reference: D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Openhab.Core.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2022-06-09T13:55:40.2180965Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Warning","Message":"Found project reference without a matching metadata reference: D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\OpenHAB.Core\\OpenHAB.Core.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2022-06-09T13:55:40.4464156Z","@mt":"Done initializing context","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildUpgradeContextFactory"} -{"@t":"2022-06-09T13:55:40.4864387Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Select an entrypoint","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T13:55:40.4987274Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Select an entrypoint","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T13:55:40.4988743Z","@mt":"Identified upgrade step {UpgradeStep} as the next step","@l":"Debug","UpgradeStep":"Microsoft.DotNet.UpgradeAssistant.Steps.Solution.EntrypointSelectionStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T13:56:14.2905058Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Select an entrypoint","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Solution.EntrypointSelectionStep"} -{"@t":"2022-06-09T13:56:16.4314059Z","@mt":"Restoring packages for {ProjectPath} with dotnet restore","@l":"Debug","ProjectPath":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\openHAB.Windows.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.DotnetRestorePackageRestorer"} -{"@t":"2022-06-09T13:56:17.0793481Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Openhab.Core.csproj' with message: C:\\Program Files\\dotnet\\sdk\\6.0.300\\Microsoft.Common.CurrentVersion.targets: (2491, 5): The \"Microsoft.Build.Tasks.GetInstalledSDKLocations\" task could not be loaded from the assembly Microsoft.Build.Tasks.Core, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a. 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-06-09T13:56:17.1581923Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\openHAB.Windows.csproj' with message: C:\\Program Files\\dotnet\\sdk\\6.0.300\\Microsoft.Common.CurrentVersion.targets: (2491, 5): The \"GetInstalledSDKLocations\" task was not found. Check the following: 1.) The name of the task in the project file is the same as the name of the task class. 2.) The task class is \"public\" and implements the Microsoft.Build.Framework.ITask interface. 3.) The task is correctly declared with in the project file, or in the *.tasks files located in the \"C:\\Program Files\\dotnet\\sdk\\6.0.300\" directory.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2022-06-09T13:56:17.1587033Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Warning","Message":"Found project reference without a matching metadata reference: D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Openhab.Core.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2022-06-09T13:56:17.1587794Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Warning","Message":"Found project reference without a matching metadata reference: D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\OpenHAB.Core\\OpenHAB.Core.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2022-06-09T13:56:17.1633519Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Select an entrypoint","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Solution.EntrypointSelectionStep"} -{"@t":"2022-06-09T13:56:22.1014506Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Select project to upgrade","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T13:56:22.4467212Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:22.4499243Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\80500c50-0a97-4282-8597-c849859e2d43\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:22.4735351Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed","Extension":"UA_NuGetb1de2379f7544ede9f1a2cf6d40183cb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} -{"@t":"2022-06-09T13:56:22.6436133Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\80500c50-0a97-4282-8597-c849859e2d43\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:22.6608377Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:23.7220693Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/netstandard.library/index.json","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:23.8937078Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/netstandard.library/index.json 171ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:23.9368365Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/netstandard.library/2.0.3/netstandard.library.2.0.3.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:23.9767329Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/netstandard.library/2.0.3/netstandard.library.2.0.3.nupkg 39ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:24.9181555Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:24.9941500Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquiring lock for the installation of NETStandard.Library 2.0.3","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:25.0056043Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquired lock for the installation of NETStandard.Library 2.0.3","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:25.0730694Z","@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_NuGetb1de2379f7544ede9f1a2cf6d40183cb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} -{"@t":"2022-06-09T13:56:25.5422981Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"PackageSignatureVerificationLog: PackageIdentity: NETStandard.Library.2.0.3 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:25.9216587Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Installed NETStandard.Library 2.0.3 from https://api.nuget.org/v3/index.json with content hash st47PosZSHrjECdjeIzZQbzivYBJFv6P2nv4cj2ypdI204DO+vZ7l5raGMiX4eXMJ53RfOIg+/s4DHVZ54Nu2A==.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:26.5543032Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:26.5723610Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:26.6327175Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:26.6328980Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3d3bd025-06db-465e-90a8-be7a8192ae71\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:26.6334653Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3d3bd025-06db-465e-90a8-be7a8192ae71\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:26.6335881Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:26.6573451Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:26.7341375Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:26.7344428Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:26.7485852Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:26.7487850Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\166b9061-c1ef-492f-b7ad-d1b60972ca0a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:26.7491186Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\166b9061-c1ef-492f-b7ad-d1b60972ca0a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:26.7491862Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:26.7683870Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:26.8433410Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:26.8436271Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:26.8534856Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:26.8535817Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\821610ee-9adb-4172-aaaa-e094bd0bf465\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:26.8540449Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\821610ee-9adb-4172-aaaa-e094bd0bf465\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:26.8541216Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:26.8710679Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:26.9498183Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:26.9500771Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:26.9597328Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:26.9598906Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c0383a49-97d9-4660-8d54-bfca42ce8f24\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:26.9602101Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c0383a49-97d9-4660-8d54-bfca42ce8f24\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:26.9602708Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:26.9747684Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:27.0527953Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:27.0530674Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:27.0601877Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:27.0602679Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\73d8ca11-4461-4c75-a2b8-32f17c70aa21\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:27.0605967Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\73d8ca11-4461-4c75-a2b8-32f17c70aa21\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:27.0606563Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:27.0795351Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:27.1585773Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:27.1589596Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:27.1640698Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Select project to upgrade","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T13:56:27.1641447Z","@mt":"Identified upgrade step {UpgradeStep} as the next step","@l":"Debug","UpgradeStep":"Microsoft.DotNet.UpgradeAssistant.Steps.Solution.CurrentProjectSelectionStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T13:56:52.1795550Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Select project to upgrade","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Solution.CurrentProjectSelectionStep"} -{"@t":"2022-06-09T13:56:52.1922295Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:52.1923485Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\828a3c5a-1cc7-46e4-8e86-9406802d7155\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:52.1927723Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\828a3c5a-1cc7-46e4-8e86-9406802d7155\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:52.1928556Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:52.2118495Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:52.3081484Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:52.3085437Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:52.3173986Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:52.3174801Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\006b5a03-d5e7-4291-bc0b-5b0baabbb8db\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:52.3178346Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\006b5a03-d5e7-4291-bc0b-5b0baabbb8db\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:52.3179042Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:52.3357643Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:52.4303608Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:52.4306689Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:52.4381466Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:52.4382744Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e96c26ce-e7b3-411e-95bd-49491954e5b9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:52.4386499Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e96c26ce-e7b3-411e-95bd-49491954e5b9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:52.4387286Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:52.4600932Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:52.5497282Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:52.5500827Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:52.5580286Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:52.5581366Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2f9f94cf-4ebc-46c0-852b-9466dc24f2b3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:52.5584924Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2f9f94cf-4ebc-46c0-852b-9466dc24f2b3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:52.5585726Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:52.5795847Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:52.6645339Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:52.6648627Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:52.6743523Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:52.6745154Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7b957c00-189b-4a80-ab33-8214cab682c4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:52.6749641Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7b957c00-189b-4a80-ab33-8214cab682c4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:52.6750493Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:52.7025729Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:52.7862213Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:52.7865332Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:52.7956460Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:52.7957804Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7c419285-6eab-4583-9cdd-65309738a23e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:52.7962513Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7c419285-6eab-4583-9cdd-65309738a23e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:52.7963201Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:52.8150581Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:52.8993731Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:52.8996856Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:52.9469016Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:52.9469977Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4aa3a46e-d1d8-420c-95f3-217fb4155dce\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:52.9473370Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4aa3a46e-d1d8-420c-95f3-217fb4155dce\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:52.9474046Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:53.9826580Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:54.2356606Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:54.2361507Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:54.2465876Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:54.2466782Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\332ad357-4769-4ec0-80c4-7894a1eebabe\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:54.2470153Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\332ad357-4769-4ec0-80c4-7894a1eebabe\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:54.2470998Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:54.2978983Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:54.4380117Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:54.4383641Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:54.4471646Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:54.4472868Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\db7ae1aa-5028-4d7f-a488-824b7cfeca48\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:54.4476188Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\db7ae1aa-5028-4d7f-a488-824b7cfeca48\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:54.4476819Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:54.5056123Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:54.6544090Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:54.6547600Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:54.6630859Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:54.6632149Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cca44764-ae14-4a86-8f9e-024e36855b1c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:54.6635657Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cca44764-ae14-4a86-8f9e-024e36855b1c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:54.6636268Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:54.7176214Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:54.8476445Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:54.8480697Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:54.8580003Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:54.8580880Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ed47265b-3601-4a42-91fe-39d727d8b934\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:54.8584723Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ed47265b-3601-4a42-91fe-39d727d8b934\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:54.8585832Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:54.9163669Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:55.0444530Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:55.0449355Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:55.0543861Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:55.0545191Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\02279a26-444d-4cf4-9f24-a3356ac8c634\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:55.0548387Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\02279a26-444d-4cf4-9f24-a3356ac8c634\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:55.0548994Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:55.1175919Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:55.2419785Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:56:55.2424119Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:10.1685254Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Select project to upgrade","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Solution.CurrentProjectSelectionStep"} -{"@t":"2022-06-09T13:57:13.7057327Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Back up project","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T13:57:13.7098506Z","@mt":"Determining backup path","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:13.7101174Z","@mt":"Using backup path {BackupPath}","@l":"Debug","BackupPath":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:13.7101667Z","@mt":"Backup upgrade step initialized as incomplete; will backup to {BackupLocation}","@l":"Debug","BackupLocation":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:13.7101965Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Back up project","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T13:57:13.7102225Z","@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-06-09T13:57:13.7153274Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:13.7154355Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\30d90c17-c56f-44b2-9896-205571e6c711\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:13.7157538Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\30d90c17-c56f-44b2-9896-205571e6c711\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:13.7158235Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:13.7371563Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:13.8549477Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:13.8552256Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:13.8630875Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:13.8631829Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1cd5aebe-194d-482e-a64c-86d40a7036ac\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:13.8634919Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1cd5aebe-194d-482e-a64c-86d40a7036ac\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:13.8635525Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:13.8802775Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:13.9690831Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:13.9693897Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:13.9901816Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:13.9903078Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\821470c1-f17e-4546-9b0b-747566ad4057\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:13.9906829Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\821470c1-f17e-4546-9b0b-747566ad4057\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:13.9907846Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:14.0100504Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:14.0945802Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:14.0949251Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:14.1028445Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:14.1029705Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5c952e4d-6bcd-42d1-9285-dfa5b94fe44b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:14.1032933Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5c952e4d-6bcd-42d1-9285-dfa5b94fe44b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:14.1033533Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:14.1227109Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:14.2189880Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:14.2192752Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:14.2325665Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:14.2327210Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d9bfb33a-ade2-421b-ba36-585c082c3d1c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:14.2331836Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d9bfb33a-ade2-421b-ba36-585c082c3d1c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:14.2332984Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:14.2599097Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:14.3368540Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:14.3371107Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:14.3446569Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:14.3447714Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\92bd17e3-b367-48c7-930b-75b59e528f7e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:14.3450967Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\92bd17e3-b367-48c7-930b-75b59e528f7e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:14.3451694Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:14.3675467Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:14.4521351Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:14.4538026Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:14.4624945Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:14.4625597Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d42cedbc-fc37-46b5-a932-5063372f0f7b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:14.4629460Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d42cedbc-fc37-46b5-a932-5063372f0f7b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:14.4630276Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:14.4793570Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:14.5460924Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:14.5463512Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:14.5537693Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:14.5538411Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\772aa8b7-346c-4792-8320-b88958cff113\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:14.5541553Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\772aa8b7-346c-4792-8320-b88958cff113\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:14.5542417Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:14.5712741Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:14.6580284Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:14.6583094Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:14.6671566Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:14.6672912Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\736c29b5-b21e-436d-a01d-041cecbb6cca\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:14.6675971Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\736c29b5-b21e-436d-a01d-041cecbb6cca\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:14.6676600Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:14.6855324Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:14.7716522Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:14.7720509Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:14.7799656Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:14.7800453Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\27700ea6-76bf-4ba1-abc0-82e423550818\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:14.7804103Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\27700ea6-76bf-4ba1-abc0-82e423550818\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:14.7804677Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:14.7979223Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:14.8798835Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:14.8803116Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:14.8908392Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:14.8909920Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6ab8437c-8b48-4ec9-82d9-11b05b131508\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:14.8912914Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6ab8437c-8b48-4ec9-82d9-11b05b131508\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:14.8913619Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:14.9076946Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:14.9973433Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:14.9988150Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:15.0065691Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:15.0066529Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\56f57cc5-5006-4079-b5a8-2a587f5f2ac6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:15.0070173Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\56f57cc5-5006-4079-b5a8-2a587f5f2ac6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:15.0070992Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:15.0237617Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:15.1012313Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:15.1014868Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:15.1096198Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:15.1097557Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\52b2e2e6-8d6d-4872-b736-b669e351f4ba\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:15.1100588Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\52b2e2e6-8d6d-4872-b736-b669e351f4ba\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:15.1101225Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:15.1258481Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:15.2128101Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:15.2131418Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:15.2211836Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:15.2212621Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0573a8ce-84fc-4eb3-bd28-afa4101c216b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:15.2216459Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0573a8ce-84fc-4eb3-bd28-afa4101c216b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:15.2217852Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:15.2401180Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:15.3615715Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:15.3618686Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:15.3699720Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:15.3700640Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1aee798e-85cc-447e-b17c-9e056f57b844\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:15.3704169Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1aee798e-85cc-447e-b17c-9e056f57b844\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:15.3704728Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:15.3917719Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:15.4665416Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:15.4667877Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:15.4746002Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:15.4747202Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ec5ff024-8728-427a-b4d3-cc255a3e3a98\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:15.4750103Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ec5ff024-8728-427a-b4d3-cc255a3e3a98\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:15.4750730Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:15.4905319Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:15.5567644Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:15.5570152Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:15.5663983Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:15.5665168Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0a9b8c91-abbf-4e72-9878-b9b27bf22652\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:15.5668285Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0a9b8c91-abbf-4e72-9878-b9b27bf22652\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:15.5668821Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:15.5815764Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:15.6522215Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:15.6524765Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:15.6608484Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:15.6609750Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dae388bc-3e23-49ec-899c-b977d6b287a8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:15.6612370Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dae388bc-3e23-49ec-899c-b977d6b287a8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:15.6612873Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:15.6752916Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:15.7490584Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:15.7497151Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:15.7587283Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:15.7588336Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e7754587-3311-48dd-957f-1c3efc994bbf\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:15.7591747Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e7754587-3311-48dd-957f-1c3efc994bbf\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:15.7592279Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:15.7768284Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:15.8496177Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:15.8498952Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:15.8561668Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:15.8562351Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\491459d6-d0a1-473d-b349-1f900f9b0405\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:15.8565413Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\491459d6-d0a1-473d-b349-1f900f9b0405\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:15.8565993Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:15.8728830Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:15.9416482Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:15.9420228Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:15.9516441Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:15.9517458Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\458eb387-c9de-4d74-b593-30304fca867d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:15.9520488Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\458eb387-c9de-4d74-b593-30304fca867d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:15.9521092Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:15.9717063Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:16.0512548Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:16.0515424Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:16.0595379Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:16.0596658Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f0dec06d-63d3-4729-9541-0a28a0e9d7a3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:16.0599390Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f0dec06d-63d3-4729-9541-0a28a0e9d7a3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:16.0599907Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:16.0744781Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:16.1612990Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:16.1616901Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:16.1709459Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:16.1710690Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\57c2505e-4a67-43c3-90e6-647c12a8fc3e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:16.1713661Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\57c2505e-4a67-43c3-90e6-647c12a8fc3e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:16.1714366Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:16.1873311Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:16.2784545Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:16.2788035Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:16.2874347Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:16.2875499Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7b008854-b009-4973-bacb-035daa9d3c93\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:16.2878541Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7b008854-b009-4973-bacb-035daa9d3c93\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:16.2879502Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:16.3029910Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:16.3798888Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:16.3802294Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:16.3892158Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:16.3893328Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\553a959d-cca5-4fb7-b670-b29cc7ac02ef\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:16.3896361Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\553a959d-cca5-4fb7-b670-b29cc7ac02ef\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:16.3897011Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:16.4088991Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:16.4901127Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:16.4903881Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:16.4987804Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:16.4988496Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\605d6b95-cbf0-41ec-bf9a-0f63bb6a7fef\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:16.4991241Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\605d6b95-cbf0-41ec-bf9a-0f63bb6a7fef\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:16.4992119Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:16.5208381Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:16.6198974Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:16.6202142Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:16.6321159Z","@mt":"Loading {Name} without pdb from {Extension}","@l":"Debug","Name":"Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers.Common, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_Defaultb1de2379f7544ede9f1a2cf6d40183cb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} -{"@t":"2022-06-09T13:57:16.6906647Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:16.6908323Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\35ac046b-ed74-4399-878e-507c5b23be8d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:16.6912458Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\35ac046b-ed74-4399-878e-507c5b23be8d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:16.6913155Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:16.7092920Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:16.7976261Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:16.7981906Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:16.8060670Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:16.8062359Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bba25669-dc9b-4131-bc92-fa706b68de66\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:16.8065662Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bba25669-dc9b-4131-bc92-fa706b68de66\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:16.8066391Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:16.8259319Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:16.9124024Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:16.9127032Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:16.9252146Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:16.9253152Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\13c41c38-e888-49c0-9c06-000f5d3cad09\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:16.9258300Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\13c41c38-e888-49c0-9c06-000f5d3cad09\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:16.9259458Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:16.9567852Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:17.0842973Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:17.0846726Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:17.0928423Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:17.0929605Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1a37fc6d-40d3-4933-b46c-1d01de217188\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:17.0933690Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1a37fc6d-40d3-4933-b46c-1d01de217188\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:17.0934548Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:17.1161833Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:17.2198362Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:17.2202852Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:17.2299483Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:17.2300293Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9f8c4c7d-8dec-4aef-a863-3e407ea654fa\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:17.2304899Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9f8c4c7d-8dec-4aef-a863-3e407ea654fa\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:17.2305782Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:17.2598012Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:17.3646821Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:17.3649808Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:17.3732263Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:17.3733234Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c76fdffb-15f2-48ab-882a-07062351f124\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:17.3736958Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c76fdffb-15f2-48ab-882a-07062351f124\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:17.3737735Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:17.3913309Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:17.4656439Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:17.4660788Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:17.4735156Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:17.4736242Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e451e3fc-47df-46bb-a782-7d3cbba776e4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:17.4741706Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e451e3fc-47df-46bb-a782-7d3cbba776e4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:17.4742392Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:17.4947493Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:17.5710148Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:17.5712787Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:17.5784798Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:17.5785729Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5b5ee469-f51e-43f5-a0f7-775f25d68ed8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:17.5789055Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5b5ee469-f51e-43f5-a0f7-775f25d68ed8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:17.5789657Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:17.5975635Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:17.6864420Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:17.6867062Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:17.6939105Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:17.6940552Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\260572c1-a39c-46ce-af10-156587fb0760\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:17.6943692Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\260572c1-a39c-46ce-af10-156587fb0760\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:17.6944636Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:17.7153231Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:17.7960797Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:17.7963518Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:17.8031941Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:17.8032496Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cd85e28e-2749-47e6-b10f-6de7bc307631\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:17.8035777Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cd85e28e-2749-47e6-b10f-6de7bc307631\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:17.8036308Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:17.8240248Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:17.9003972Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:17.9007253Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:17.9102355Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:17.9103782Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5b1da9fd-6532-4e94-97f7-bf95d1944ca7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:17.9107699Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5b1da9fd-6532-4e94-97f7-bf95d1944ca7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:17.9109256Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:17.9309230Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:18.0118363Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:18.0122666Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:18.0197927Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:18.0198660Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6cb91b77-2fc1-4b76-a894-2595a61f0676\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:18.0201833Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6cb91b77-2fc1-4b76-a894-2595a61f0676\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:18.0202474Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:18.0355376Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:18.1112809Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:18.1115734Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:18.1195921Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:18.1197937Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\288a3ed1-1806-4360-9123-0dcdf7a63629\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:18.1201884Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\288a3ed1-1806-4360-9123-0dcdf7a63629\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:18.1203031Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:18.1373901Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:18.2389262Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:18.2391682Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:18.2464514Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:18.2465765Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7aa74941-f9ae-4849-9632-fbc96ad83245\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:18.2468907Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7aa74941-f9ae-4849-9632-fbc96ad83245\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:18.2469443Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:18.2660313Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:18.3448591Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:18.3451846Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:18.3558056Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:18.3559002Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f47d0ce7-0cb1-4948-9f9a-33732780704d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:18.3562379Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f47d0ce7-0cb1-4948-9f9a-33732780704d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:18.3562924Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:18.3760943Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:18.4577672Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:18.4580168Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:18.4662178Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:18.4663488Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\19550f74-e3f0-4299-9a71-ef69907cdcd9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:18.4666509Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\19550f74-e3f0-4299-9a71-ef69907cdcd9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:18.4667466Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:18.4846727Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:18.5581048Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:18.5584138Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:18.5670596Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:18.5671855Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f6828e3d-53c8-4742-8b1a-24bac3397d3b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:18.5675101Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f6828e3d-53c8-4742-8b1a-24bac3397d3b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:18.5675796Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:18.5833179Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:18.6575861Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:18.6578286Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:18.6651060Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:18.6652396Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0f6d0f20-7fcb-4a76-84b7-6d3b392e3b73\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:18.6655720Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0f6d0f20-7fcb-4a76-84b7-6d3b392e3b73\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:18.6657309Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:18.6825540Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:18.7661097Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:18.7663706Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:18.7755499Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:18.7756436Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d78be6ca-62b9-49eb-b02d-8b07bce7c354\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:18.7760773Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d78be6ca-62b9-49eb-b02d-8b07bce7c354\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:18.7761328Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:18.7975295Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:18.8817090Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:18.8820141Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:18.8894288Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:18.8895107Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\eeb6f9eb-3b46-4673-84e9-d04ba6ae9a6c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:18.8898963Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\eeb6f9eb-3b46-4673-84e9-d04ba6ae9a6c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:18.8899867Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:18.9106869Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:18.9874385Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:18.9876962Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:18.9995859Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:18.9996937Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4609827d-e829-48be-8b38-61de057436e6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:19.0002207Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4609827d-e829-48be-8b38-61de057436e6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:19.0003964Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:19.0189942Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:19.1017315Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:19.1019845Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:19.1092630Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:19.1093692Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ce8fd1b4-b568-44a2-ad73-f0cdf2c6c749\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:19.1096613Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ce8fd1b4-b568-44a2-ad73-f0cdf2c6c749\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:19.1097332Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:19.1266541Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:19.2050390Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:19.2053315Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:19.2138549Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:19.2139474Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6fc01120-e0a0-4caa-a58b-d1729f5a96ab\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:19.2143093Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6fc01120-e0a0-4caa-a58b-d1729f5a96ab\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:19.2143674Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:19.2326471Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:19.3208525Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:19.3211575Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:19.3282545Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:19.3283107Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4731d393-d526-44dc-9cb6-ee6dbac9d8bc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:19.3286467Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4731d393-d526-44dc-9cb6-ee6dbac9d8bc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:19.3287043Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:19.3515892Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:19.4393768Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:19.4397176Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:19.4489205Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:19.4490201Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b9a0a8ae-93f3-4c55-963c-747eb4724e45\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:19.4493811Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b9a0a8ae-93f3-4c55-963c-747eb4724e45\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:19.4494320Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:19.4697467Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:19.5797893Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:19.5802968Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:19.5896453Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:19.5897393Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\94b12110-e38e-48b5-a02d-87e3143aa341\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:19.5900679Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\94b12110-e38e-48b5-a02d-87e3143aa341\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:19.5901667Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:19.6083724Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:19.6926284Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:19.6929731Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:19.7019612Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:19.7020547Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f10e4c5d-3381-4569-9417-051a107a8b85\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:19.7024038Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f10e4c5d-3381-4569-9417-051a107a8b85\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:19.7024590Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:19.7182395Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:19.8014989Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:19.8017718Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:19.8089251Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:19.8090463Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fd70c5c6-4a1b-46da-b2ee-5068b422f139\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:19.8093456Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fd70c5c6-4a1b-46da-b2ee-5068b422f139\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:19.8094036Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:19.8243939Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:19.8998490Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:19.9001390Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:19.9083568Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:19.9084548Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\40bfc2a5-bba1-4a20-87e1-063a833e1ed4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:19.9087776Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\40bfc2a5-bba1-4a20-87e1-063a833e1ed4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:19.9088291Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:19.9269332Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:20.0142297Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:20.0146124Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:20.0222334Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:20.0223538Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\919defe4-bfbc-4cf1-9027-b867b8078489\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:20.0226105Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\919defe4-bfbc-4cf1-9027-b867b8078489\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:20.0226638Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:20.0419846Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:20.1230815Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:20.1233296Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:25.7016935Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Back up project","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:29.8805843Z","@mt":"Determining backup path","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:29.8806936Z","@mt":"Using backup path {BackupPath}","@l":"Debug","BackupPath":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:29.8828703Z","@mt":"Backing up {ProjectDir} to {BackupPath}","ProjectDir":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core","BackupPath":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:29.9066235Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\AppResources.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\AppResources.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:29.9093228Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Openhab.Core.csproj","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\Openhab.Core.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:29.9190466Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\OpenHAB.Core.GeneratedMSBuildEditorConfig.editorconfig","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\OpenHAB.Core.GeneratedMSBuildEditorConfig.editorconfig","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:29.9392447Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\bin\\x86\\Debug\\Microsoft.UI.Text.winmd","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\bin\\x86\\Debug\\Microsoft.UI.Text.winmd","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:29.9531178Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\bin\\x86\\Debug\\Microsoft.UI.Text.xml","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\bin\\x86\\Debug\\Microsoft.UI.Text.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:30.0146996Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\bin\\x86\\Debug\\Microsoft.UI.Xaml.Markup.winmd","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\bin\\x86\\Debug\\Microsoft.UI.Xaml.Markup.winmd","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:30.0480544Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\bin\\x86\\Debug\\Microsoft.UI.Xaml.winmd","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\bin\\x86\\Debug\\Microsoft.UI.Xaml.winmd","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:30.1171905Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\bin\\x86\\Debug\\Microsoft.UI.Xaml.xml","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\bin\\x86\\Debug\\Microsoft.UI.Xaml.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:30.1352250Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\bin\\x86\\Debug\\Microsoft.Web.WebView2.Core.winmd","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\bin\\x86\\Debug\\Microsoft.Web.WebView2.Core.winmd","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:30.2216269Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\bin\\x86\\Debug\\OpenHAB.Core.dll","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\bin\\x86\\Debug\\OpenHAB.Core.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:30.2294757Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\bin\\x86\\Debug\\OpenHAB.Core.pdb","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\bin\\x86\\Debug\\OpenHAB.Core.pdb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:30.2389501Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\bin\\x86\\Debug\\OpenHAB.Core.pri","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\bin\\x86\\Debug\\OpenHAB.Core.pri","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:30.2487595Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\bin\\x86\\Debug\\OpenHAB.Core.XML","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\bin\\x86\\Debug\\OpenHAB.Core.XML","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:30.2676456Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Common\\ActionCommand.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\Common\\ActionCommand.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:30.2811274Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Common\\ColorChangedEventArgs.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\Common\\ColorChangedEventArgs.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:30.2942388Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Common\\ColorHelper.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\Common\\ColorHelper.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:30.3096197Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Common\\Constants.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\Common\\Constants.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:30.3241453Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Common\\DataErrorInfo.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\Common\\DataErrorInfo.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:30.3380194Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Common\\DeviceFamily.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\Common\\DeviceFamily.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:30.3512923Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Common\\DeviceTypeHelper.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\Common\\DeviceTypeHelper.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:30.3633743Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Common\\Enum.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\Common\\Enum.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:30.3788985Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Common\\HttpResponseResult.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\Common\\HttpResponseResult.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:30.3934076Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Common\\ObservableCollectionExtensions.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\Common\\ObservableCollectionExtensions.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:30.4094046Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Common\\OpenHABHttpClient.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\Common\\OpenHABHttpClient.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:30.4233652Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Contracts\\IConnectionProfile.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\Contracts\\IConnectionProfile.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:30.4390255Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Contracts\\Services\\IDependencyInjectionService.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\Contracts\\Services\\IDependencyInjectionService.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:30.4513484Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Contracts\\Services\\ISettingsService.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\Contracts\\Services\\ISettingsService.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:30.4667417Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Messages\\ConnectionStatusChanged.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\Messages\\ConnectionStatusChanged.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:30.4798976Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Messages\\FireErrorMessage.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\Messages\\FireErrorMessage.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:30.4911241Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Messages\\FireInfoMessage.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\Messages\\FireInfoMessage.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:30.5050642Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Messages\\ItemStateChangedMessage.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\Messages\\ItemStateChangedMessage.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:30.5182782Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Messages\\MessageType.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\Messages\\MessageType.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:30.5325272Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Messages\\SettingsUpdatedMessage.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\Messages\\SettingsUpdatedMessage.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:30.5463138Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Messages\\SettingsValidationMessage.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\Messages\\SettingsValidationMessage.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:30.5607522Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Messages\\TriggerCommandMessage.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\Messages\\TriggerCommandMessage.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:30.5760626Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Messages\\UpdateItemMessage.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\Messages\\UpdateItemMessage.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:30.5904793Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Messages\\WidgetClickedMessage.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\Messages\\WidgetClickedMessage.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:30.6065110Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Model\\ConnectionState.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\Model\\ConnectionState.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:30.6217041Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Model\\Link.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\Model\\Link.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:30.6357843Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Model\\OpenHABAPIInfo.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\Model\\OpenHABAPIInfo.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:30.6508684Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Model\\OpenHABCommandDescription.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\Model\\OpenHABCommandDescription.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:30.6652570Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Model\\OpenHABCommandOptions.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\Model\\OpenHABCommandOptions.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:30.6790197Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Model\\OpenHABCommands.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\Model\\OpenHABCommands.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:30.6937528Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Model\\OpenhabConnectionProfile.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\Model\\OpenhabConnectionProfile.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:30.7073652Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Model\\OpenHABConnectionType.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\Model\\OpenHABConnectionType.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:30.7198070Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Model\\OpenHABException.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\Model\\OpenHABException.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:30.7285109Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Model\\OpenHABItem.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\Model\\OpenHABItem.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:30.7438132Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Model\\OpenHABSitemap.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\Model\\OpenHABSitemap.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:30.7569245Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Model\\OpenHabVersion.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\Model\\OpenHabVersion.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:30.7724419Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Model\\OpenHABWidget.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\Model\\OpenHABWidget.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:30.7843874Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Model\\OpenHABWidgetMapping.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\Model\\OpenHABWidgetMapping.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:30.7973360Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Model\\RuntimeInfo.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\Model\\RuntimeInfo.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:30.8116848Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Model\\ServerInfo.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\Model\\ServerInfo.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:30.8252642Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Model\\Settings.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\Model\\Settings.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:30.8394549Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Model\\WidgetTypeEnum.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\Model\\WidgetTypeEnum.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:30.8546619Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Model\\Connection\\CloudConnectionProfile.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\Model\\Connection\\CloudConnectionProfile.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:30.8666747Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Model\\Connection\\DefaultConnectionProfile.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\Model\\Connection\\DefaultConnectionProfile.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:30.8785441Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Model\\Connection\\DemoConnectionProfile.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\Model\\Connection\\DemoConnectionProfile.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:30.8902621Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Model\\Connection\\LocalConnectionProfile.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\Model\\Connection\\LocalConnectionProfile.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:30.9044812Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Model\\Connection\\OpenHABConnection.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\Model\\Connection\\OpenHABConnection.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:30.9171880Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Model\\Connection\\OpenHABHttpClientType.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\Model\\Connection\\OpenHABHttpClientType.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:30.9299487Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Model\\Connection\\RemoteConnectionProfile.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\Model\\Connection\\RemoteConnectionProfile.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:30.9416909Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Model\\Event\\EventStreamData.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\Model\\Event\\EventStreamData.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:30.9539303Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Model\\Event\\EventStreamPayload.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\Model\\Event\\EventStreamPayload.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:30.9634126Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Model\\Event\\OpenHABEvent.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\Model\\Event\\OpenHABEvent.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:30.9750728Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Model\\Event\\OpenHABEventType.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\Model\\Event\\OpenHABEventType.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:30.9846184Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\obj\\Openhab.Core.csproj.nuget.dgspec.json","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\obj\\Openhab.Core.csproj.nuget.dgspec.json","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:30.9856151Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\obj\\Openhab.Core.csproj.nuget.g.props","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\obj\\Openhab.Core.csproj.nuget.g.props","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:30.9863771Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\obj\\Openhab.Core.csproj.nuget.g.targets","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\obj\\Openhab.Core.csproj.nuget.g.targets","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:30.9973862Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\obj\\project.assets.json","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\obj\\project.assets.json","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:31.0057880Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\obj\\project.nuget.cache","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\obj\\project.nuget.cache","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:31.0158303Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\obj\\x86\\Debug\\.NETCore,Version=v5.0.AssemblyAttributes.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\obj\\x86\\Debug\\.NETCore,Version=v5.0.AssemblyAttributes.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:31.0258219Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\obj\\x86\\Debug\\DesignTimeResolveAssemblyReferencesInput.cache","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\obj\\x86\\Debug\\DesignTimeResolveAssemblyReferencesInput.cache","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:31.0262493Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\obj\\x86\\Debug\\excluded.layout.resfiles","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\obj\\x86\\Debug\\excluded.layout.resfiles","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:31.0268977Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\obj\\x86\\Debug\\excluded.layout.resfiles.intermediate","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\obj\\x86\\Debug\\excluded.layout.resfiles.intermediate","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:31.0276760Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\obj\\x86\\Debug\\filtered.layout.resfiles","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\obj\\x86\\Debug\\filtered.layout.resfiles","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:31.0281666Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\obj\\x86\\Debug\\filtered.layout.resfiles.intermediate","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\obj\\x86\\Debug\\filtered.layout.resfiles.intermediate","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:31.0366993Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\obj\\x86\\Debug\\Microsoft.Toolkit.Uwp.Connectivity.pri.xml","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\obj\\x86\\Debug\\Microsoft.Toolkit.Uwp.Connectivity.pri.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:31.0449122Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\obj\\x86\\Debug\\Microsoft.Toolkit.Uwp.Notifications.pri.xml","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\obj\\x86\\Debug\\Microsoft.Toolkit.Uwp.Notifications.pri.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:31.0538054Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\obj\\x86\\Debug\\Microsoft.Toolkit.Uwp.pri.xml","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\obj\\x86\\Debug\\Microsoft.Toolkit.Uwp.pri.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:31.0544983Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\obj\\x86\\Debug\\MultipleQualifiersPerDimensionFound.txt","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\obj\\x86\\Debug\\MultipleQualifiersPerDimensionFound.txt","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:31.0796966Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\obj\\x86\\Debug\\Openhab.Core.csproj.AssemblyReference.cache","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\obj\\x86\\Debug\\Openhab.Core.csproj.AssemblyReference.cache","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:31.0801463Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\obj\\x86\\Debug\\Openhab.Core.csproj.CopyComplete","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\obj\\x86\\Debug\\Openhab.Core.csproj.CopyComplete","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:31.0869751Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\obj\\x86\\Debug\\Openhab.Core.csproj.CoreCompileInputs.cache","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\obj\\x86\\Debug\\Openhab.Core.csproj.CoreCompileInputs.cache","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:31.0970173Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\obj\\x86\\Debug\\Openhab.Core.csproj.FileListAbsolute.txt","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\obj\\x86\\Debug\\Openhab.Core.csproj.FileListAbsolute.txt","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:31.1463600Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\obj\\x86\\Debug\\OpenHAB.Core.dll","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\obj\\x86\\Debug\\OpenHAB.Core.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:31.1537485Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\obj\\x86\\Debug\\Openhab.Core.GeneratedMSBuildEditorConfig.editorconfig","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\obj\\x86\\Debug\\Openhab.Core.GeneratedMSBuildEditorConfig.editorconfig","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:31.1624282Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\obj\\x86\\Debug\\OpenHAB.Core.pdb","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\obj\\x86\\Debug\\OpenHAB.Core.pdb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:31.1630068Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\obj\\x86\\Debug\\pri.resfiles","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\obj\\x86\\Debug\\pri.resfiles","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:31.1634098Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\obj\\x86\\Debug\\pri.resfiles.intermediate","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\obj\\x86\\Debug\\pri.resfiles.intermediate","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:31.1765438Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\obj\\x86\\Debug\\priconfig.xml","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\obj\\x86\\Debug\\priconfig.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:31.1782706Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\obj\\x86\\Debug\\priconfig.xml.intermediate","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\obj\\x86\\Debug\\priconfig.xml.intermediate","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:31.1847833Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\obj\\x86\\Debug\\qualifiers.txt","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\obj\\x86\\Debug\\qualifiers.txt","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:31.1866166Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\obj\\x86\\Debug\\qualifiers.txt.intermediate","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\obj\\x86\\Debug\\qualifiers.txt.intermediate","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:31.1929173Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\obj\\x86\\Debug\\resources.resfiles","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\obj\\x86\\Debug\\resources.resfiles","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:31.1952012Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\obj\\x86\\Debug\\resources.resfiles.intermediate","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\obj\\x86\\Debug\\resources.resfiles.intermediate","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:31.1956192Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\obj\\x86\\Debug\\unfiltered.layout.resfiles","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\obj\\x86\\Debug\\unfiltered.layout.resfiles","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:31.1960068Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\obj\\x86\\Debug\\unfiltered.layout.resfiles.intermediate","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\obj\\x86\\Debug\\unfiltered.layout.resfiles.intermediate","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:31.1974746Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\obj\\x86\\Debug\\embed\\embed.resfiles","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\obj\\x86\\Debug\\embed\\embed.resfiles","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:31.1979904Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\obj\\x86\\Debug\\embed\\embed.resfiles.intermediate","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\obj\\x86\\Debug\\embed\\embed.resfiles.intermediate","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:31.2124487Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Properties\\AssemblyInfo.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\Properties\\AssemblyInfo.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:31.2218172Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Properties\\OpenHAB.Core.rd.xml","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\Properties\\OpenHAB.Core.rd.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:31.2317148Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\SDK\\IOpenHAB.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\SDK\\IOpenHAB.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:31.2489796Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\SDK\\OpenHABClient.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\SDK\\OpenHABClient.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:31.2637840Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Services\\AppManager.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\Services\\AppManager.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:31.2764177Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Services\\IAppManager.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\Services\\IAppManager.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:31.2925966Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Services\\IconCaching.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\Services\\IconCaching.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:31.3034163Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Services\\IIconCaching.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\Services\\IIconCaching.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:31.3135606Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Services\\IItemManager.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\Services\\IItemManager.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:31.3249348Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Services\\ItemManager.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\Services\\ItemManager.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:31.3385283Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Services\\SettingsService.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\Services\\SettingsService.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:31.3471854Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Services\\WidgetNavigationService.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\Services\\WidgetNavigationService.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:31.3575571Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Services\\Notification\\INotificationManager.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\Services\\Notification\\INotificationManager.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:31.3668793Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Services\\Notification\\IOpenHABEventParser.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\Services\\Notification\\IOpenHABEventParser.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:31.3785987Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Services\\Notification\\NotificationManager.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\Services\\Notification\\NotificationManager.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:31.3913505Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Services\\Notification\\OpenHABEventParser.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\Services\\Notification\\OpenHABEventParser.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:31.3986554Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Services\\Notification\\TileNotificationSchema.xml","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\Services\\Notification\\TileNotificationSchema.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:31.4072734Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Services\\Notification\\ToastNotificationSchema.xml","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\Services\\Notification\\ToastNotificationSchema.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:31.4215157Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Strings\\de-de\\Errors.resw","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\Strings\\de-de\\Errors.resw","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:31.4308835Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Strings\\de-de\\Resources.resw","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\Strings\\de-de\\Resources.resw","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:31.4410511Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Strings\\en-us\\Errors.resw","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\Strings\\en-us\\Errors.resw","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:31.4528515Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Strings\\en-us\\Resources.resw","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core\\Strings\\en-us\\Resources.resw","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:31.4540070Z","@mt":"Project backed up to {BackupPath}","BackupPath":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Core","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:31.4572523Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Back up project","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T13:57:33.5579667Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Convert project file to SDK style","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T13:57:33.5606790Z","@mt":"Project {ProjectPath} not yet converted","@l":"Debug","ProjectPath":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Openhab.Core.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.TryConvert.TryConvertRunner"} -{"@t":"2022-06-09T13:57:33.5649232Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:33.5650271Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\df2295b0-4dc2-41fa-b94d-15885eeebc4c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:33.5653481Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\df2295b0-4dc2-41fa-b94d-15885eeebc4c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:33.5654151Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:33.5924302Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:33.6814182Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:33.6817517Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:33.6916429Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:33.6917946Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3f89f5b4-0cf0-4929-bb31-91440026085b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:33.6921983Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3f89f5b4-0cf0-4929-bb31-91440026085b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:33.6922796Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:33.7119578Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:33.8052825Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:33.8057378Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:33.8096689Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Convert project file to SDK style","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T13:57:33.8097121Z","@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-06-09T13:57:33.8150820Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:33.8151756Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3ef06eed-2ba2-449d-a72f-8e043f06b827\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:33.8154790Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3ef06eed-2ba2-449d-a72f-8e043f06b827\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:33.8155413Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:33.8331166Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:33.9253459Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:33.9257602Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:33.9322657Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:33.9323480Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0d173f04-2b86-45b7-8a5b-8ee14eecd272\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:33.9326916Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0d173f04-2b86-45b7-8a5b-8ee14eecd272\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:33.9327769Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:33.9504542Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:34.0282225Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:34.0284806Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:34.0388393Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:34.0389436Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\866a0d61-1562-464e-8e3f-e0dc456e7b3b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:34.0392462Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\866a0d61-1562-464e-8e3f-e0dc456e7b3b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:34.0393081Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:34.0621434Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:34.1415482Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:34.1418265Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:34.1475874Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:34.1476589Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3dee22fc-9cbe-4ab9-bf5b-389c7986b2b4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:34.1479038Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3dee22fc-9cbe-4ab9-bf5b-389c7986b2b4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:34.1479650Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:34.1663950Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:34.2682343Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:34.2685040Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:34.2791317Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:34.2792293Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c53f38ea-6bf9-440c-9655-5db70e6dd8d7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:34.2796251Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c53f38ea-6bf9-440c-9655-5db70e6dd8d7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:34.2796860Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:34.2999238Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:34.3862288Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:34.3866351Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:34.3937218Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:34.3937999Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1fd7a4ae-ee78-47c4-b40b-61f99202b821\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:34.3940509Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1fd7a4ae-ee78-47c4-b40b-61f99202b821\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:34.3941191Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:34.4106371Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:34.5389172Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:34.5392401Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:34.5471027Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:34.5471845Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\881a44ba-ab0c-43af-9f2f-dcd192899489\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:34.5474762Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\881a44ba-ab0c-43af-9f2f-dcd192899489\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:34.5475574Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:34.5657924Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:34.6759366Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:34.6763632Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:34.6840828Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:34.6841803Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c92feb09-87ca-4833-b056-dbe432ce6f4d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:34.6845680Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c92feb09-87ca-4833-b056-dbe432ce6f4d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:34.6846760Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:34.7131980Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:34.8045632Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:34.8049870Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:34.8123226Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:34.8124010Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\33736c67-1eb1-4927-beb1-d75e1af5c11c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:34.8127350Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\33736c67-1eb1-4927-beb1-d75e1af5c11c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:34.8128152Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:34.8335273Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:34.9090596Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:34.9093414Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:34.9148528Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:34.9149170Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ff0fee70-a86e-4966-adf4-f2813b023522\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:34.9151727Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ff0fee70-a86e-4966-adf4-f2813b023522\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:34.9152389Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:34.9320176Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:35.0059316Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:35.0062119Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:35.0133889Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:35.0135078Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\af89cee5-dae9-4ad7-8b56-c2d1311e6fca\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:35.0138776Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\af89cee5-dae9-4ad7-8b56-c2d1311e6fca\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:35.0139312Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:35.0294937Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:35.1037705Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:35.1040392Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:35.1108176Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:35.1109275Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e32da3f9-c99c-44b7-b4c8-ac21f12ad433\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:35.1111974Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e32da3f9-c99c-44b7-b4c8-ac21f12ad433\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:35.1112627Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:35.1261403Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:35.2065699Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:35.2068221Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:35.2145195Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:35.2147207Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1f02291c-bb94-4c8d-8336-9267cc5d7c20\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:35.2150062Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1f02291c-bb94-4c8d-8336-9267cc5d7c20\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:35.2150756Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:35.2354398Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:35.3101451Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:35.3104002Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:35.3169687Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:35.3170488Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\59a2794b-a095-4499-8ae4-9035a84c4c32\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:35.3173668Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\59a2794b-a095-4499-8ae4-9035a84c4c32\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:35.3174201Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:35.3349961Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:35.4140916Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:35.4146234Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:35.4227026Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:35.4227792Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\06dde6f0-72e9-4a1f-a60f-c3bcba3ad2d3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:35.4230435Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\06dde6f0-72e9-4a1f-a60f-c3bcba3ad2d3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:35.4231382Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:35.4419629Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:35.5110801Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:35.5113409Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:35.5180533Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:35.5181266Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\05c7ae79-126c-4692-927f-8907fa05770b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:35.5184535Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\05c7ae79-126c-4692-927f-8907fa05770b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:35.5185121Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:35.5340459Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:35.6039447Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:35.6042088Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:35.6125568Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:35.6126462Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\90bc460d-9c4b-49fe-a4e1-f7438ddec143\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:35.6130616Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\90bc460d-9c4b-49fe-a4e1-f7438ddec143\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:35.6131241Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:35.6275321Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:35.7307817Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:35.7310477Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:35.7383882Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:35.7385955Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\03899702-dca9-4ee0-bf38-ff8b5832aedc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:35.7391288Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\03899702-dca9-4ee0-bf38-ff8b5832aedc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:35.7392184Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:35.7606631Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:35.8410061Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:35.8413168Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:35.8505152Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:35.8506063Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9c506bb6-fdd9-4ce1-b450-04e22ebc22fa\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:35.8509790Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9c506bb6-fdd9-4ce1-b450-04e22ebc22fa\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:35.8510400Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:35.8723975Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:35.9527742Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:35.9530362Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:35.9609023Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:35.9610251Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8eac27c8-4da6-42f4-ac27-2921c45f6ab2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:35.9613173Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8eac27c8-4da6-42f4-ac27-2921c45f6ab2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:35.9613700Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:35.9809575Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:36.0602965Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:36.0605528Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:36.0692443Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:36.0693907Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0c4af409-31a0-4d78-868f-e1a42d68cc66\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:36.0697571Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0c4af409-31a0-4d78-868f-e1a42d68cc66\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:36.0698177Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:36.0870035Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:36.1718659Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:36.1721241Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:36.1802844Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:36.1803973Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0aa2adc1-f33e-4d94-bb5e-4ac1c0efc3e2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:36.1807597Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0aa2adc1-f33e-4d94-bb5e-4ac1c0efc3e2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:36.1808114Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:36.1994935Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:36.2788422Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:36.2791663Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:36.2885549Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:36.2886478Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\88f24770-ffb7-4446-80a8-159793d099c3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:36.2890143Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\88f24770-ffb7-4446-80a8-159793d099c3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:36.2890938Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:36.3092698Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:36.3852077Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:36.3854766Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:36.3919648Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:36.3920696Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ce7445c8-b677-4c68-be40-e79267c03036\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:36.3923488Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ce7445c8-b677-4c68-be40-e79267c03036\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:36.3924088Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:36.4132528Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:36.4959318Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:36.4963032Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:36.5050649Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:36.5051566Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d5fc8792-b4b2-417f-b543-49c7112ddeea\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:36.5055091Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d5fc8792-b4b2-417f-b543-49c7112ddeea\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:36.5055666Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:36.5249792Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:36.6062551Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:36.6065080Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:36.6147587Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:36.6148327Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\df5344c2-b0a9-4874-8a5f-aa0570710e9b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:36.6151973Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\df5344c2-b0a9-4874-8a5f-aa0570710e9b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:36.6152536Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:36.6336998Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:36.7045157Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:36.7048001Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:36.7183465Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:36.7185133Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a28fc397-dd13-4cc7-9d2f-b4e4c4b1c0bf\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:36.7188620Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a28fc397-dd13-4cc7-9d2f-b4e4c4b1c0bf\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:36.7189364Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:36.7365413Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:36.8178939Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:36.8181895Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:36.8256515Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:36.8257765Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\43caa747-6c1f-41eb-a51e-de69d78c898a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:36.8263624Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\43caa747-6c1f-41eb-a51e-de69d78c898a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:36.8264798Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:36.8457866Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:36.9287034Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:36.9291343Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:36.9388987Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:36.9390570Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9cd2cc62-6a0a-405b-ae5d-67d0d9c9f168\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:36.9395092Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9cd2cc62-6a0a-405b-ae5d-67d0d9c9f168\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:36.9395689Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:36.9581400Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:37.0769009Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:37.0771680Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:37.0848800Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:37.0850060Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1916c0ac-1215-49f5-80a0-2737c4ba9e6c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:37.0853007Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1916c0ac-1215-49f5-80a0-2737c4ba9e6c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:37.0853531Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:37.1066586Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:37.1843332Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:37.1846445Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:37.1933618Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:37.1935484Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a2e698e0-9c3c-4af1-ada2-597e95009dad\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:37.1939157Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a2e698e0-9c3c-4af1-ada2-597e95009dad\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:37.1940156Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:37.2113866Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:37.2922491Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:37.2925278Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:37.2996497Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:37.2997243Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0eff8cd1-25eb-415d-88c0-fcc6d910ebc7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:37.3000288Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0eff8cd1-25eb-415d-88c0-fcc6d910ebc7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:37.3000851Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:37.3169464Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:37.3879068Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:37.3881825Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:37.3953477Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:37.3954787Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4af56f3f-5281-4f4b-9eb0-ec713a362a89\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:37.3957921Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4af56f3f-5281-4f4b-9eb0-ec713a362a89\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:37.3958486Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:37.4099098Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:37.4912055Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:37.4914580Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:37.4981664Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:37.4982841Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4307e2de-4829-4e0d-a9c6-b37e0437c50c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:37.4985376Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4307e2de-4829-4e0d-a9c6-b37e0437c50c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:37.4985891Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:37.5159144Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:37.5886797Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:37.5889308Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:37.5951921Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:37.5952783Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\83e2877e-8be3-475f-aa84-c2e2472331e2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:37.5956268Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\83e2877e-8be3-475f-aa84-c2e2472331e2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:37.5956814Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:37.6129168Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:37.6767384Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:37.6769931Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:37.6833970Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:37.6834763Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a9600d40-30e9-4200-b43b-0c270d8498b6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:37.6837749Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a9600d40-30e9-4200-b43b-0c270d8498b6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:37.6838344Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:37.7009098Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:37.7729740Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:37.7735842Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:37.7803846Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:37.7804977Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0e253f9e-6077-4464-9137-edc6fe74180a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:37.7808231Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0e253f9e-6077-4464-9137-edc6fe74180a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:37.7808796Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:37.7976978Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:37.8809653Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:37.8812561Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:37.8872857Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:37.8873479Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\aa52f2e6-ed63-4beb-a797-323bc183972f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:37.8876172Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\aa52f2e6-ed63-4beb-a797-323bc183972f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:37.8876788Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:37.9048371Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:37.9919592Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:37.9923531Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:38.0006115Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:38.0006851Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\31a7a0c9-36c9-45ac-b4ca-72d31f38a2be\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:38.0009686Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\31a7a0c9-36c9-45ac-b4ca-72d31f38a2be\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:38.0010315Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:38.0172279Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:38.1034961Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:38.1037577Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:38.1106493Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:38.1107223Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8f2ced73-9d57-465b-867d-821516381411\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:38.1110198Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8f2ced73-9d57-465b-867d-821516381411\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:38.1110781Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:38.1299381Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:38.2009441Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:38.2012128Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:38.2110770Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:38.2112012Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9a1f0293-32a2-410b-b951-295e33cf0ac7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:38.2115003Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9a1f0293-32a2-410b-b951-295e33cf0ac7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:38.2115854Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:38.2308042Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:38.3022670Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:38.3026783Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:38.3097290Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:38.3098445Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8dc1cff5-f5c3-4458-95e6-ef71159652dc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:38.3101633Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8dc1cff5-f5c3-4458-95e6-ef71159652dc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:38.3102293Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:38.3285234Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:38.4019171Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:38.4021893Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:38.4112070Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:38.4112954Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5e80ae14-e262-4766-b76f-823bda20bafd\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:38.4116154Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5e80ae14-e262-4766-b76f-823bda20bafd\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:38.4116786Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:38.4260693Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:38.5100002Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:38.5102697Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:38.5168865Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:38.5169397Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\162150a3-759a-464e-8598-70d0090f3379\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:38.5172677Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\162150a3-759a-464e-8598-70d0090f3379\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:38.5173259Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:38.5339598Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:38.6065060Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:38.6067753Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:38.6138350Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:38.6139243Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6bfb6a85-cf39-479f-822a-bc787308b2a9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:38.6142392Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6bfb6a85-cf39-479f-822a-bc787308b2a9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:38.6142978Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:38.6305351Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:38.7204583Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:38.7207084Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:38.7280316Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:38.7280864Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fc5877cc-8a41-4a3b-9f84-291b80685ba2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:38.7284692Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fc5877cc-8a41-4a3b-9f84-291b80685ba2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:38.7285761Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:38.7502563Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:38.8267939Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:38.8270495Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:38.8357868Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:38.8358742Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\705b131f-ae31-4fc8-93fb-06fc4cddc742\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:38.8362174Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\705b131f-ae31-4fc8-93fb-06fc4cddc742\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:38.8362718Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:38.8542996Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:38.9364343Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:38.9366943Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:38.9427529Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:38.9428682Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\505f9a16-3f50-4659-978a-b1bc057805e1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:38.9431985Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\505f9a16-3f50-4659-978a-b1bc057805e1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:38.9432862Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:38.9583495Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:39.0345164Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:39.0347740Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:39.0436848Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:39.0437900Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d3292a14-ac84-4dd3-ae26-907c8016f507\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:39.0441920Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d3292a14-ac84-4dd3-ae26-907c8016f507\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:39.0442433Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:39.0615042Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:39.1470687Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:39.1473521Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:39.1548085Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:39.1549393Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\06ffbbce-737e-48ac-be88-a7ec79ad6903\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:39.1552967Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\06ffbbce-737e-48ac-be88-a7ec79ad6903\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:39.1553662Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:39.1725091Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:39.2495681Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:39.2498476Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:39.2577605Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:39.2578990Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d698570f-0441-4230-beb0-6584a4d855ef\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:39.2581635Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d698570f-0441-4230-beb0-6584a4d855ef\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:39.2582217Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:39.2782284Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:39.3621439Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:39.3624454Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:39.3718510Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:39.3719622Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e1bc8bfc-3bc7-4ea4-89a6-5ec7c3c0d3b6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:39.3722418Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e1bc8bfc-3bc7-4ea4-89a6-5ec7c3c0d3b6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:39.3723020Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:39.3903797Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:39.4622981Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:39.4639157Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:39.4716240Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:39.4717100Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\16dbb063-7883-4463-bb0e-a0c0ca38e61b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:39.4720865Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\16dbb063-7883-4463-bb0e-a0c0ca38e61b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:39.4721570Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:39.4855541Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:39.5658999Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:39.5662351Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:39.5740240Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:39.5740999Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3b83908b-ea89-4304-b705-82c22e5026dd\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:39.5745028Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3b83908b-ea89-4304-b705-82c22e5026dd\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:39.5745575Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:39.5931762Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:39.6717409Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:39.6720542Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:39.6815864Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:39.6816774Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f10be606-adbd-4032-adb6-3bb9baa58bd9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:39.6819888Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f10be606-adbd-4032-adb6-3bb9baa58bd9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:39.6820541Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:39.6978747Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:39.7776768Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:39.7779877Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:39.7853560Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:39.7855113Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3ea9bff8-860c-4391-9166-ca3061edf5cc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:39.7859337Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3ea9bff8-860c-4391-9166-ca3061edf5cc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:39.7860121Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:39.8050621Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:39.8723108Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:39.8725613Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:44.2527803Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Convert project file to SDK style","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.TryConvert.TryConvertProjectConverterStep"} -{"@t":"2022-06-09T13:57:44.2591740Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:44.2592748Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a48db9ef-c0d6-4d59-90b3-299b2fb422c2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:44.2595812Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a48db9ef-c0d6-4d59-90b3-299b2fb422c2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:44.2596621Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:44.2801587Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:44.4075016Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:44.4093500Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:44.4171755Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:44.4172536Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4df52d50-ca72-429d-bfac-a9ba9a335f85\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:44.4176661Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4df52d50-ca72-429d-bfac-a9ba9a335f85\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:44.4177195Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:44.4351025Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:44.5170559Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:44.5173638Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:44.5211111Z","@mt":"Converting project file format with try-convert, version 0.3.330801+3799b6849a9457619660a355ca9111c050b0ef79","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.TryConvert.TryConvertRunner"} -{"@t":"2022-06-09T13:57:44.5858684Z","@mt":"Loading {Name} with pdb from {Extension}","@l":"Debug","Name":"MSBuild.Conversion.Project, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_try-convertb1de2379f7544ede9f1a2cf6d40183cb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} -{"@t":"2022-06-09T13:57:44.6528443Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:44.6529943Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f9a35985-a291-42f5-b734-4ab7e8c4fe79\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:44.6533060Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f9a35985-a291-42f5-b734-4ab7e8c4fe79\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:44.6533784Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:44.6705777Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:44.7612112Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:44.7615016Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:44.7694130Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:44.7694914Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bf4dcffc-b118-4ede-8f62-bf8ba822169a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:44.7698809Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bf4dcffc-b118-4ede-8f62-bf8ba822169a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:44.7699501Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:44.7880157Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:44.8734987Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:44.8738243Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:57:44.8775941Z","@mt":"Skip minimum dependency check because Windows App SDK cannot work with targets lower than already recommended TFM.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.TargetFramework.DependencyMinimumTargetFrameworkSelectorFilter"} -{"@t":"2022-06-09T13:57:44.8852466Z","@mt":"Recommending Windows TFM {TFM} because the project either has Windows-specific dependencies or builds to a WinExe","TFM":"net6.0-windows10.0.19041","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsSdkTargetFrameworkSelectorFilter"} -{"@t":"2022-06-09T13:57:44.9054925Z","@mt":"Loading {Name} with pdb from {Extension}","@l":"Debug","Name":"MSBuild.Conversion.Facts, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_try-convertb1de2379f7544ede9f1a2cf6d40183cb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} -{"@t":"2022-06-09T13:57:46.9774417Z","@mt":"Converting project {Path} to SDK style","Path":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Openhab.Core.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.TryConvert.TryConvertInProcessTool"} -{"@t":"2022-06-09T13:57:46.9871324Z","@mt":"Loading {Name} with pdb from {Extension}","@l":"Debug","Name":"MSBuild.Conversion.Package, Version=0.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35","Extension":"UA_try-convertb1de2379f7544ede9f1a2cf6d40183cb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} -{"@t":"2022-06-09T13:57:47.7514471Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Openhab.Core.csproj' with message: C:\\Program Files\\dotnet\\sdk\\6.0.300\\Sdks\\Microsoft.NET.Sdk\\targets\\Microsoft.NET.Sdk.FrameworkReferenceResolution.targets: (90, 5): The \"ProcessFrameworkReferences\" 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.ProcessFrameworkReferences.ProcessRuntimeIdentifier(String runtimeIdentifier, KnownRuntimePack selectedRuntimePack, String runtimePackVersion, List`1 additionalFrameworkReferencesForRuntimePack, HashSet`1 unrecognizedRuntimeIdentifiers, List`1 unavailableRuntimePacks, List`1 runtimePacks, List`1 packagesToDownload, String isTrimmable, Boolean addRuntimePackAndDownloadIfNecessary)\r\n at Microsoft.NET.Build.Tasks.ProcessFrameworkReferences.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-06-09T13:57:47.8287757Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\openHAB.Windows.csproj' with message: C:\\Program Files\\dotnet\\sdk\\6.0.300\\Microsoft.Common.CurrentVersion.targets: (1806, 5): Project '..\\openHAB.Core\\Openhab.Core.csproj' targets 'net6.0-windows10.0.19041.0'. It cannot be referenced by a project that targets 'UAP,Version=v10.0.17763'.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2022-06-09T13:57:47.8288496Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\openHAB.Windows.csproj' with message: C:\\Program Files\\dotnet\\sdk\\6.0.300\\Microsoft.Common.CurrentVersion.targets: (1806, 5): Project '..\\OpenHAB.Core\\OpenHAB.Core.csproj' targets 'net6.0-windows10.0.19041.0'. It cannot be referenced by a project that targets 'UAP,Version=v10.0.17763'.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2022-06-09T13:57:47.8291761Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Warning","Message":"Found project reference without a matching metadata reference: D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Openhab.Core.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2022-06-09T13:57:47.8292661Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Warning","Message":"Found project reference without a matching metadata reference: D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\OpenHAB.Core\\OpenHAB.Core.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2022-06-09T13:57:47.8341447Z","@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-06-09T13:57:47.8384454Z","@mt":"Restoring packages for {ProjectPath} with dotnet restore","@l":"Debug","ProjectPath":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Openhab.Core.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.DotnetRestorePackageRestorer"} -{"@t":"2022-06-09T13:57:48.6578639Z","@mt":"[{Tool}] {Data}","@l":"Debug","Tool":"dotnet-restore","Data":" Determining projects to restore...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.ProcessRunner"} -{"@t":"2022-06-09T13:58:33.6946131Z","@mt":"[{Tool}] {Data}","@l":"Debug","Tool":"dotnet-restore","Data":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Openhab.Core.csproj : error NU1202: Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.ProcessRunner"} -{"@t":"2022-06-09T13:58:33.6946867Z","@mt":"[{Tool}] {Data}","@l":"Debug","Tool":"dotnet-restore","Data":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Openhab.Core.csproj : error NU1202: Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0) / win10-arm. Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.ProcessRunner"} -{"@t":"2022-06-09T13:58:33.6947007Z","@mt":"[{Tool}] {Data}","@l":"Debug","Tool":"dotnet-restore","Data":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Openhab.Core.csproj : error NU1202: Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0) / win10-arm-aot. Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.ProcessRunner"} -{"@t":"2022-06-09T13:58:33.6947319Z","@mt":"[{Tool}] {Data}","@l":"Debug","Tool":"dotnet-restore","Data":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Openhab.Core.csproj : error NU1202: Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0) / win10-x64. Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.ProcessRunner"} -{"@t":"2022-06-09T13:58:33.6950141Z","@mt":"[{Tool}] {Data}","@l":"Debug","Tool":"dotnet-restore","Data":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Openhab.Core.csproj : error NU1202: Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0) / win10-x64-aot. Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.ProcessRunner"} -{"@t":"2022-06-09T13:58:33.6952982Z","@mt":"[{Tool}] {Data}","@l":"Debug","Tool":"dotnet-restore","Data":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Openhab.Core.csproj : error NU1202: Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0) / win10-x86. Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.ProcessRunner"} -{"@t":"2022-06-09T13:58:33.6955353Z","@mt":"[{Tool}] {Data}","@l":"Debug","Tool":"dotnet-restore","Data":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Openhab.Core.csproj : error NU1202: Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0) / win10-x86-aot. Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.ProcessRunner"} -{"@t":"2022-06-09T13:58:33.7782264Z","@mt":"[{Tool}] {Data}","@l":"Debug","Tool":"dotnet-restore","Data":" Failed to restore D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Openhab.Core.csproj (in 44,8 sec).","SourceContext":"Microsoft.DotNet.UpgradeAssistant.ProcessRunner"} -{"@t":"2022-06-09T13:58:33.8239463Z","@mt":"[{Tool}] Error: Exited with non-success code: {ExitCode}","@l":"Debug","Tool":"dotnet-restore","ExitCode":1,"SourceContext":"Microsoft.DotNet.UpgradeAssistant.ProcessRunner"} -{"@t":"2022-06-09T13:58:34.0306025Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Openhab.Core.csproj' with message: C:\\Program Files\\dotnet\\sdk\\6.0.300\\Sdks\\Microsoft.NET.Sdk\\targets\\Microsoft.NET.Sdk.FrameworkReferenceResolution.targets: (90, 5): The \"ProcessFrameworkReferences\" 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.ProcessFrameworkReferences.ProcessRuntimeIdentifier(String runtimeIdentifier, KnownRuntimePack selectedRuntimePack, String runtimePackVersion, List`1 additionalFrameworkReferencesForRuntimePack, HashSet`1 unrecognizedRuntimeIdentifiers, List`1 unavailableRuntimePacks, List`1 runtimePacks, List`1 packagesToDownload, String isTrimmable, Boolean addRuntimePackAndDownloadIfNecessary)\r\n at Microsoft.NET.Build.Tasks.ProcessFrameworkReferences.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-06-09T13:58:34.1840086Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\openHAB.Windows.csproj' with message: C:\\Program Files\\dotnet\\sdk\\6.0.300\\Microsoft.Common.CurrentVersion.targets: (1806, 5): Project '..\\openHAB.Core\\Openhab.Core.csproj' targets 'net6.0-windows10.0.19041.0'. It cannot be referenced by a project that targets 'UAP,Version=v10.0.17763'.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2022-06-09T13:58:34.1841048Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\openHAB.Windows.csproj' with message: C:\\Program Files\\dotnet\\sdk\\6.0.300\\Microsoft.Common.CurrentVersion.targets: (1806, 5): Project '..\\OpenHAB.Core\\OpenHAB.Core.csproj' targets 'net6.0-windows10.0.19041.0'. It cannot be referenced by a project that targets 'UAP,Version=v10.0.17763'.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2022-06-09T13:58:34.1846392Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Warning","Message":"Found project reference without a matching metadata reference: D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Openhab.Core.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2022-06-09T13:58:34.1847176Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Warning","Message":"Found project reference without a matching metadata reference: D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\OpenHAB.Core\\OpenHAB.Core.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2022-06-09T13:58:34.1878391Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Convert project file to SDK style","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.TryConvert.TryConvertProjectConverterStep"} -{"@t":"2022-06-09T13:58:34.3714005Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:34.3715039Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\45d6410e-4a2e-4af9-9b79-a3e41b8e2f0d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:34.3719399Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\45d6410e-4a2e-4af9-9b79-a3e41b8e2f0d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:34.3720531Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:34.5816872Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:34.7239877Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:34.7298302Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:34.7394502Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:34.7395117Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\512f82c1-88aa-46a2-b895-61b9f70b0f96\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:34.7398613Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\512f82c1-88aa-46a2-b895-61b9f70b0f96\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:34.7400156Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:34.7495885Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:34.8242558Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:34.8244787Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:34.8377365Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:34.8379086Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\14d73eb7-4771-49a4-b489-e60045895e96\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:34.8382747Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\14d73eb7-4771-49a4-b489-e60045895e96\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:34.8383838Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:34.8565174Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:34.9286697Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:34.9288371Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:34.9362611Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:34.9363600Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\67fe89e9-fbad-4f3a-a5b1-0c3524ee4a95\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:34.9368084Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\67fe89e9-fbad-4f3a-a5b1-0c3524ee4a95\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:34.9369127Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:34.9543862Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:35.0376954Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:35.0378338Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:35.0400638Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Clean up NuGet package references","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T13:58:35.0420137Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Clean up NuGet package references","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T13:58:35.0420837Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Duplicate reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T13:58:35.0504084Z","@mt":"Analyzing packages with {AnalyzerName}","@l":"Debug","AnalyzerName":"Duplicate reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2022-06-09T13:58:35.0531007Z","@mt":"No package updates needed","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2022-06-09T13:58:35.0542666Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Duplicate reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T13:58:35.0543276Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Package map reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T13:58:35.0555873Z","@mt":"Analyzing packages with {AnalyzerName}","@l":"Debug","AnalyzerName":"Package map reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2022-06-09T13:58:35.0618121Z","@mt":"Marking package {PackageName} for removal based on package mapping configuration {PackageMapSet}","PackageName":"Microsoft.NETCore.UniversalWindowsPlatform","PackageMapSet":"UWP","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.PackageMapReferenceAnalyzer"} -{"@t":"2022-06-09T13:58:35.0680716Z","@mt":"Adding package {PackageName} based on package mapping configuration {PackageMapSet}","PackageName":"Microsoft.Graphics.Win2D","PackageMapSet":"UWP","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.PackageMapReferenceAnalyzer"} -{"@t":"2022-06-09T13:58:35.0722659Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Package map reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T13:58:35.0725050Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Remove package 'Microsoft.NETCore.UniversalWindowsPlatform'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T13:58:35.0741751Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Remove package 'Microsoft.NETCore.UniversalWindowsPlatform'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T13:58:35.0743124Z","@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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T13:58:35.0805838Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:35.0806605Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a5a757fc-06fc-4662-a71e-1e75b0cd91e7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:35.0809662Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a5a757fc-06fc-4662-a71e-1e75b0cd91e7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:35.0810446Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:35.0960262Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:35.1637732Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:35.1639298Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:35.1697900Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:35.1698748Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8a418fb0-c6be-4170-853c-5dceaa0c6a9b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:35.1702619Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8a418fb0-c6be-4170-853c-5dceaa0c6a9b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:35.1703540Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:35.1873522Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:35.2634689Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:35.2637360Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:35.2821952Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:35.2823275Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d3bf27ae-8a5a-4aa1-beb3-39b4dfceb3f9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:35.2828259Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d3bf27ae-8a5a-4aa1-beb3-39b4dfceb3f9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:35.2829468Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:35.3119915Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:35.4186642Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:35.4189352Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:35.4363336Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:35.4364537Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0995f7ef-4cc6-487e-ade2-2fd94760014b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:35.4368806Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0995f7ef-4cc6-487e-ade2-2fd94760014b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:35.4369975Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:35.4568638Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:35.5523859Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:35.5526133Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:35.5650257Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:35.5652175Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\92911bbc-3f02-4389-baa9-499938a26bd5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:35.5657048Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\92911bbc-3f02-4389-baa9-499938a26bd5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:35.5658200Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:35.5926675Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:35.6913188Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:35.6915356Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:35.6994535Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:35.6995486Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7b6a22f6-41ce-42aa-beaf-24ea7128c9a8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:35.7000022Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7b6a22f6-41ce-42aa-beaf-24ea7128c9a8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:35.7001423Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:35.7177753Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:35.7853653Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:35.7855596Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:35.7941733Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:35.7942819Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cd8cf335-bbe1-46f4-a1e0-d53c79514bff\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:35.7946811Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cd8cf335-bbe1-46f4-a1e0-d53c79514bff\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:35.7947785Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:35.8150541Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:35.8849061Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:35.8851724Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:35.8940147Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:35.8941222Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f6456a97-80c0-40e8-96d5-0a09144b6b4d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:35.8944830Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f6456a97-80c0-40e8-96d5-0a09144b6b4d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:35.8945778Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:35.9099821Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:35.9755970Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:35.9757883Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:35.9862005Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:35.9862845Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5927890c-aa0f-4ccf-9782-b937a8c39801\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:35.9865849Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5927890c-aa0f-4ccf-9782-b937a8c39801\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:35.9866513Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:35.9973500Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:36.0510359Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:36.0511870Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:36.0580338Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:36.0581084Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0f0a5279-794f-4d48-82fb-1e4ec3dbb200\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:36.0585030Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0f0a5279-794f-4d48-82fb-1e4ec3dbb200\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:36.0585787Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:36.0686603Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:36.1478440Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:36.1480461Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:36.1563908Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:36.1564998Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\79a7c14e-7a58-4b01-8399-b4c1a9cfb5ab\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:36.1568462Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\79a7c14e-7a58-4b01-8399-b4c1a9cfb5ab\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:36.1569186Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:36.1723446Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:36.2362438Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:36.2364160Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:36.2437583Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:36.2438249Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\852ac52f-ff16-4cf8-8df2-3107bca29629\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:36.2442410Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\852ac52f-ff16-4cf8-8df2-3107bca29629\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:36.2443024Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:36.2614603Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:36.3319342Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:36.3321349Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:36.3394148Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:36.3395317Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9c5e7883-e4c0-49bd-b733-48f33fba4d19\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:36.3400557Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9c5e7883-e4c0-49bd-b733-48f33fba4d19\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:36.3401509Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:36.3509399Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:36.4178678Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:36.4180326Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:36.4309239Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:36.4311039Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b7a5e719-a94b-41a9-9a91-ac2236924108\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:36.4314920Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b7a5e719-a94b-41a9-9a91-ac2236924108\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:36.4315995Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:36.4465144Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:36.5013917Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:36.5016475Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:36.5105347Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:36.5106185Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\03f50719-1965-4314-91a8-4252e1780aa9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:36.5109965Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\03f50719-1965-4314-91a8-4252e1780aa9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:36.5110866Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:36.5253029Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:36.5969978Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:36.5971902Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:36.6036707Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:36.6037465Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0226d9b8-7691-41d1-af48-df161ab31db6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:36.6040539Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0226d9b8-7691-41d1-af48-df161ab31db6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:36.6041174Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:36.6157089Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:36.6780041Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:36.6781451Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:36.6865166Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:36.6866218Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\38c63382-cd9b-443a-88b4-9ff35bbfdd15\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:36.6869281Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\38c63382-cd9b-443a-88b4-9ff35bbfdd15\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:36.6870301Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:36.7000140Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:36.7713875Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:36.7715869Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:36.7791775Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:36.7792545Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\84325e23-2102-4f2e-beee-403cba6bdd76\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:36.7795708Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\84325e23-2102-4f2e-beee-403cba6bdd76\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:36.7796518Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:36.7911112Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:36.8513130Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:36.8515153Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:36.8637740Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:36.8639717Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\33436fa9-7857-44e4-8115-6eab116eda1c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:36.8644879Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\33436fa9-7857-44e4-8115-6eab116eda1c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:36.8645838Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:36.8792713Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:36.9532505Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:36.9536325Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:36.9636188Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:36.9637059Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4f1314ee-49e6-4f13-b643-0024ed2f9a13\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:36.9641176Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4f1314ee-49e6-4f13-b643-0024ed2f9a13\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:36.9642570Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:36.9841888Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:37.0487617Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:37.0488945Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:37.0553417Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:37.0554191Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8c94fd56-8c18-4ba1-9b94-bc8e4c97bdde\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:37.0557020Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8c94fd56-8c18-4ba1-9b94-bc8e4c97bdde\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:37.0557740Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:37.0685142Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:37.1357289Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:37.1359259Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:37.1433663Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:37.1434483Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7813af3c-13bf-485f-abc4-47c8e80365f9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:37.1437735Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7813af3c-13bf-485f-abc4-47c8e80365f9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:37.1438513Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:37.1630398Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:37.2508349Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:37.2510732Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:37.2592010Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:37.2592993Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2dc0a102-7891-47dc-9aab-ecc74a6532a8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:37.2596481Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2dc0a102-7891-47dc-9aab-ecc74a6532a8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:37.2597359Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:37.2733864Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:37.3359918Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:37.3362014Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:37.3461173Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:37.3462305Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8450d608-c833-46f0-8b57-b9d16471c1e4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:37.3466674Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8450d608-c833-46f0-8b57-b9d16471c1e4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:37.3467454Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:37.3628854Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:37.4326695Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:37.4328404Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:37.4405087Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:37.4405900Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b243f528-ca5a-4a4a-ba66-ca745d666ba7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:37.4408987Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b243f528-ca5a-4a4a-ba66-ca745d666ba7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:37.4409647Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:37.4514014Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:37.5174392Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:37.5176102Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:37.5243726Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:37.5244757Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e08b9952-9d78-4529-9504-7720009c540f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:37.5248744Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e08b9952-9d78-4529-9504-7720009c540f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:37.5249720Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:37.5388659Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:37.6049523Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:37.6052413Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:37.6167714Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:37.6168745Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\25619148-efa0-4126-a77c-bff8cbbb70a4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:37.6171992Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\25619148-efa0-4126-a77c-bff8cbbb70a4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:37.6172802Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:37.6309530Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:37.6957171Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:37.6958922Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:37.7028575Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:37.7029361Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\95cddadd-b1e0-4407-a07a-686a8c9ebf34\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:37.7033326Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\95cddadd-b1e0-4407-a07a-686a8c9ebf34\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:37.7034660Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:37.7160272Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:37.7896569Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:37.7898151Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:37.8006173Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:37.8007249Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a7e3f8e9-31c0-475d-ac3a-fe90a720d5b3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:37.8011016Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a7e3f8e9-31c0-475d-ac3a-fe90a720d5b3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:37.8012099Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:37.8152538Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:37.8811098Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:37.8813651Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:37.8897862Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:37.8898667Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\67bcbedf-1f6c-4198-8641-c8c906e7aafc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:37.8903422Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\67bcbedf-1f6c-4198-8641-c8c906e7aafc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:37.8904905Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:37.9012796Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:37.9583623Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:37.9584953Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:37.9664947Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:37.9666024Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\95c4b4fe-1771-4528-a8d4-d25a571f87cb\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:37.9668842Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\95c4b4fe-1771-4528-a8d4-d25a571f87cb\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:37.9669461Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:37.9770694Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.0301243Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.0303260Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.0374503Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.0375201Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6236e9a3-e06a-4085-a6a6-b67028efe883\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.0378563Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6236e9a3-e06a-4085-a6a6-b67028efe883\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.0379197Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.0500660Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.0984984Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.0986392Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.1058275Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.1059789Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f907e0b4-26f2-4a19-b6f8-e85ba5525bf7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.1062717Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f907e0b4-26f2-4a19-b6f8-e85ba5525bf7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.1063276Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.1189079Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.1688874Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.1690321Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.1765292Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.1765977Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6b9fc49e-51f5-416d-9739-7e8fa978ddfb\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.1768374Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6b9fc49e-51f5-416d-9739-7e8fa978ddfb\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.1769337Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.1875703Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.2381722Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.2382862Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.2448311Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.2448975Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\49302a8e-3df7-4414-baf7-5a130bd87dfb\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.2452014Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\49302a8e-3df7-4414-baf7-5a130bd87dfb\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.2452632Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.2567100Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.3035219Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.3037028Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.3098348Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.3098999Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e6ff0f6a-3157-4b0e-809b-926235787c68\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.3102073Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e6ff0f6a-3157-4b0e-809b-926235787c68\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.3104176Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.3227241Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.3800902Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.3803873Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.3892841Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.3893636Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\13e210cd-9b22-4bda-a6b4-a0504e1067b3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.3896859Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\13e210cd-9b22-4bda-a6b4-a0504e1067b3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.3897678Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.4010897Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.4620744Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.4622937Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.4717825Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.4718991Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c5c9b63d-f19b-4a67-819c-8bab3a686853\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.4724236Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c5c9b63d-f19b-4a67-819c-8bab3a686853\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.4726329Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.4896289Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.5518125Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.5520769Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.5624358Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.5625430Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\16902382-a766-4bac-b026-abaec833d709\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.5630098Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\16902382-a766-4bac-b026-abaec833d709\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.5631010Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.5776381Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.6368050Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.6369488Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.6439169Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.6439815Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cd5b0f6e-bd33-425d-879f-427e3327f2f1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.6443781Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cd5b0f6e-bd33-425d-879f-427e3327f2f1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.6444463Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.6548752Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.7075538Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.7076698Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.7167395Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.7168540Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\82cb8ed0-740c-45a8-b7e4-1d4f8898a8fa\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.7173855Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\82cb8ed0-740c-45a8-b7e4-1d4f8898a8fa\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.7175145Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.7321021Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.7827598Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.7828713Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.7889525Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.7890234Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2a0020e4-52f0-4eb9-884f-d1e8e9bdfdaa\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.7893495Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2a0020e4-52f0-4eb9-884f-d1e8e9bdfdaa\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.7894062Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.7998550Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.8549560Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.8552563Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.8668923Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.8669848Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e61954a6-8cb3-4739-8bce-a81139ec61c8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.8672913Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e61954a6-8cb3-4739-8bce-a81139ec61c8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.8673742Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.8816064Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.9331094Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.9332377Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.9395628Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.9396264Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\beb360da-8043-41eb-aaf6-42fd028068cc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.9399394Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\beb360da-8043-41eb-aaf6-42fd028068cc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.9400150Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:38.9514372Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.0034796Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.0036061Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.0111796Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.0112511Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cf45d7da-1345-4069-9a9f-49050373aea4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.0115397Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cf45d7da-1345-4069-9a9f-49050373aea4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.0116013Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.0203624Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.0682034Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.0683291Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.0756770Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.0757516Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9e0d07fd-203b-496e-9c11-b24052352421\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.0760716Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9e0d07fd-203b-496e-9c11-b24052352421\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.0761323Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.0876348Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.1378405Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.1379804Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.1457413Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.1458065Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\316ec21d-24cf-4ffa-9411-f1bfefe432cc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.1461202Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\316ec21d-24cf-4ffa-9411-f1bfefe432cc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.1461804Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.1582085Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.2211447Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.2213418Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.2286931Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.2288792Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2448ead5-f972-477f-bf03-f6be46116be2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.2292812Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2448ead5-f972-477f-bf03-f6be46116be2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.2293784Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.2477482Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.3107747Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.3110006Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.3190247Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.3191100Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6024c593-a25e-41b5-91c9-7faf9d887c7d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.3193950Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6024c593-a25e-41b5-91c9-7faf9d887c7d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.3194850Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.3370222Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.4089645Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.4090962Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.4154652Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.4155610Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b8bc6873-b6a3-4e03-bdff-a3a0dd341994\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.4177781Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b8bc6873-b6a3-4e03-bdff-a3a0dd341994\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.4178904Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.4316229Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.4975210Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.4977184Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.5079340Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.5080494Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f9154b66-6e6d-45ef-9d81-39e5484e2358\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.5083197Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f9154b66-6e6d-45ef-9d81-39e5484e2358\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.5083848Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.5259668Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.5838511Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.5839834Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.5913452Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.5914445Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b04088fa-c553-4f33-a5e4-870507e04a20\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.5917063Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b04088fa-c553-4f33-a5e4-870507e04a20\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.5917854Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.6024444Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.6562047Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.6563271Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.6647977Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.6648929Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0c30f5f7-bdae-4b42-9633-bdfab2c8687c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.6652120Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0c30f5f7-bdae-4b42-9633-bdfab2c8687c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.6653024Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.6764293Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.7390698Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.7391856Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.7469557Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.7470221Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\75f0824b-838c-49e1-a802-b143dd24f777\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.7472981Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\75f0824b-838c-49e1-a802-b143dd24f777\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.7473758Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.7598612Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.8092574Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.8093773Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.8173194Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.8173868Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\707c65c0-1dab-409a-b1df-db8ddaaded09\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.8176852Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\707c65c0-1dab-409a-b1df-db8ddaaded09\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.8177412Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.8304476Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.8827254Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.8829515Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.8930512Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.8931239Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a370e6a2-683e-48d3-829f-15e868b933e6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.8934074Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a370e6a2-683e-48d3-829f-15e868b933e6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.8934708Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.9046704Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.9569943Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:39.9571201Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:49.7734234Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Remove package 'Microsoft.NETCore.UniversalWindowsPlatform'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2022-06-09T13:58:49.7760908Z","@mt":"Removing outdated package reference: {PackageReference}","PackageReference":"Microsoft.NETCore.UniversalWindowsPlatform, Version=6.2.13","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"} -{"@t":"2022-06-09T13:58:49.7786469Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Remove package 'Microsoft.NETCore.UniversalWindowsPlatform'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2022-06-09T13:58:52.1965328Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:52.1966575Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1501c857-6884-4c16-bda1-36c69b955de9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:52.1969868Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1501c857-6884-4c16-bda1-36c69b955de9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:52.1970732Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:52.2088076Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:52.2681254Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:52.2682876Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:52.2751179Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:52.2752320Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0eac45fc-2237-4791-a17a-f1a8388bc7cc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:52.2755856Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0eac45fc-2237-4791-a17a-f1a8388bc7cc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:52.2756463Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:52.2891683Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:52.3480139Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:52.3481354Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:52.3552176Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:52.3553286Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\db816e00-2bc7-4ea8-a7b6-54f51be6abc0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:52.3556807Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\db816e00-2bc7-4ea8-a7b6-54f51be6abc0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:52.3557605Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:52.3678468Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:52.4291132Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:52.4293450Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:52.4380299Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:52.4381345Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\26281213-0b12-4d50-a823-4a26653085bc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:52.4384561Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\26281213-0b12-4d50-a823-4a26653085bc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:52.4385309Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:52.4545670Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:52.5150407Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:52.5151585Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:52.5175446Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Add package 'Microsoft.Graphics.Win2D'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T13:58:52.5199001Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Add package 'Microsoft.Graphics.Win2D'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T13:58:52.5199593Z","@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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T13:58:52.5254424Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:52.5255416Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fd380a24-bdec-4934-87b0-9d708dc83b36\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:52.5258428Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fd380a24-bdec-4934-87b0-9d708dc83b36\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:52.5259229Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:52.5365641Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:52.5919219Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:52.5921156Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:52.6030772Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:52.6031701Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bcc85c06-0c14-4bb0-84a0-14abb821d48c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:52.6035571Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bcc85c06-0c14-4bb0-84a0-14abb821d48c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:52.6036143Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:52.6148083Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:52.6725543Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:52.6727001Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:52.6897423Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:52.6898482Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\531aa9ed-80d2-46e7-8b23-cab51f0ef93d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:52.6901433Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\531aa9ed-80d2-46e7-8b23-cab51f0ef93d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:52.6901985Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:52.7021051Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:52.7642941Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:52.7644262Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:52.7714079Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:52.7715256Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f076a75a-a728-4e7b-8704-7e3837297299\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:52.7718309Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f076a75a-a728-4e7b-8704-7e3837297299\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:52.7719348Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:52.7882155Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:52.8469733Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:52.8470930Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:52.8560877Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:52.8561679Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5223354f-c77c-42eb-a26b-14a3d45c4203\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:52.8564689Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5223354f-c77c-42eb-a26b-14a3d45c4203\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:52.8565313Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:52.8707686Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:52.9344282Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:52.9345588Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:52.9409161Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:52.9409710Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0705d197-df54-44c5-8bde-3fe61e544568\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:52.9413186Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0705d197-df54-44c5-8bde-3fe61e544568\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:52.9413739Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:52.9522442Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.0060376Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.0061686Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.0165744Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.0166646Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\748b2d2a-309c-49d6-9656-ce3899337e92\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.0171406Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\748b2d2a-309c-49d6-9656-ce3899337e92\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.0172064Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.0274441Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.0801003Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.0802533Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.0872623Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.0874485Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9f0b427d-1045-4a51-8706-f11533b35edf\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.0881136Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9f0b427d-1045-4a51-8706-f11533b35edf\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.0881862Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.0988524Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.1527481Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.1528683Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.1606265Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.1607239Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3cd69552-847e-44e0-a764-a00a4a4a0c86\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.1610778Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3cd69552-847e-44e0-a764-a00a4a4a0c86\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.1611416Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.1723232Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.2227477Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.2228663Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.2301693Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.2302781Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fe4c7030-e875-4a44-aa62-8a3311612da4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.2306153Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fe4c7030-e875-4a44-aa62-8a3311612da4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.2306817Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.2441522Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.2961554Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.2963083Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.3053777Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.3054777Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\67906b2c-5471-426a-b89c-adfbadf6e2cb\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.3058655Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\67906b2c-5471-426a-b89c-adfbadf6e2cb\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.3059268Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.3171214Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.3754928Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.3756503Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.3863979Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.3864905Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cab864c0-b294-4943-879c-780823951ef7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.3868583Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cab864c0-b294-4943-879c-780823951ef7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.3869145Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.3983486Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.4467430Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.4468603Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.4535032Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.4535871Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3800c110-29ac-40e6-ad45-ff630e538adf\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.4539691Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3800c110-29ac-40e6-ad45-ff630e538adf\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.4540439Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.4646281Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.5189945Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.5191192Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.5274560Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.5275725Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c246fe4e-2ee8-4f40-8314-e2d545a04f15\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.5278850Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c246fe4e-2ee8-4f40-8314-e2d545a04f15\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.5279736Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.5388687Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.5908768Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.5909973Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.5984769Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.5985884Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cabd4abc-beb9-40d0-a59f-53923d850825\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.5989666Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cabd4abc-beb9-40d0-a59f-53923d850825\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.5990345Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.6117144Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.6626464Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.6627701Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.6693619Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.6694334Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f2db1d74-071f-49b0-9935-f229245074d1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.6697688Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f2db1d74-071f-49b0-9935-f229245074d1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.6698244Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.6811953Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.7462716Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.7464055Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.7567237Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.7568476Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\81744016-abde-4fc3-89a0-3a817102acca\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.7572249Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\81744016-abde-4fc3-89a0-3a817102acca\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.7572817Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.7674774Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.8642088Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.8643518Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.8717902Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.8719014Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1535209f-db0b-417b-a54a-5a8e603984af\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.8721694Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1535209f-db0b-417b-a54a-5a8e603984af\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.8722462Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.8820107Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.9359983Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.9361436Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.9440272Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.9441471Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2bf09335-7510-4ebc-b459-0f33f98b0c22\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.9444120Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2bf09335-7510-4ebc-b459-0f33f98b0c22\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.9444671Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:53.9550910Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.0099935Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.0101277Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.0168451Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.0169517Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8aed605d-5e7d-4a6d-ba73-3a41c0e02566\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.0172116Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8aed605d-5e7d-4a6d-ba73-3a41c0e02566\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.0172661Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.0259628Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.0703551Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.0704812Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.0805211Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.0806339Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6b0b772f-a98c-4e75-9265-74be97f31a5b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.0810356Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6b0b772f-a98c-4e75-9265-74be97f31a5b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.0810940Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.0910410Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.1462398Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.1463880Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.1530122Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.1530896Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3a866b67-4780-4cef-906c-1d58001d1e6f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.1534012Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3a866b67-4780-4cef-906c-1d58001d1e6f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.1534550Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.1625101Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.2114954Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.2116639Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.2198303Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.2199887Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3c419488-e040-4588-81f4-19331a5c59e7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.2203214Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3c419488-e040-4588-81f4-19331a5c59e7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.2203973Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.2288422Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.2838734Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.2839936Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.2915180Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.2917088Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7f2f3594-b6eb-4c75-a2b5-152a95d60d73\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.2922144Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7f2f3594-b6eb-4c75-a2b5-152a95d60d73\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.2923254Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.3061528Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.3584845Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.3586152Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.3680071Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.3680960Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b2c7fb72-3f90-44c2-b741-d1ea700050ea\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.3684233Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b2c7fb72-3f90-44c2-b741-d1ea700050ea\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.3684872Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.3805217Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.4377237Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.4379911Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.4468106Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.4468961Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f4620579-73b5-4a34-86cc-2d2e7a196edd\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.4471875Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f4620579-73b5-4a34-86cc-2d2e7a196edd\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.4473677Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.4596283Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.5168434Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.5169591Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.5271260Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.5272141Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\90afb524-5330-4162-9b7c-046b0dd8571a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.5276407Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\90afb524-5330-4162-9b7c-046b0dd8571a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.5277014Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.5394743Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.5970478Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.5971768Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.6038432Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.6039169Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c9defdb4-a409-4c56-a057-9a3a5175d5a5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.6042729Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c9defdb4-a409-4c56-a057-9a3a5175d5a5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.6043420Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.6149144Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.6650605Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.6651778Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.6735203Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.6736225Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\65322460-f58d-49e9-ae77-3495a0e4b7f0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.6740262Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\65322460-f58d-49e9-ae77-3495a0e4b7f0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.6740810Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.6866350Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.7485813Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.7488034Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.7565994Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.7566828Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ee51dae8-58a1-4379-b2b1-7e23e1791473\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.7571031Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ee51dae8-58a1-4379-b2b1-7e23e1791473\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.7571648Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.7693126Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.8259302Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.8260639Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.8364777Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.8366618Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\74c45f8f-89b9-4f23-8bfb-e96e9af3d237\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.8369701Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\74c45f8f-89b9-4f23-8bfb-e96e9af3d237\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.8370243Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.8497124Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.9123235Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.9124447Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.9195591Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.9197082Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cccc95c7-aa61-4745-923b-a6b1e0b01ada\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.9201933Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cccc95c7-aa61-4745-923b-a6b1e0b01ada\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.9203255Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.9352337Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.9912945Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:54.9914124Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.0004363Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.0005723Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c177d96e-8cf2-4f86-abf1-d03f0fd52971\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.0011208Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c177d96e-8cf2-4f86-abf1-d03f0fd52971\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.0012257Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.0128308Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.0645601Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.0646796Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.0717466Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.0719211Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a4ed2906-c6e8-45de-aed3-dd023f378021\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.0725761Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a4ed2906-c6e8-45de-aed3-dd023f378021\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.0726982Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.0853354Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.1279434Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.1280499Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.1348985Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.1350428Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b9e41f5a-27dc-487d-8eb4-6928ec281089\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.1353654Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b9e41f5a-27dc-487d-8eb4-6928ec281089\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.1354214Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.1453404Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.1982935Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.1984282Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.2063483Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.2064278Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a0e0d866-29b1-44a2-8fe1-5a4f5c5f31b0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.2067718Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a0e0d866-29b1-44a2-8fe1-5a4f5c5f31b0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.2068546Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.2172487Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.2650211Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.2651508Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.2723629Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.2724487Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\50fa09ff-06b8-484b-8add-ac1bf605ee4a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.2728013Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\50fa09ff-06b8-484b-8add-ac1bf605ee4a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.2728798Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.2880888Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.3378172Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.3379609Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.3440962Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.3442111Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fe0b55f1-bbb3-41bb-8e16-23ed345e3e2c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.3444824Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fe0b55f1-bbb3-41bb-8e16-23ed345e3e2c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.3445358Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.3546246Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.4112913Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.4114434Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.4188113Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.4189050Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cd5c7440-e654-4acb-a60d-b089a1f6b892\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.4192937Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cd5c7440-e654-4acb-a60d-b089a1f6b892\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.4193840Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.4345162Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.4881863Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.4883423Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.4957803Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.4958443Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\63fb3428-0194-42c2-bc99-be9945e05f33\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.4962068Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\63fb3428-0194-42c2-bc99-be9945e05f33\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.4962861Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.5073400Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.5618636Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.5649286Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.5752892Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.5753808Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a591ac6f-7d35-4fec-ad61-8daf7597f183\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.5757180Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a591ac6f-7d35-4fec-ad61-8daf7597f183\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.5758148Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.5869408Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.6397294Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.6398398Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.6461419Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.6462599Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6233ec15-4967-4da1-bf3f-0474fa89efa7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.6465642Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6233ec15-4967-4da1-bf3f-0474fa89efa7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.6466432Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.6589507Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.7069177Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.7070424Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.7156972Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.7157880Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a387613c-e81a-472d-91e5-23c262f026b8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.7161490Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a387613c-e81a-472d-91e5-23c262f026b8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.7162293Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.7297754Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.7864241Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.7865437Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.7948854Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.7950028Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\459b12bb-fa44-460f-ba76-dd57433cef7d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.7952832Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\459b12bb-fa44-460f-ba76-dd57433cef7d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.7953404Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.8065343Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.8535149Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.8536274Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.8614524Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.8615382Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e1360f35-f30c-4899-95c9-e1884307aa10\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.8618911Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e1360f35-f30c-4899-95c9-e1884307aa10\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.8619888Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.8739083Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.9274926Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.9277930Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.9351353Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.9352116Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f61f772a-ecb3-40da-98c5-0af3ea82e659\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.9355425Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f61f772a-ecb3-40da-98c5-0af3ea82e659\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.9355994Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:55.9468779Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:56.0021626Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:56.0022868Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:56.0098880Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:56.0099844Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ba7b3989-dc5f-4e1f-bbd9-848ea5c202f6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:56.0103433Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ba7b3989-dc5f-4e1f-bbd9-848ea5c202f6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:56.0104215Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:56.0228744Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:56.0768551Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:56.0769831Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:56.0834995Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:56.0836099Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bf4a215f-2ac6-482f-8554-63bf21e22de9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:56.0839279Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bf4a215f-2ac6-482f-8554-63bf21e22de9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:56.0840113Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:56.0939933Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:56.1466106Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:56.1468677Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:56.1565740Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:56.1566651Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\22851860-975b-4b8e-82f0-982f86a93a1f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:56.1569992Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\22851860-975b-4b8e-82f0-982f86a93a1f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:56.1570528Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:56.1710538Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:56.2252360Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:56.2253683Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:56.2318762Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:56.2319889Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a6396f26-8fb5-4a6f-9375-699b76ecaef7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:56.2323042Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a6396f26-8fb5-4a6f-9375-699b76ecaef7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:56.2323706Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:56.2449128Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:56.2966302Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:56.2967608Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:56.3049096Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:56.3050015Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\92af181c-9d1d-4e6b-8675-6c91da046b97\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:56.3053602Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\92af181c-9d1d-4e6b-8675-6c91da046b97\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:56.3054154Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:56.3146730Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:56.3662506Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:56.3664286Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:56.3733698Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:56.3734426Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\043f6751-6328-4c75-af40-54b6931ac21f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:56.3737869Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\043f6751-6328-4c75-af40-54b6931ac21f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:56.3738481Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:56.3871265Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:56.4386596Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:56.4387879Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:56.4461519Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:56.4462534Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d9ccff82-3d7b-4a71-be1e-ccadcbbc6c58\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:56.4465920Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d9ccff82-3d7b-4a71-be1e-ccadcbbc6c58\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:56.4466639Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:56.4570097Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:56.5145109Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:56.5146314Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:56.5220881Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:56.5221882Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\54e8798b-f2f2-4f86-a746-da85a6cf0553\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:56.5226145Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\54e8798b-f2f2-4f86-a746-da85a6cf0553\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:56.5226840Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:56.5342581Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:56.5828291Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:56.5829599Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:56.5924455Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:56.5925675Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0598c80c-34fe-44cd-bb11-939b27bb2c96\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:56.5928615Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0598c80c-34fe-44cd-bb11-939b27bb2c96\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:56.5929335Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:56.6038983Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:56.6573196Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:56.6574926Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:56.6640612Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:56.6641200Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b0a5874e-4ca2-44dd-8d88-21863610c26d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:56.6644966Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b0a5874e-4ca2-44dd-8d88-21863610c26d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:56.6645577Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:56.6748498Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:56.7295670Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:58:56.7296836Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:02.4386572Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Add package 'Microsoft.Graphics.Win2D'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2022-06-09T13:59:02.4406834Z","@mt":"Adding package reference: {PackageReference}","PackageReference":"Microsoft.Graphics.Win2D, Version=1.0.0.30","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"} -{"@t":"2022-06-09T13:59:02.4421391Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Add package 'Microsoft.Graphics.Win2D'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2022-06-09T13:59:02.4431541Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Package map reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2022-06-09T13:59:02.4448248Z","@mt":"Saving changes to project file","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"} -{"@t":"2022-06-09T13:59:02.6088160Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Openhab.Core.csproj' with message: C:\\Program Files\\dotnet\\sdk\\6.0.300\\Sdks\\Microsoft.NET.Sdk\\targets\\Microsoft.NET.Sdk.FrameworkReferenceResolution.targets: (90, 5): The \"ProcessFrameworkReferences\" 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.ProcessFrameworkReferences.ProcessRuntimeIdentifier(String runtimeIdentifier, KnownRuntimePack selectedRuntimePack, String runtimePackVersion, List`1 additionalFrameworkReferencesForRuntimePack, HashSet`1 unrecognizedRuntimeIdentifiers, List`1 unavailableRuntimePacks, List`1 runtimePacks, List`1 packagesToDownload, String isTrimmable, Boolean addRuntimePackAndDownloadIfNecessary)\r\n at Microsoft.NET.Build.Tasks.ProcessFrameworkReferences.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-06-09T13:59:02.6887772Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\openHAB.Windows.csproj' with message: C:\\Program Files\\dotnet\\sdk\\6.0.300\\Microsoft.Common.CurrentVersion.targets: (1806, 5): Project '..\\openHAB.Core\\Openhab.Core.csproj' targets 'net6.0-windows10.0.19041.0'. It cannot be referenced by a project that targets 'UAP,Version=v10.0.17763'.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2022-06-09T13:59:02.6888464Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\openHAB.Windows.csproj' with message: C:\\Program Files\\dotnet\\sdk\\6.0.300\\Microsoft.Common.CurrentVersion.targets: (1806, 5): Project '..\\OpenHAB.Core\\OpenHAB.Core.csproj' targets 'net6.0-windows10.0.19041.0'. It cannot be referenced by a project that targets 'UAP,Version=v10.0.17763'.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2022-06-09T13:59:02.6891742Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Warning","Message":"Found project reference without a matching metadata reference: D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Openhab.Core.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2022-06-09T13:59:02.6892214Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Warning","Message":"Found project reference without a matching metadata reference: D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\OpenHAB.Core\\OpenHAB.Core.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2022-06-09T13:59:02.6920972Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Package map reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2022-06-09T13:59:08.7253073Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:08.7254674Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f747a1f8-1ab6-4ae4-9341-23e4e118933e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:08.7257978Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f747a1f8-1ab6-4ae4-9341-23e4e118933e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:08.7258513Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:08.7468961Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:08.8083214Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:08.8084559Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:08.8156294Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:08.8157254Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\71451d84-02c9-49e7-a124-0303e0331e13\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:08.8160182Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\71451d84-02c9-49e7-a124-0303e0331e13\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:08.8160750Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:08.8556590Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:08.9338200Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:08.9339893Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:08.9408406Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:08.9409539Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0127b09d-0a46-4c1d-8e6e-86b138fedd2a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:08.9413266Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0127b09d-0a46-4c1d-8e6e-86b138fedd2a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:08.9413826Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:08.9528342Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:08.9979234Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:08.9980831Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:09.0040839Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:09.0041969Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7e3cb8eb-6a9d-4b12-a181-ac955e8491db\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:09.0044609Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7e3cb8eb-6a9d-4b12-a181-ac955e8491db\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:09.0045149Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:09.0140914Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:09.0628472Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:09.0629751Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:09.0650302Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Target compatibility reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T13:59:09.0659753Z","@mt":"Analyzing packages with {AnalyzerName}","@l":"Debug","AnalyzerName":"Target compatibility reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2022-06-09T13:59:09.0703379Z","@mt":"NuGet package {NuGetPackage} loaded from {PackagePath}","@l":"Debug","NuGetPackage":"CommunityToolkit.Mvvm, Version=7.1.2","PackagePath":"C:\\Users\\chrisho\\.nuget\\packages\\CommunityToolkit.Mvvm\\7.1.2\\CommunityToolkit.Mvvm.7.1.2.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T13:59:09.0944751Z","@mt":"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}","@l":"Debug","NuGetPackage":"CommunityToolkit.Mvvm.7.1.2","TargetFrameworks":["net5.0",".NETStandard,Version=v2.0",".NETStandard,Version=v2.1"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T13:59:09.0952003Z","@mt":"Package {NuGetPackage} will work on {TargetFramework}","@l":"Debug","NuGetPackage":"CommunityToolkit.Mvvm, Version=7.1.2","TargetFramework":["net6.0-windows10.0.19041"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer"} -{"@t":"2022-06-09T13:59:09.0953472Z","@mt":"NuGet package {NuGetPackage} loaded from {PackagePath}","@l":"Debug","NuGetPackage":"Microsoft.CodeAnalysis.NetAnalyzers, Version=6.0.0","PackagePath":"C:\\Users\\chrisho\\.nuget\\packages\\Microsoft.CodeAnalysis.NetAnalyzers\\6.0.0\\Microsoft.CodeAnalysis.NetAnalyzers.6.0.0.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T13:59:09.1110390Z","@mt":"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}","@l":"Debug","NuGetPackage":"Microsoft.CodeAnalysis.NetAnalyzers.6.0.0","TargetFrameworks":["Any,Version=v0.0"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T13:59:09.1113259Z","@mt":"Package {NuGetPackage} will work on {TargetFramework}","@l":"Debug","NuGetPackage":"Microsoft.CodeAnalysis.NetAnalyzers, Version=6.0.0","TargetFramework":["net6.0-windows10.0.19041"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer"} -{"@t":"2022-06-09T13:59:09.1115234Z","@mt":"NuGet package {NuGetPackage} loaded from {PackagePath}","@l":"Debug","NuGetPackage":"Microsoft.Extensions.DependencyInjection, Version=6.0.0","PackagePath":"C:\\Users\\chrisho\\.nuget\\packages\\Microsoft.Extensions.DependencyInjection\\6.0.0\\Microsoft.Extensions.DependencyInjection.6.0.0.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T13:59:09.1231676Z","@mt":"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}","@l":"Debug","NuGetPackage":"Microsoft.Extensions.DependencyInjection.6.0.0","TargetFrameworks":["net6.0",".NETFramework,Version=v4.6.1",".NETStandard,Version=v2.0",".NETStandard,Version=v2.1"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T13:59:09.1233775Z","@mt":"Package {NuGetPackage} will work on {TargetFramework}","@l":"Debug","NuGetPackage":"Microsoft.Extensions.DependencyInjection, Version=6.0.0","TargetFramework":["net6.0-windows10.0.19041"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer"} -{"@t":"2022-06-09T13:59:09.1234684Z","@mt":"NuGet package {NuGetPackage} loaded from {PackagePath}","@l":"Debug","NuGetPackage":"Microsoft.Services.Store.Engagement, Version=10.1901.28001","PackagePath":"C:\\Users\\chrisho\\.nuget\\packages\\Microsoft.Services.Store.Engagement\\10.1901.28001\\Microsoft.Services.Store.Engagement.10.1901.28001.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T13:59:09.1348781Z","@mt":"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}","@l":"Debug","NuGetPackage":"Microsoft.Services.Store.Engagement.10.1901.28001","TargetFrameworks":["Any,Version=v0.0"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T13:59:09.1350461Z","@mt":"Package {NuGetPackage} will work on {TargetFramework}","@l":"Debug","NuGetPackage":"Microsoft.Services.Store.Engagement, Version=10.1901.28001","TargetFramework":["net6.0-windows10.0.19041"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer"} -{"@t":"2022-06-09T13:59:09.1351905Z","@mt":"NuGet package {NuGetPackage} loaded from {PackagePath}","@l":"Debug","NuGetPackage":"Microsoft.Toolkit.Uwp.Connectivity, Version=7.1.2","PackagePath":"C:\\Users\\chrisho\\.nuget\\packages\\Microsoft.Toolkit.Uwp.Connectivity\\7.1.2\\Microsoft.Toolkit.Uwp.Connectivity.7.1.2.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T13:59:09.1448062Z","@mt":"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}","@l":"Debug","NuGetPackage":"Microsoft.Toolkit.Uwp.Connectivity.7.1.2","TargetFrameworks":["UAP,Version=v10.0.17763"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T13:59:09.1718951Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.toolkit.uwp.connectivity/index.json","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T13:59:09.4868974Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.toolkit.uwp.connectivity/index.json 314ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T13:59:09.5640753Z","@mt":"No version of {PackageName} found that supports {TargetFramework}; leaving unchanged","@l":"Warning","PackageName":"Microsoft.Toolkit.Uwp.Connectivity","TargetFramework":["net6.0-windows10.0.19041"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer"} -{"@t":"2022-06-09T13:59:09.5729866Z","@mt":"NuGet package {NuGetPackage} loaded from {PackagePath}","@l":"Debug","NuGetPackage":"Microsoft.Toolkit.Uwp.Notifications, Version=7.1.2","PackagePath":"C:\\Users\\chrisho\\.nuget\\packages\\Microsoft.Toolkit.Uwp.Notifications\\7.1.2\\Microsoft.Toolkit.Uwp.Notifications.7.1.2.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T13:59:09.5868045Z","@mt":"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}","@l":"Debug","NuGetPackage":"Microsoft.Toolkit.Uwp.Notifications.7.1.2","TargetFrameworks":[".NETCoreApp,Version=v3.1","net5.0","net5.0-windows10.0.17763",".NETFramework,Version=v4.6.1",".NETStandard,Version=v1.4","native,Version=v0.0","UAP,Version=v10.0.10240","UAP,Version=v10.0.16299"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T13:59:09.5870804Z","@mt":"Package {NuGetPackage} will work on {TargetFramework}","@l":"Debug","NuGetPackage":"Microsoft.Toolkit.Uwp.Notifications, Version=7.1.2","TargetFramework":["net6.0-windows10.0.19041"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer"} -{"@t":"2022-06-09T13:59:09.5872307Z","@mt":"NuGet package {NuGetPackage} loaded from {PackagePath}","@l":"Debug","NuGetPackage":"Microsoft.WindowsAppSDK, Version=1.1.0","PackagePath":"C:\\Users\\chrisho\\.nuget\\packages\\Microsoft.WindowsAppSDK\\1.1.0\\Microsoft.WindowsAppSDK.1.1.0.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T13:59:09.5956039Z","@mt":"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}","@l":"Debug","NuGetPackage":"Microsoft.WindowsAppSDK.1.1.0","TargetFrameworks":["net5.0-windows10.0.17763","net5.0-windows10.0.18362","UAP,Version=v10.0","UAP,Version=v10.0.17763","UAP,Version=v10.0.18362","Windows,Version=v1.0,Profile=arm64","Windows,Version=v1.0,Profile=x64","Windows,Version=v1.0,Profile=x86"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T13:59:09.5957079Z","@mt":"Package {NuGetPackage} will work on {TargetFramework}","@l":"Debug","NuGetPackage":"Microsoft.WindowsAppSDK, Version=1.1.0","TargetFramework":["net6.0-windows10.0.19041"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer"} -{"@t":"2022-06-09T13:59:09.5958734Z","@mt":"NuGet package {NuGetPackage} loaded from {PackagePath}","@l":"Debug","NuGetPackage":"Newtonsoft.Json, Version=13.0.1","PackagePath":"C:\\Users\\chrisho\\.nuget\\packages\\Newtonsoft.Json\\13.0.1\\Newtonsoft.Json.13.0.1.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T13:59:09.6071251Z","@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-06-09T13:59:09.6072897Z","@mt":"Package {NuGetPackage} will work on {TargetFramework}","@l":"Debug","NuGetPackage":"Newtonsoft.Json, Version=13.0.1","TargetFramework":["net6.0-windows10.0.19041"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer"} -{"@t":"2022-06-09T13:59:09.6073945Z","@mt":"NuGet package {NuGetPackage} loaded from {PackagePath}","@l":"Debug","NuGetPackage":"NLog.Extensions.Logging, Version=5.0.0","PackagePath":"C:\\Users\\chrisho\\.nuget\\packages\\NLog.Extensions.Logging\\5.0.0\\NLog.Extensions.Logging.5.0.0.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T13:59:09.6211249Z","@mt":"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}","@l":"Debug","NuGetPackage":"NLog.Extensions.Logging.5.0.0","TargetFrameworks":[".NETCoreApp,Version=v3.1","net5.0",".NETFramework,Version=v4.6.1",".NETStandard,Version=v1.3",".NETStandard,Version=v1.5",".NETStandard,Version=v2.0"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T13:59:09.6214552Z","@mt":"Package {NuGetPackage} will work on {TargetFramework}","@l":"Debug","NuGetPackage":"NLog.Extensions.Logging, Version=5.0.0","TargetFramework":["net6.0-windows10.0.19041"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer"} -{"@t":"2022-06-09T13:59:09.6216775Z","@mt":"NuGet package {NuGetPackage} loaded from {PackagePath}","@l":"Debug","NuGetPackage":"StyleCop.Analyzers, Version=1.1.118","PackagePath":"C:\\Users\\chrisho\\.nuget\\packages\\StyleCop.Analyzers\\1.1.118\\StyleCop.Analyzers.1.1.118.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T13:59:09.6363961Z","@mt":"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}","@l":"Debug","NuGetPackage":"StyleCop.Analyzers.1.1.118","TargetFrameworks":["Any,Version=v0.0"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T13:59:09.6365499Z","@mt":"Package {NuGetPackage} will work on {TargetFramework}","@l":"Debug","NuGetPackage":"StyleCop.Analyzers, Version=1.1.118","TargetFramework":["net6.0-windows10.0.19041"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer"} -{"@t":"2022-06-09T13:59:09.6366900Z","@mt":"NuGet package {NuGetPackage} loaded from {PackagePath}","@l":"Debug","NuGetPackage":"Microsoft.Graphics.Win2D, Version=1.0.0.30","PackagePath":"C:\\Users\\chrisho\\.nuget\\packages\\Microsoft.Graphics.Win2D\\1.0.0.30\\Microsoft.Graphics.Win2D.1.0.0.30.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T13:59:09.6466829Z","@mt":"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}","@l":"Debug","NuGetPackage":"Microsoft.Graphics.Win2D.1.0.0.30","TargetFrameworks":[".NETCoreApp,Version=v3.0","net5.0-windows10.0.18362",".NETFramework,Version=v4.5","UAP,Version=v10.0"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T13:59:09.6468154Z","@mt":"Package {NuGetPackage} will work on {TargetFramework}","@l":"Debug","NuGetPackage":"Microsoft.Graphics.Win2D, Version=1.0.0.30","TargetFramework":["net6.0-windows10.0.19041"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer"} -{"@t":"2022-06-09T13:59:09.6469153Z","@mt":"No package updates needed","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2022-06-09T13:59:09.6512163Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Target compatibility reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T13:59:09.6512394Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Upgrade assistant reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T13:59:09.6531245Z","@mt":"Analyzing packages with {AnalyzerName}","@l":"Debug","AnalyzerName":"Upgrade assistant reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2022-06-09T13:59:09.6559916Z","@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-06-09T13:59:09.8589078Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.dotnet.upgradeassistant.extensions.default.analyzers/index.json 202ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T13:59:09.8722205Z","@mt":"Reference to .NET Upgrade Assistant analyzer package ({AnalyzerPackageName}, version {AnalyzerPackageVersion}) needs to be added","AnalyzerPackageName":"Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers","AnalyzerPackageVersion":"0.3.330701","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.UpgradeAssistantReferenceAnalyzer"} -{"@t":"2022-06-09T13:59:09.8754134Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Upgrade assistant reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T13:59:09.8754508Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Add package 'Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T13:59:09.8763191Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Add package 'Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T13:59:09.8763674Z","@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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T13:59:09.8818074Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:09.8818989Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\52746ef7-7e54-4839-8fff-480e4944dfc5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:09.8823277Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\52746ef7-7e54-4839-8fff-480e4944dfc5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:09.8824072Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:09.8931472Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:09.9504423Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:09.9505640Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:09.9573110Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:09.9574393Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9046df4d-9312-4ecd-a095-46fde58008ae\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:09.9579021Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9046df4d-9312-4ecd-a095-46fde58008ae\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:09.9579650Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:09.9760039Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.0307170Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.0308343Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.0515390Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.0516576Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ed22c92e-7204-448b-bd60-2397dccde815\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.0519836Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ed22c92e-7204-448b-bd60-2397dccde815\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.0520611Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.0618003Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.1161524Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.1162733Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.1230326Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.1231044Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b2850eaa-e3e9-4787-b442-8ba8865db3e4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.1234333Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b2850eaa-e3e9-4787-b442-8ba8865db3e4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.1234948Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.1361607Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.1930007Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.1931513Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.2014416Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.2015275Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b429c41c-1048-4219-91f5-c91e8645fd4e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.2018935Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b429c41c-1048-4219-91f5-c91e8645fd4e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.2019505Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.2139785Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.2671024Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.2672180Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.2736610Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.2737922Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3c02aea6-2450-4d34-9769-ac22b6c347ff\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.2741483Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3c02aea6-2450-4d34-9769-ac22b6c347ff\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.2742043Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.2885542Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.3399630Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.3401011Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.3467628Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.3468505Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b6c553e0-5be8-4110-a03d-bef21b210594\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.3473713Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b6c553e0-5be8-4110-a03d-bef21b210594\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.3474737Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.3581959Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.4047306Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.4048438Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.4115192Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.4116151Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\87ce9bb1-22ee-41a0-83c3-8a5dbe9925c2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.4121112Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\87ce9bb1-22ee-41a0-83c3-8a5dbe9925c2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.4121929Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.4251611Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.4864495Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.4865858Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.4937062Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.4938259Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d4cb9c7e-6f53-4974-ba66-4c9c424ab37c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.4941654Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d4cb9c7e-6f53-4974-ba66-4c9c424ab37c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.4942370Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.5053403Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.5565110Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.5566282Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.5638254Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.5638901Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e213bd4d-9a0d-4b14-8e51-7e6353d47f4e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.5641903Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e213bd4d-9a0d-4b14-8e51-7e6353d47f4e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.5642883Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.5728029Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.6230702Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.6233345Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.6323369Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.6325207Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ddad1b23-2c68-4463-9b2c-42fa7210e5e9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.6330202Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ddad1b23-2c68-4463-9b2c-42fa7210e5e9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.6331007Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.6486689Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.6969338Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.6970360Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.7032893Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.7033547Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\78fe1d1d-23ab-4f16-9396-6ac603b84b0f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.7036425Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\78fe1d1d-23ab-4f16-9396-6ac603b84b0f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.7037338Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.7137979Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.7689477Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.7690656Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.7783866Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.7784836Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1651931a-8903-4dcd-ae97-73da8c4ae83a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.7788585Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1651931a-8903-4dcd-ae97-73da8c4ae83a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.7789403Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.7916647Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.8462433Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.8463763Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.8529889Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.8530628Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f74bce02-8e61-4e1c-9ccf-e97ee8a50b01\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.8533920Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f74bce02-8e61-4e1c-9ccf-e97ee8a50b01\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.8534890Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.8658044Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.9179936Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.9181414Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.9289365Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.9290629Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\423b3d33-78d2-44b5-a093-3334387708da\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.9294316Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\423b3d33-78d2-44b5-a093-3334387708da\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.9295297Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.9406706Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.9963492Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:10.9964850Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.0043355Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.0044093Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a26b3086-6736-4814-8070-a17cb838a08e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.0047323Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a26b3086-6736-4814-8070-a17cb838a08e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.0048001Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.0173645Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.0694122Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.0695241Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.0804854Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.0806163Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ac378808-561e-4de7-a968-a68b5e0a9215\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.0809849Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ac378808-561e-4de7-a968-a68b5e0a9215\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.0810465Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.0898773Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.1410711Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.1411722Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.1470589Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.1471142Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\37c39a21-5254-4b87-9643-fe9b87996cb2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.1474363Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\37c39a21-5254-4b87-9643-fe9b87996cb2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.1474899Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.1586747Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.2032887Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.2034034Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.2111739Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.2112740Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5fa1784a-676b-4641-a8cb-7c6ca0899223\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.2116310Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5fa1784a-676b-4641-a8cb-7c6ca0899223\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.2117073Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.2230986Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.2693640Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.2694788Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.2756672Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.2757768Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\66b251d8-be1c-4adf-a2c6-89cdbe9d4b04\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.2762042Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\66b251d8-be1c-4adf-a2c6-89cdbe9d4b04\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.2762785Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.2858308Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.3434641Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.3435866Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.3525060Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.3526298Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\234e918d-086c-4d76-8d6a-b93fbbadffbe\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.3529147Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\234e918d-086c-4d76-8d6a-b93fbbadffbe\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.3529781Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.3664379Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.4176332Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.4177585Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.4243170Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.4243730Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\eb5b9d49-f8c2-460c-b819-3fee71d0b757\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.4247715Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\eb5b9d49-f8c2-460c-b819-3fee71d0b757\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.4248422Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.4361160Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.4888259Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.4889413Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.4975884Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.4977009Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1394c983-4b14-45fc-b425-52211fcfa204\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.4980687Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1394c983-4b14-45fc-b425-52211fcfa204\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.4981405Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.5116845Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.5786857Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.5789044Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.5886138Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.5886831Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\01a8bcab-adda-4aaf-9f48-46b0ea69010a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.5892358Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\01a8bcab-adda-4aaf-9f48-46b0ea69010a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.5893174Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.6083345Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.6714243Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.6715771Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.6789377Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.6790728Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5cdae931-844f-42bf-9bd3-6755ac6a5e6b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.6794924Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5cdae931-844f-42bf-9bd3-6755ac6a5e6b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.6795781Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.6967286Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.7585107Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.7586628Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.7648034Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.7649091Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\491fc145-5cef-4c86-b146-26eac168adb0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.7652611Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\491fc145-5cef-4c86-b146-26eac168adb0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.7653321Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.7756938Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.8252483Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.8254335Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.8345225Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.8346138Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\36924137-0bee-4675-9a8e-8a21ddfa7ae6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.8349538Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\36924137-0bee-4675-9a8e-8a21ddfa7ae6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.8350232Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.8468238Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.8965970Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.8967211Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.9048133Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.9048970Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\67dc3357-8c12-4d54-bbbf-2c26a2ee57a6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.9052210Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\67dc3357-8c12-4d54-bbbf-2c26a2ee57a6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.9052749Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.9150924Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.9618125Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.9620833Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.9707486Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.9708438Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1cc6cdac-a28d-4731-abb5-d7c9c3080caf\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.9711727Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1cc6cdac-a28d-4731-abb5-d7c9c3080caf\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.9712378Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:11.9852175Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.0353407Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.0354614Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.0422727Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.0423283Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6671746b-3dde-4323-aa6f-ad0368899dea\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.0426573Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6671746b-3dde-4323-aa6f-ad0368899dea\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.0427117Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.0511268Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.0955795Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.0956940Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.1029387Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.1030625Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5e0b6dea-f5e5-4eed-b8cb-0885061452f6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.1033598Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5e0b6dea-f5e5-4eed-b8cb-0885061452f6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.1034709Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.1148759Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.1678590Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.1679675Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.1736959Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.1738075Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\502b8fb9-d7b2-41eb-bab5-c43c16525cc7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.1740689Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\502b8fb9-d7b2-41eb-bab5-c43c16525cc7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.1741341Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.1829807Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.2281409Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.2282673Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.2343155Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.2344024Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3d5faadb-a1dc-45bc-9f7f-81b53f33677a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.2346988Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3d5faadb-a1dc-45bc-9f7f-81b53f33677a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.2347528Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.2455014Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.2883701Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.2884888Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.2943853Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.2944652Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\86ef1720-95a2-4f4a-afac-4472d9f13f7a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.2947588Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\86ef1720-95a2-4f4a-afac-4472d9f13f7a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.2948161Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.3034261Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.3440779Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.3441868Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.3511429Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.3512287Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f3e43022-c2e0-42d6-b0c5-03f469edc6c9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.3515470Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f3e43022-c2e0-42d6-b0c5-03f469edc6c9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.3516018Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.3597412Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.4073819Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.4075283Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.4148546Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.4149335Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\05b57411-02f1-4689-8132-277eb08349d7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.4152639Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\05b57411-02f1-4689-8132-277eb08349d7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.4153196Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.4235468Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.4679290Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.4680368Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.4751597Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.4752511Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ff9a7b1c-8ab2-4e63-8657-56b13edacd74\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.4756030Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ff9a7b1c-8ab2-4e63-8657-56b13edacd74\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.4756636Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.4846691Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.5367043Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.5368681Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.5430544Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.5431292Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c740d02a-c8d3-4875-a2a1-11561014b52d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.5434525Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c740d02a-c8d3-4875-a2a1-11561014b52d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.5435253Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.5537736Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.6000664Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.6001771Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.6066331Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.6067176Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\07b74014-9947-4e7c-b5ce-97ab90d56230\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.6070591Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\07b74014-9947-4e7c-b5ce-97ab90d56230\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.6071303Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.6176803Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.6661169Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.6662319Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.6738242Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.6739048Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\11832f02-3285-4796-a4ad-5849e276c4da\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.6742337Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\11832f02-3285-4796-a4ad-5849e276c4da\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.6743323Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.6858683Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.7354106Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.7355211Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.7447319Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.7448214Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\70f5ebf6-ba28-4d79-aed9-e6983cdf261d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.7451775Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\70f5ebf6-ba28-4d79-aed9-e6983cdf261d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.7452494Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.7576450Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.8117970Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.8119401Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.8217262Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.8218766Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fbae8000-9442-4d73-9edd-1627699a6da9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.8222435Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fbae8000-9442-4d73-9edd-1627699a6da9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.8223026Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.8329030Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.8840790Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.8841983Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.8936274Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.8937551Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b80e8512-c383-4599-95e7-1b59661ffb25\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.8942653Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b80e8512-c383-4599-95e7-1b59661ffb25\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.8943349Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.9072516Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.9588630Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.9589806Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.9648751Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.9649514Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e06845dd-3089-4914-b855-f7b3a7ba635f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.9652781Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e06845dd-3089-4914-b855-f7b3a7ba635f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.9653325Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:12.9782922Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.0274132Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.0275189Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.0361445Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.0362364Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a8a71772-d02b-4ebb-abc2-8f48d7a9804c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.0366554Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a8a71772-d02b-4ebb-abc2-8f48d7a9804c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.0367188Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.0465256Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.0936590Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.0937827Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.0998816Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.0999543Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8e8fc0d3-554e-45fa-b722-9f58ec9c9679\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.1002549Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8e8fc0d3-554e-45fa-b722-9f58ec9c9679\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.1003176Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.1109647Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.1534557Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.1535622Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.1620948Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.1621785Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8d467f15-94b9-4402-8238-09f1e40aa7d7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.1624911Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8d467f15-94b9-4402-8238-09f1e40aa7d7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.1625514Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.1715905Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.2253381Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.2255190Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.2326465Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.2327677Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\af4846b3-cec1-469e-a483-c8fc00ab4f86\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.2330777Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\af4846b3-cec1-469e-a483-c8fc00ab4f86\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.2331495Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.2433594Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.2888360Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.2889461Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.2969109Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.2970034Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\28a2a5d5-29de-4ccb-9181-e9cfa07c5658\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.2973749Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\28a2a5d5-29de-4ccb-9181-e9cfa07c5658\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.2974477Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.3064220Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.3604334Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.3605557Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.3676001Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.3676558Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e12ef2bd-2784-48b8-ba70-a92163db43e8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.3680369Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e12ef2bd-2784-48b8-ba70-a92163db43e8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.3681098Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.3830936Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.4314535Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.4315876Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.4400058Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.4400977Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1d389e9b-68d0-409a-b516-97ab47dd2bb4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.4404385Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1d389e9b-68d0-409a-b516-97ab47dd2bb4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.4404934Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.4496918Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.5063744Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.5064955Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.5138433Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.5139175Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ffd5f0d6-ff8f-4939-9054-4556a616738f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.5143040Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ffd5f0d6-ff8f-4939-9054-4556a616738f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.5143761Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.5255149Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.5754166Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.5755544Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.5843231Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.5844596Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b2302181-2da1-4da3-b126-71b23ce36e0f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.5847835Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b2302181-2da1-4da3-b126-71b23ce36e0f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.5848589Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.5971957Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.6493308Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.6494473Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.6567878Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.6569046Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6fb89ffb-6ad1-4e60-ba9c-04b38313f16d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.6571657Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6fb89ffb-6ad1-4e60-ba9c-04b38313f16d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.6572183Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.6686303Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.7242008Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.7243123Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.7330542Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.7331517Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\aaa1497f-8834-418d-8797-496545dc9084\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.7334844Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\aaa1497f-8834-418d-8797-496545dc9084\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.7335507Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.7429898Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.7998206Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.7999419Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.8063878Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.8064478Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a6a65de9-c920-4288-a8f7-ced4b48eb5b0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.8067936Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a6a65de9-c920-4288-a8f7-ced4b48eb5b0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.8068604Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.8176836Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.8714146Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:13.8715363Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:18.4808668Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Add package 'Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2022-06-09T13:59:18.4865659Z","@mt":"Adding package reference: {PackageReference}","PackageReference":"Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers, Version=0.3.330701","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"} -{"@t":"2022-06-09T13:59:18.4899346Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Add package 'Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2022-06-09T13:59:18.4913885Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Upgrade assistant reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2022-06-09T13:59:18.4923826Z","@mt":"Saving changes to project file","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"} -{"@t":"2022-06-09T13:59:18.6659890Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Openhab.Core.csproj' with message: C:\\Program Files\\dotnet\\sdk\\6.0.300\\Sdks\\Microsoft.NET.Sdk\\targets\\Microsoft.NET.Sdk.FrameworkReferenceResolution.targets: (90, 5): The \"ProcessFrameworkReferences\" 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.ProcessFrameworkReferences.ProcessRuntimeIdentifier(String runtimeIdentifier, KnownRuntimePack selectedRuntimePack, String runtimePackVersion, List`1 additionalFrameworkReferencesForRuntimePack, HashSet`1 unrecognizedRuntimeIdentifiers, List`1 unavailableRuntimePacks, List`1 runtimePacks, List`1 packagesToDownload, String isTrimmable, Boolean addRuntimePackAndDownloadIfNecessary)\r\n at Microsoft.NET.Build.Tasks.ProcessFrameworkReferences.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-06-09T13:59:18.7472596Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\openHAB.Windows.csproj' with message: C:\\Program Files\\dotnet\\sdk\\6.0.300\\Microsoft.Common.CurrentVersion.targets: (1806, 5): Project '..\\openHAB.Core\\Openhab.Core.csproj' targets 'net6.0-windows10.0.19041.0'. It cannot be referenced by a project that targets 'UAP,Version=v10.0.17763'.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2022-06-09T13:59:18.7474624Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\openHAB.Windows.csproj' with message: C:\\Program Files\\dotnet\\sdk\\6.0.300\\Microsoft.Common.CurrentVersion.targets: (1806, 5): Project '..\\OpenHAB.Core\\OpenHAB.Core.csproj' targets 'net6.0-windows10.0.19041.0'. It cannot be referenced by a project that targets 'UAP,Version=v10.0.17763'.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2022-06-09T13:59:18.7477762Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Warning","Message":"Found project reference without a matching metadata reference: D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Openhab.Core.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2022-06-09T13:59:18.7478399Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Warning","Message":"Found project reference without a matching metadata reference: D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\OpenHAB.Core\\OpenHAB.Core.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2022-06-09T13:59:18.7509322Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Upgrade assistant reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2022-06-09T13:59:20.4606268Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:20.4607107Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a5f2f617-462e-4d43-abfa-57f6cc199679\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:20.4610282Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a5f2f617-462e-4d43-abfa-57f6cc199679\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:20.4610959Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:20.4870247Z","@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-06-09T13:59:20.7630479Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/microsoft.dotnet.upgradeassistant.extensions.default.analyzers/index.json 275ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:20.7734299Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/microsoft.dotnet.upgradeassistant.extensions.default.analyzers/0.3.330701/microsoft.dotnet.upgradeassistant.extensions.default.analyzers.0.3.330701.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:20.8145138Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/microsoft.dotnet.upgradeassistant.extensions.default.analyzers/0.3.330701/microsoft.dotnet.upgradeassistant.extensions.default.analyzers.0.3.330701.nupkg 41ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:20.8922207Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:20.8926798Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquiring lock for the installation of Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers 0.3.330701","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:20.9823353Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Lock not required - Package already installed Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers 0.3.330701","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:21.0809057Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:21.0810293Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:21.0869658Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:21.0870537Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ec937ed0-79ce-44c1-973e-e33324d690cf\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:21.0873386Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ec937ed0-79ce-44c1-973e-e33324d690cf\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:21.0874121Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:21.0998210Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:21.1547766Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:21.1549547Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:21.1629764Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:21.1630624Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a1a2db0d-8799-4604-8220-bd444e0e0117\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:21.1633936Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a1a2db0d-8799-4604-8220-bd444e0e0117\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:21.1634947Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:21.1783846Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:21.2406401Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:21.2408581Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:21.2486877Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:21.2487827Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c18a64e4-af03-40f9-96d6-8849c03cf080\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:21.2491287Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c18a64e4-af03-40f9-96d6-8849c03cf080\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:21.2492035Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:21.2611626Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:21.3121804Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:21.3123199Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:21.3145722Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Windows Compatibility Pack Analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T13:59:21.3155517Z","@mt":"Analyzing packages with {AnalyzerName}","@l":"Debug","AnalyzerName":"Windows Compatibility Pack Analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2022-06-09T13:59:21.3207369Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:21.3208167Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d81f0bf8-4e75-4852-af3b-a645ac44cb96\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:21.3211645Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d81f0bf8-4e75-4852-af3b-a645ac44cb96\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:21.3212322Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:21.3363157Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:21.3844803Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:21.3846209Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:21.3882775Z","@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-06-09T13:59:21.6174234Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.windows.compatibility/index.json 229ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T13:59:21.7548979Z","@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-06-09T13:59:21.7587179Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Windows Compatibility Pack Analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T13:59:21.7587589Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Add package 'Microsoft.Windows.Compatibility'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T13:59:21.7600604Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Add package 'Microsoft.Windows.Compatibility'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T13:59:21.7601164Z","@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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T13:59:21.7645185Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:21.7646174Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8969ba3f-6a8f-498a-a634-44b53e18cf18\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:21.7649687Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8969ba3f-6a8f-498a-a634-44b53e18cf18\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:21.7650363Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:21.7832215Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:21.8365832Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:21.8367373Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:21.8442293Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:21.8443004Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\669769c4-5bfb-4ce8-a3c8-b9f9789f9e9e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:21.8445894Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\669769c4-5bfb-4ce8-a3c8-b9f9789f9e9e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:21.8446551Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:21.8561720Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:21.9084478Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:21.9085976Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:21.9197698Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:21.9198572Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5fb856e0-96ef-4422-a56e-aed9426faacb\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:21.9201430Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5fb856e0-96ef-4422-a56e-aed9426faacb\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:21.9202153Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:21.9340311Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.0006340Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.0008703Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.0073347Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.0074153Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\92fc9e0a-1317-4442-8e83-ef515721a7e6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.0078544Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\92fc9e0a-1317-4442-8e83-ef515721a7e6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.0079434Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.0231500Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.0739303Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.0740691Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.0806400Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.0807294Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\80c06885-e30b-496f-96bf-065c398bfe4b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.0811246Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\80c06885-e30b-496f-96bf-065c398bfe4b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.0812095Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.0954718Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.1516693Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.1518741Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.1581636Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.1582358Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bbefb285-fabc-475c-8d60-80e5016ca468\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.1585180Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bbefb285-fabc-475c-8d60-80e5016ca468\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.1586179Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.1695252Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.2168887Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.2170123Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.2235871Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.2236760Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\52522118-8f69-4789-a492-03753bbb9a9c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.2239580Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\52522118-8f69-4789-a492-03753bbb9a9c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.2240274Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.2402871Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.3084502Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.3085752Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.3148001Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.3148764Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0f85f360-947f-416c-a9d7-411a980891f0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.3151930Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0f85f360-947f-416c-a9d7-411a980891f0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.3153025Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.3270584Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.3836384Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.3837640Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.3898086Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.3898943Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\93bc9461-2ee6-4c50-ab14-92f591af3ae0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.3901880Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\93bc9461-2ee6-4c50-ab14-92f591af3ae0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.3902558Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.4052299Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.4596113Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.4597422Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.4658969Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.4659620Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b222ab05-adc8-4c3c-913c-d6eb4afa0149\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.4662349Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b222ab05-adc8-4c3c-913c-d6eb4afa0149\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.4663170Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.4791303Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.5456682Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.5458255Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.5538095Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.5538917Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\91b357a7-b2cc-449f-a7d1-5887c373e2ea\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.5541776Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\91b357a7-b2cc-449f-a7d1-5887c373e2ea\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.5542496Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.5686948Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.6341202Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.6343165Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.6416355Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.6417483Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b05cabdc-0d7b-49d8-b204-9dfdf39c1270\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.6421212Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b05cabdc-0d7b-49d8-b204-9dfdf39c1270\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.6422230Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.6562241Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.7047418Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.7048682Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.7103562Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.7104290Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\89605b63-9de7-4ff7-a8c5-98badfba7b1a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.7107112Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\89605b63-9de7-4ff7-a8c5-98badfba7b1a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.7107823Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.7262029Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.7807333Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.7808814Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.7867145Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.7868013Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2cc93b72-2c9b-4c5f-9403-2462fdf85c56\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.7870625Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2cc93b72-2c9b-4c5f-9403-2462fdf85c56\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.7871252Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.7979352Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.8524833Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.8527087Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.8621726Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.8622837Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\acd2a5a6-797e-4600-9be8-8ae93875b8a6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.8625965Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\acd2a5a6-797e-4600-9be8-8ae93875b8a6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.8626606Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.8752529Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.9266579Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.9267941Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.9332845Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.9333436Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a2231a28-44b5-4fe7-a501-c8013e38d5d4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.9337378Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a2231a28-44b5-4fe7-a501-c8013e38d5d4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.9337988Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.9454037Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.9935178Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:22.9936355Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.0009235Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.0010237Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9dd3829a-4008-4c9b-885b-b78d6f15cf63\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.0013687Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9dd3829a-4008-4c9b-885b-b78d6f15cf63\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.0014239Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.0109830Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.0674330Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.0675519Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.0744952Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.0745600Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2477ade9-0fe2-4044-abc4-ea2cb449a6a6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.0748914Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2477ade9-0fe2-4044-abc4-ea2cb449a6a6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.0749817Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.0893551Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.1416839Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.1418010Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.1492713Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.1493995Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f5f56753-adc6-4a23-859c-653a4af6226f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.1497194Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f5f56753-adc6-4a23-859c-653a4af6226f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.1497942Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.1619823Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.2140712Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.2142609Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.2210360Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.2210978Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\26f240c8-20d1-4a61-b449-fdba00bcfdc6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.2214632Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\26f240c8-20d1-4a61-b449-fdba00bcfdc6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.2215199Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.2336636Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.2846680Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.2847730Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.2930270Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.2931406Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\41285c39-d807-4f70-9f0f-701c8c3c9b9f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.2937186Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\41285c39-d807-4f70-9f0f-701c8c3c9b9f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.2939334Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.3061526Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.3608450Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.3609940Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.3678132Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.3678967Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\34b5dc24-ccea-44ec-a33c-062e26d40f99\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.3682533Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\34b5dc24-ccea-44ec-a33c-062e26d40f99\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.3683282Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.3789184Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.4357933Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.4359300Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.4433741Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.4434515Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7551cc0f-9581-4948-bc9a-dc15c8079202\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.4437349Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7551cc0f-9581-4948-bc9a-dc15c8079202\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.4437996Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.4571219Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.5098019Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.5100012Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.5168169Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.5168909Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b83f819c-f7df-488c-bf83-f4d64b816ac6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.5172482Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b83f819c-f7df-488c-bf83-f4d64b816ac6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.5173153Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.5294632Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.5834217Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.5835404Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.5930460Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.5931607Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\aeb4d6a5-f5c6-4e98-b5ee-c2949eec9ef9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.5935607Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\aeb4d6a5-f5c6-4e98-b5ee-c2949eec9ef9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.5936268Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.6105434Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.6628009Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.6629826Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.6699406Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.6700626Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\636bd750-49ed-450b-be44-882331ded09a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.6703790Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\636bd750-49ed-450b-be44-882331ded09a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.6704365Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.6845089Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.7373709Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.7374761Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.7507489Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.7508980Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a2c5f619-2ea6-4976-a8c5-033f10a98dcb\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.7512160Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a2c5f619-2ea6-4976-a8c5-033f10a98dcb\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.7513582Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.7628058Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.8207654Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.8208997Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.8272693Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.8273803Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5ba83470-7420-49e6-9575-bc3a16ade12c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.8276966Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5ba83470-7420-49e6-9575-bc3a16ade12c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.8277755Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.8392528Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.8991415Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.8993120Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.9095818Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.9097027Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\43677a3a-766e-4fd2-97a1-a2dc61915fb2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.9100043Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\43677a3a-766e-4fd2-97a1-a2dc61915fb2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.9101345Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.9275427Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.9864067Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.9865284Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.9936327Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.9937490Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9de173e4-5486-4760-9d94-b18cf52ac073\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.9941802Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9de173e4-5486-4760-9d94-b18cf52ac073\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:23.9942514Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.0056682Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.0626419Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.0627590Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.0756453Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.0757360Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\20013514-55d6-446b-93c5-f8aa78f1042c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.0760588Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\20013514-55d6-446b-93c5-f8aa78f1042c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.0761369Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.0881778Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.1439637Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.1440721Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.1510791Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.1511320Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ecdec3d7-6e44-431e-8bc9-3b425548497f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.1515335Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ecdec3d7-6e44-431e-8bc9-3b425548497f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.1515875Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.1641079Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.2114688Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.2115771Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.2203077Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.2204079Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4c3c8460-8fdb-4863-8e79-a881116033ab\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.2207610Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4c3c8460-8fdb-4863-8e79-a881116033ab\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.2208625Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.2324322Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.2819830Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.2820989Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.2889429Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.2890259Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ca0e7b7f-d6e9-4fec-a8aa-d6948a3d9827\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.2893732Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ca0e7b7f-d6e9-4fec-a8aa-d6948a3d9827\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.2894342Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.2986670Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.3528647Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.3529917Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.3604849Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.3605786Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ba339f6c-5565-49e2-ac2f-6e5258b1baee\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.3609174Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ba339f6c-5565-49e2-ac2f-6e5258b1baee\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.3609819Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.3768610Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.4301587Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.4303232Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.4374595Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.4375922Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e4daedf3-6cfa-41d3-b9dd-b47f195e92b7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.4379041Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e4daedf3-6cfa-41d3-b9dd-b47f195e92b7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.4379734Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.4484706Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.5102112Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.5103704Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.5201452Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.5202426Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4e988ef8-55c2-4e3e-8efc-091bc053ddbf\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.5206006Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4e988ef8-55c2-4e3e-8efc-091bc053ddbf\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.5206850Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.5346187Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.5866904Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.5868057Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.5925034Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.5926039Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ced608e9-07f0-4cea-aeb3-98d1d8b97818\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.5928687Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ced608e9-07f0-4cea-aeb3-98d1d8b97818\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.5929235Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.6036004Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.6530282Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.6531586Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.6604273Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.6605380Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\232d75a1-1aff-455a-b271-9d0aff83db65\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.6608241Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\232d75a1-1aff-455a-b271-9d0aff83db65\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.6608801Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.6735900Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.7294219Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.7296166Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.7365576Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.7366462Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a254936c-c38d-450e-9c4d-d0124b7c49a5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.7371561Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a254936c-c38d-450e-9c4d-d0124b7c49a5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.7373108Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.7487622Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.8027424Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.8028542Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.8129967Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.8132496Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bd737c32-f89e-44f8-a8f2-2c187f7a8dbc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.8136476Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bd737c32-f89e-44f8-a8f2-2c187f7a8dbc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.8137234Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.8313797Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.8864211Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.8865484Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.8933365Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.8934152Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6dbf9745-23fb-4fbd-bc25-8bb4d137ff13\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.8937740Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6dbf9745-23fb-4fbd-bc25-8bb4d137ff13\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.8938432Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.9046032Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.9585004Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.9586273Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.9670171Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.9671065Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d10ad74d-00fc-4309-9b71-1cf90d0f9543\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.9674387Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d10ad74d-00fc-4309-9b71-1cf90d0f9543\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.9675123Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:24.9827099Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.0401755Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.0402904Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.0467775Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.0468904Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\18459228-39c5-415a-b8a6-78d5917686ee\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.0471537Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\18459228-39c5-415a-b8a6-78d5917686ee\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.0472195Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.0603179Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.1197726Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.1198987Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.1282637Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.1283579Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ef4985a9-3ca8-4cc5-9ff6-b62221c2cbde\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.1287893Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ef4985a9-3ca8-4cc5-9ff6-b62221c2cbde\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.1288742Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.1384239Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.1913769Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.1914983Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.1984442Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.1984994Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1752de1f-3542-48f4-92eb-ab93afcc26ba\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.1988516Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1752de1f-3542-48f4-92eb-ab93afcc26ba\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.1989089Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.2123967Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.2646891Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.2648153Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.2725561Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.2726454Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4f5562c2-2232-490a-b4bf-e1e7f1ba802a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.2729986Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4f5562c2-2232-490a-b4bf-e1e7f1ba802a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.2730752Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.2850136Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.3417454Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.3418613Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.3493116Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.3493858Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\77271f7a-8759-4eb3-b322-225db604f4a3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.3497284Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\77271f7a-8759-4eb3-b322-225db604f4a3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.3498257Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.3635105Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.4139065Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.4140106Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.4210062Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.4210948Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a7dbf298-3f66-411f-bfba-82b13d7cb868\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.4216506Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a7dbf298-3f66-411f-bfba-82b13d7cb868\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.4217479Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.4303768Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.4757002Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.4758094Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.4813818Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.4815316Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a9a13329-12c6-4833-8f10-009652665db3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.4819272Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a9a13329-12c6-4833-8f10-009652665db3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.4820027Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.4928801Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.5387502Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.5388597Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.5466612Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.5467520Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\47db9f45-fe58-4214-a5cc-2b570cd751a8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.5472520Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\47db9f45-fe58-4214-a5cc-2b570cd751a8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.5473200Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.5566726Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.6111568Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.6112756Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.6178084Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.6179186Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5def1d2f-bc5b-4592-b5c2-f248d4468b95\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.6182435Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5def1d2f-bc5b-4592-b5c2-f248d4468b95\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.6183672Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.6319766Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.6869504Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.6871032Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.6949116Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.6950074Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ceaf9ac7-a7ac-4bd7-a6fe-07a345277735\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.6953498Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ceaf9ac7-a7ac-4bd7-a6fe-07a345277735\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.6954053Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.7081827Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.7648553Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.7649876Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.7714804Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.7715896Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9f772197-5870-485a-83e4-48f4d785deef\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.7719151Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9f772197-5870-485a-83e4-48f4d785deef\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.7719765Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.7880494Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.8415329Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.8417671Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.8513417Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.8514478Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7877ebb8-1231-4d45-95eb-b1ca1cd42277\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.8517285Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7877ebb8-1231-4d45-95eb-b1ca1cd42277\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.8517823Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.8636223Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.9240794Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.9241864Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.9310597Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.9311943Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1ab93b29-d806-45a1-ab6f-09c4f6dd7054\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.9317249Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1ab93b29-d806-45a1-ab6f-09c4f6dd7054\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.9318637Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:25.9461584Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:26.0017687Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:26.0019188Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:28.0731499Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Add package 'Microsoft.Windows.Compatibility'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2022-06-09T13:59:28.0741139Z","@mt":"Adding package reference: {PackageReference}","PackageReference":"Microsoft.Windows.Compatibility, Version=6.0.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"} -{"@t":"2022-06-09T13:59:28.0748763Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Add package 'Microsoft.Windows.Compatibility'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2022-06-09T13:59:28.0756849Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Windows Compatibility Pack Analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2022-06-09T13:59:28.0764011Z","@mt":"Saving changes to project file","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"} -{"@t":"2022-06-09T13:59:28.2836176Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Openhab.Core.csproj' with message: C:\\Program Files\\dotnet\\sdk\\6.0.300\\Sdks\\Microsoft.NET.Sdk\\targets\\Microsoft.NET.Sdk.FrameworkReferenceResolution.targets: (90, 5): The \"ProcessFrameworkReferences\" 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.ProcessFrameworkReferences.ProcessRuntimeIdentifier(String runtimeIdentifier, KnownRuntimePack selectedRuntimePack, String runtimePackVersion, List`1 additionalFrameworkReferencesForRuntimePack, HashSet`1 unrecognizedRuntimeIdentifiers, List`1 unavailableRuntimePacks, List`1 runtimePacks, List`1 packagesToDownload, String isTrimmable, Boolean addRuntimePackAndDownloadIfNecessary)\r\n at Microsoft.NET.Build.Tasks.ProcessFrameworkReferences.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-06-09T13:59:28.3567736Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\openHAB.Windows.csproj' with message: C:\\Program Files\\dotnet\\sdk\\6.0.300\\Microsoft.Common.CurrentVersion.targets: (1806, 5): Project '..\\openHAB.Core\\Openhab.Core.csproj' targets 'net6.0-windows10.0.19041.0'. It cannot be referenced by a project that targets 'UAP,Version=v10.0.17763'.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2022-06-09T13:59:28.3568697Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\openHAB.Windows.csproj' with message: C:\\Program Files\\dotnet\\sdk\\6.0.300\\Microsoft.Common.CurrentVersion.targets: (1806, 5): Project '..\\OpenHAB.Core\\OpenHAB.Core.csproj' targets 'net6.0-windows10.0.19041.0'. It cannot be referenced by a project that targets 'UAP,Version=v10.0.17763'.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2022-06-09T13:59:28.3573586Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Warning","Message":"Found project reference without a matching metadata reference: D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Openhab.Core.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2022-06-09T13:59:28.3574633Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Warning","Message":"Found project reference without a matching metadata reference: D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\OpenHAB.Core\\OpenHAB.Core.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2022-06-09T13:59:28.3606402Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Windows Compatibility Pack Analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2022-06-09T13:59:30.0899519Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:30.0900654Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e32edb8b-5267-4886-a660-34a7b5951d27\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:30.0906430Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e32edb8b-5267-4886-a660-34a7b5951d27\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:30.0907689Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:30.1176632Z","@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-06-09T13:59:30.3680809Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/microsoft.windows.compatibility/index.json 250ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:30.3813718Z","@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-06-09T13:59:30.4212893Z","@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 39ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:30.4387571Z","@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-06-09T13:59:30.4399978Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/microsoft.win32.systemevents/index.json","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:30.4409332Z","@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-06-09T13:59:30.4422142Z","@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-06-09T13:59:30.4434254Z","@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-06-09T13:59:30.4447561Z","@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-06-09T13:59:30.4459206Z","@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-06-09T13:59:30.4470344Z","@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-06-09T13:59:30.4621002Z","@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-06-09T13:59:30.4632495Z","@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-06-09T13:59:30.4645772Z","@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-06-09T13:59:30.4660025Z","@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-06-09T13:59:30.4673168Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/system.drawing.common/index.json","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:30.4683640Z","@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-06-09T13:59:30.4692589Z","@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-06-09T13:59:30.4701862Z","@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-06-09T13:59:30.4712237Z","@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-06-09T13:59:30.4723215Z","@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-06-09T13:59:30.4736259Z","@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-06-09T13:59:30.4751058Z","@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-06-09T13:59:30.4766411Z","@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-06-09T13:59:30.4778796Z","@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-06-09T13:59:30.4790587Z","@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-06-09T13:59:30.4800973Z","@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-06-09T13:59:30.4811661Z","@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-06-09T13:59:30.4822144Z","@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-06-09T13:59:30.4833298Z","@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-06-09T13:59:30.4841582Z","@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-06-09T13:59:30.4851358Z","@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-06-09T13:59:30.4861949Z","@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-06-09T13:59:30.4872698Z","@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-06-09T13:59:30.4883011Z","@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-06-09T13:59:30.4897133Z","@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-06-09T13:59:30.4915984Z","@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-06-09T13:59:30.4930582Z","@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-06-09T13:59:30.6652592Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/microsoft.win32.registry.accesscontrol/index.json 226ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:30.6789516Z","@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-06-09T13:59:30.6901983Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/microsoft.win32.systemevents/index.json 250ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:30.6914982Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.codedom/index.json 250ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:30.6941528Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.componentmodel.composition.registration/index.json 251ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:30.7006123Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.configuration.configurationmanager/index.json 255ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:30.7022911Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/microsoft.win32.systemevents/6.0.0/microsoft.win32.systemevents.6.0.0.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:30.7047117Z","@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-06-09T13:59:30.7058454Z","@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-06-09T13:59:30.7107849Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.componentmodel.composition/index.json 267ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:30.7108070Z","@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-06-09T13:59:30.7210987Z","@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-06-09T13:59:30.7355661Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.data.odbc/index.json 289ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:30.7458794Z","@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-06-09T13:59:30.7524287Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/microsoft.win32.systemevents/6.0.0/microsoft.win32.systemevents.6.0.0.nupkg 50ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:30.7577499Z","@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 78ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:30.7762337Z","@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 65ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:30.7871992Z","@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 81ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:30.7942994Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.codedom/6.0.0/system.codedom.6.0.0.nupkg 89ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:30.7957114Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.diagnostics.performancecounter/index.json 333ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:30.8046490Z","@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 83ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:30.8059452Z","@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-06-09T13:59:30.8061504Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.directoryservices.accountmanagement/index.json 342ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:30.8092206Z","@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-06-09T13:59:30.8092921Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.io.ports/index.json 339ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:30.8105378Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.directoryservices.protocols/index.json 345ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:30.8139121Z","@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-06-09T13:59:30.8147045Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.io.packaging/index.json 346ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:30.8162985Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.data.oledb/index.json 369ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:30.8178982Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.drawing.common/index.json 350ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:30.8186666Z","@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-06-09T13:59:30.8256267Z","@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-06-09T13:59:30.8273477Z","@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-06-09T13:59:30.8292326Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/system.drawing.common/6.0.0/system.drawing.common.6.0.0.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:30.8411396Z","@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 95ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:30.8608919Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.directoryservices/index.json 394ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:30.8633759Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.management/index.json 393ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:30.8706576Z","@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-06-09T13:59:30.8728843Z","@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-06-09T13:59:30.9017974Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.security.accesscontrol/index.json 428ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:30.9018095Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.runtime.caching/index.json 429ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:30.9040627Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.security.cryptography.protecteddata/index.json 427ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:30.9060776Z","@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-06-09T13:59:30.9128682Z","@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-06-09T13:59:30.9138485Z","@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-06-09T13:59:30.9182622Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.reflection.context/index.json 446ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:30.9184490Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.servicemodel.http/index.json 431ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:30.9184715Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.web.services.description/index.json 425ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:30.9186861Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.security.cryptography.xml/index.json 440ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:30.9194346Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.speech/index.json 437ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:30.9210510Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.servicemodel.nettcp/index.json 432ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:30.9219451Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.security.permissions/index.json 442ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:30.9275704Z","@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-06-09T13:59:30.9281136Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.servicemodel.duplex/index.json 441ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:30.9340193Z","@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-06-09T13:59:30.9344296Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.serviceprocess.servicecontroller/index.json 453ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:30.9365550Z","@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-06-09T13:59:30.9370062Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.servicemodel.primitives/index.json 447ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:30.9388218Z","@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-06-09T13:59:30.9392226Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.text.encoding.codepages/index.json 455ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:30.9394480Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.servicemodel.syndication/index.json 459ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:30.9404124Z","@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-06-09T13:59:30.9418205Z","@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-06-09T13:59:30.9423057Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.security.cryptography.pkcs/index.json 467ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:30.9430424Z","@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-06-09T13:59:30.9435902Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.threading.accesscontrol/index.json 459ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:30.9441870Z","@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-06-09T13:59:30.9451986Z","@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-06-09T13:59:30.9463288Z","@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-06-09T13:59:30.9492230Z","@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-06-09T13:59:30.9781122Z","@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-06-09T13:59:30.9782633Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.servicemodel.security/index.json 486ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:30.9793369Z","@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-06-09T13:59:30.9802596Z","@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-06-09T13:59:30.9860331Z","@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-06-09T13:59:31.0663340Z","@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 260ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:31.0928269Z","@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 274ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:31.1332207Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.directoryservices/6.0.0/system.directoryservices.6.0.0.nupkg 262ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:31.1428253Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.data.sqlclient/index.json 657ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:31.1517944Z","@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-06-09T13:59:31.1640604Z","@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 350ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:31.1912591Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.drawing.common/6.0.0/system.drawing.common.6.0.0.nupkg 361ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:31.1950628Z","@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 385ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:31.2882290Z","@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 382ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:31.3184799Z","@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 375ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:31.3413478Z","@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 361ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:31.3740598Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.management/6.0.0/system.management.6.0.0.nupkg 501ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:31.3855289Z","@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 457ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:31.3952904Z","@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 454ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:31.4014432Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.speech/6.0.0/system.speech.6.0.0.nupkg 467ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:31.4081018Z","@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 463ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:31.4208361Z","@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 434ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:31.4234507Z","@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 486ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:31.4302981Z","@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 491ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:31.4403273Z","@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 460ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:31.4431982Z","@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 501ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:31.4522088Z","@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 502ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:31.4522806Z","@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 624ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:31.4522015Z","@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 505ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:31.4606929Z","@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 515ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:31.5126465Z","@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 686ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:31.5216014Z","@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 607ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:31.5911004Z","@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 612ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:31.8303374Z","@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 678ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:32.0093211Z","@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 1096ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:32.4111056Z","@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-06-09T13:59:32.6245531Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.private.servicemodel/index.json 213ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:32.6344261Z","@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-06-09T13:59:32.7881236Z","@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-06-09T13:59:32.8871688Z","@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 252ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:32.9423940Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/system.windows.extensions/index.json","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:33.0172845Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/runtime.native.system.io.ports/index.json 229ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:33.0259419Z","@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-06-09T13:59:33.1530622Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.windows.extensions/index.json 210ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:33.1571824Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/system.windows.extensions/6.0.0/system.windows.extensions.6.0.0.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:33.2379571Z","@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 211ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:33.2522584Z","@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-06-09T13:59:33.2533566Z","@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-06-09T13:59:33.2542221Z","@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-06-09T13:59:33.2552754Z","@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-06-09T13:59:33.2564868Z","@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-06-09T13:59:33.4059154Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.windows.extensions/6.0.0/system.windows.extensions.6.0.0.nupkg 248ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:33.4630840Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/runtime.osx-arm64.runtime.native.system.io.ports/index.json 207ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:33.4644738Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/runtime.linux-x64.runtime.native.system.io.ports/index.json 210ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:33.4645534Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/runtime.osx-x64.runtime.native.system.io.ports/index.json 208ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:33.4726185Z","@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-06-09T13:59:33.4743136Z","@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-06-09T13:59:33.4755512Z","@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-06-09T13:59:33.4966589Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/runtime.linux-arm64.runtime.native.system.io.ports/index.json 243ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:33.5007237Z","@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-06-09T13:59:33.5160813Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/runtime.linux-arm.runtime.native.system.io.ports/index.json 263ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:33.5197770Z","@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-06-09T13:59:33.6434009Z","@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 170ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:33.6794894Z","@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 203ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:33.6926644Z","@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 172ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:33.6932639Z","@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 192ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:33.9607879Z","@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 486ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:34.6523814Z","@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-06-09T13:59:34.8542516Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.formats.asn1/index.json 201ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:34.8639743Z","@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-06-09T13:59:34.9194111Z","@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 55ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:36.2165411Z","@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-06-09T13:59:36.2318693Z","@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-06-09T13:59:36.2331880Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/system.security.principal.windows/index.json","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:36.4193529Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/microsoft.extensions.objectpool/index.json 202ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:36.4281462Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.security.principal.windows/index.json 194ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:36.4296363Z","@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-06-09T13:59:36.4335428Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.reflection.dispatchproxy/index.json 201ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:36.4391483Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/system.security.principal.windows/5.0.0/system.security.principal.windows.5.0.0.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:36.4439375Z","@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-06-09T13:59:36.4822053Z","@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 52ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:36.5058101Z","@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 61ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:36.5320671Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.security.principal.windows/5.0.0/system.security.principal.windows.5.0.0.nupkg 92ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:39.1149836Z","@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-06-09T13:59:39.3163204Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/runtime.native.system.data.sqlclient.sni/index.json 201ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:39.3273315Z","@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-06-09T13:59:39.3510591Z","@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 23ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:39.3635867Z","@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-06-09T13:59:39.3647021Z","@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-06-09T13:59:39.3657973Z","@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-06-09T13:59:39.5610703Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/runtime.win-arm64.runtime.native.system.data.sqlclient.sni/index.json 197ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:39.5631256Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/runtime.win-x86.runtime.native.system.data.sqlclient.sni/index.json 197ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:39.5708578Z","@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-06-09T13:59:39.5721313Z","@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-06-09T13:59:39.5964447Z","@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 24ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:39.6252646Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/runtime.win-x64.runtime.native.system.data.sqlclient.sni/index.json 260ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:39.6289507Z","@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-06-09T13:59:39.6441001Z","@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 73ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:39.6729008Z","@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 43ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:39.7616546Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:39.7659464Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquiring lock for the installation of System.Security.Principal.Windows 5.0.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:39.7668594Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquired lock for the installation of System.Security.Principal.Windows 5.0.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:39.7706733Z","@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-06-09T13:59:39.7714303Z","@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-06-09T13:59:39.7731171Z","@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-06-09T13:59:39.7738292Z","@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-06-09T13:59:39.7758215Z","@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-06-09T13:59:39.7764601Z","@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-06-09T13:59:39.7789144Z","@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-06-09T13:59:39.7797341Z","@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-06-09T13:59:39.7830135Z","@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-06-09T13:59:39.7838234Z","@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-06-09T13:59:39.7868739Z","@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-06-09T13:59:39.7874982Z","@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-06-09T13:59:39.7902930Z","@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-06-09T13:59:39.7934401Z","@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-06-09T13:59:39.7978955Z","@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-06-09T13:59:39.7987391Z","@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-06-09T13:59:39.8017119Z","@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-06-09T13:59:39.8025947Z","@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-06-09T13:59:39.8062638Z","@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-06-09T13:59:39.8069320Z","@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-06-09T13:59:39.8089413Z","@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-06-09T13:59:39.8095105Z","@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-06-09T13:59:39.8122961Z","@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-06-09T13:59:39.8131180Z","@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-06-09T13:59:39.8154094Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquiring lock for the installation of System.Windows.Extensions 6.0.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:39.8166414Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquired lock for the installation of System.Windows.Extensions 6.0.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:39.8195627Z","@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-06-09T13:59:39.8202356Z","@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-06-09T13:59:39.8372763Z","@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-06-09T13:59:39.8382705Z","@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-06-09T13:59:39.8389461Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"PackageSignatureVerificationLog: PackageIdentity: System.Security.Principal.Windows.5.0.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:39.8430607Z","@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-06-09T13:59:39.8482194Z","@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-06-09T13:59:39.8486581Z","@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-06-09T13:59:39.8487664Z","@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-06-09T13:59:39.8490477Z","@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-06-09T13:59:39.8492360Z","@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-06-09T13:59:39.8500138Z","@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-06-09T13:59:39.8543098Z","@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-06-09T13:59:39.8714822Z","@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-06-09T13:59:39.8764725Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"PackageSignatureVerificationLog: PackageIdentity: System.Windows.Extensions.6.0.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:39.8882449Z","@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-06-09T13:59:39.8883009Z","@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-06-09T13:59:39.8902376Z","@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-06-09T13:59:39.8902376Z","@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-06-09T13:59:39.8909065Z","@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-06-09T13:59:39.8910586Z","@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-06-09T13:59:39.9142191Z","@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-06-09T13:59:39.9169026Z","@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-06-09T13:59:39.9177300Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquiring lock for the installation of Microsoft.Win32.SystemEvents 6.0.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:39.9192453Z","@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-06-09T13:59:39.9194807Z","@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-06-09T13:59:39.9200630Z","@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-06-09T13:59:39.9206594Z","@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-06-09T13:59:39.9239956Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquired lock for the installation of Microsoft.Win32.SystemEvents 6.0.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:39.9249293Z","@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-06-09T13:59:39.9287868Z","@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-06-09T13:59:39.9302386Z","@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-06-09T13:59:39.9310326Z","@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-06-09T13:59:39.9339110Z","@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-06-09T13:59:39.9425651Z","@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-06-09T13:59:39.9429883Z","@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-06-09T13:59:39.9435317Z","@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-06-09T13:59:39.9456871Z","@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-06-09T13:59:39.9587333Z","@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-06-09T13:59:39.9606894Z","@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-06-09T13:59:39.9612724Z","@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-06-09T13:59:39.9634136Z","@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-06-09T13:59:39.9637476Z","@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-06-09T13:59:39.9677188Z","@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-06-09T13:59:39.9723204Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"PackageSignatureVerificationLog: PackageIdentity: Microsoft.Win32.SystemEvents.6.0.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:39.9776671Z","@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-06-09T13:59:39.9881505Z","@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-06-09T13:59:39.9906587Z","@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-06-09T13:59:39.9953965Z","@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-06-09T13:59:39.9970431Z","@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-06-09T13:59:40.0148831Z","@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-06-09T13:59:40.0155045Z","@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-06-09T13:59:40.0176698Z","@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-06-09T13:59:40.0287758Z","@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-06-09T13:59:40.0361742Z","@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-06-09T13:59:40.0361871Z","@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-06-09T13:59:40.0386142Z","@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-06-09T13:59:40.0428319Z","@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-06-09T13:59:40.0567213Z","@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-06-09T13:59:40.0571174Z","@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-06-09T13:59:40.0576853Z","@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-06-09T13:59:40.0580616Z","@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-06-09T13:59:40.0696420Z","@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-06-09T13:59:40.0701016Z","@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-06-09T13:59:40.0710875Z","@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-06-09T13:59:40.0742311Z","@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-06-09T13:59:40.0747043Z","@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-06-09T13:59:40.0754525Z","@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-06-09T13:59:40.0950164Z","@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-06-09T13:59:40.1036179Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Installed System.Windows.Extensions 6.0.0 from https://api.nuget.org/v3/index.json with content hash IXoJOXIqc39AIe+CIR7koBtRGMiCt/LPM3lI+PELtDIy9XdyeSrwXFdWV9dzJ2Awl0paLWUaknLxFQ5HpHZUog==.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:40.1042092Z","@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-06-09T13:59:40.1066969Z","@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-06-09T13:59:40.1087981Z","@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-06-09T13:59:40.1110812Z","@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-06-09T13:59:40.1152214Z","@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-06-09T13:59:40.1217952Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquiring lock for the installation of System.Drawing.Common 6.0.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:40.1229837Z","@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-06-09T13:59:40.1239094Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquired lock for the installation of System.Drawing.Common 6.0.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:40.1405996Z","@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-06-09T13:59:40.1410935Z","@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-06-09T13:59:40.1454626Z","@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-06-09T13:59:40.1575790Z","@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-06-09T13:59:40.1582847Z","@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-06-09T13:59:40.1588202Z","@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-06-09T13:59:40.1595741Z","@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-06-09T13:59:40.1813082Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"PackageSignatureVerificationLog: PackageIdentity: System.Drawing.Common.6.0.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:40.2106653Z","@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-06-09T13:59:40.2125347Z","@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-06-09T13:59:40.2139932Z","@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-06-09T13:59:40.2163476Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Installed Microsoft.Win32.SystemEvents 6.0.0 from https://api.nuget.org/v3/index.json with content hash hqTM5628jSsQiv+HGpiq3WKBl2c8v1KZfby2J6Pr7pEPlK9waPdgEO6b8A/+/xn/yZ9ulv8HuqK71ONy2tg67A==.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:40.2183902Z","@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-06-09T13:59:40.2206583Z","@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-06-09T13:59:40.2412397Z","@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-06-09T13:59:40.2419810Z","@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-06-09T13:59:40.2433378Z","@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-06-09T13:59:40.2616573Z","@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-06-09T13:59:40.2620803Z","@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-06-09T13:59:40.2627931Z","@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-06-09T13:59:40.3005531Z","@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-06-09T13:59:40.3009510Z","@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-06-09T13:59:40.3016325Z","@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-06-09T13:59:40.3125538Z","@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-06-09T13:59:40.3129330Z","@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-06-09T13:59:40.3134559Z","@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-06-09T13:59:40.3196841Z","@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-06-09T13:59:40.3201858Z","@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-06-09T13:59:40.3213073Z","@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-06-09T13:59:40.3508306Z","@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-06-09T13:59:40.3510544Z","@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-06-09T13:59:40.3512707Z","@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-06-09T13:59:40.3514130Z","@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-06-09T13:59:40.3516805Z","@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-06-09T13:59:40.3521338Z","@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-06-09T13:59:40.3534495Z","@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-06-09T13:59:40.3535778Z","@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-06-09T13:59:40.3630243Z","@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-06-09T13:59:40.3739636Z","@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-06-09T13:59:40.3746082Z","@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-06-09T13:59:40.3752099Z","@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-06-09T13:59:40.3849981Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Installed System.Security.Principal.Windows 5.0.0 from https://api.nuget.org/v3/index.json with content hash t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:40.3853897Z","@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-06-09T13:59:40.3859691Z","@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-06-09T13:59:40.3903557Z","@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-06-09T13:59:40.4117938Z","@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-06-09T13:59:40.4151638Z","@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-06-09T13:59:40.4188621Z","@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-06-09T13:59:40.4361787Z","@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-06-09T13:59:40.4386489Z","@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-06-09T13:59:40.4419275Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Installed System.Drawing.Common 6.0.0 from https://api.nuget.org/v3/index.json with content hash NfuoKUiP2nUWwKZN6twGqXioIe1zVD0RIj2t976A+czLHr2nY454RwwXs6JU9Htc6mwqL6Dn/nEL3dpVf2jOhg==.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:40.4423920Z","@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-06-09T13:59:40.4431170Z","@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-06-09T13:59:40.5102339Z","@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-06-09T13:59:40.5107359Z","@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-06-09T13:59:40.5114017Z","@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-06-09T13:59:40.5179286Z","@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-06-09T13:59:40.5429964Z","@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-06-09T13:59:40.5446720Z","@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-06-09T13:59:40.5451139Z","@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-06-09T13:59:40.5462394Z","@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-06-09T13:59:40.5680815Z","@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-06-09T13:59:40.5685228Z","@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-06-09T13:59:40.5690945Z","@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-06-09T13:59:40.5961992Z","@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-06-09T13:59:40.6098119Z","@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-06-09T13:59:40.6139550Z","@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-06-09T13:59:40.6154527Z","@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-06-09T13:59:40.6418368Z","@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-06-09T13:59:40.6424758Z","@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-06-09T13:59:40.6427691Z","@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-06-09T13:59:40.6466607Z","@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-06-09T13:59:40.6883963Z","@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-06-09T13:59:40.6897286Z","@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-06-09T13:59:40.6908660Z","@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-06-09T13:59:40.6920191Z","@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-06-09T13:59:40.7019494Z","@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-06-09T13:59:40.7145733Z","@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-06-09T13:59:40.7202333Z","@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-06-09T13:59:40.7237149Z","@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-06-09T13:59:40.7382161Z","@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-06-09T13:59:40.7424330Z","@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-06-09T13:59:40.7450424Z","@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-06-09T13:59:40.7523651Z","@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-06-09T13:59:40.7609461Z","@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-06-09T13:59:40.7683385Z","@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-06-09T13:59:40.7766084Z","@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-06-09T13:59:40.7880016Z","@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-06-09T13:59:40.8422041Z","@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-06-09T13:59:40.8510836Z","@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-06-09T13:59:40.8940727Z","@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-06-09T13:59:40.9182604Z","@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-06-09T13:59:40.9182605Z","@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-06-09T13:59:40.9678573Z","@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-06-09T13:59:40.9759154Z","@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-06-09T13:59:40.9867632Z","@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-06-09T13:59:40.9892266Z","@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-06-09T13:59:41.0110060Z","@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-06-09T13:59:41.0190728Z","@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-06-09T13:59:41.0396762Z","@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-06-09T13:59:41.0553618Z","@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-06-09T13:59:41.2522981Z","@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-06-09T13:59:42.1951634Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:42.1954058Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:42.2080124Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:42.2081258Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\37c655b4-fe16-47cd-9850-3ae1d68b38ae\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:42.2085107Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\37c655b4-fe16-47cd-9850-3ae1d68b38ae\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:42.2086029Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:42.2604963Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:42.4241712Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:42.4243660Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:42.4375518Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:42.4376694Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a41d44a8-2c73-4f69-8aeb-934b2f66fb3f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:42.4380616Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a41d44a8-2c73-4f69-8aeb-934b2f66fb3f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:42.4381570Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:42.4987653Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:42.6356713Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:42.6358136Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:42.6454448Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:42.6455453Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9b73bdcc-1041-4609-9298-2ecf83a1d7d0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:42.6459111Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9b73bdcc-1041-4609-9298-2ecf83a1d7d0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:42.6459817Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:42.6843433Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:42.8132293Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:42.8133843Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:42.8194905Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"MyDotAnalyzer reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T13:59:42.8208845Z","@mt":"Analyzing packages with {AnalyzerName}","@l":"Debug","AnalyzerName":"MyDotAnalyzer reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2022-06-09T13:59:42.8229975Z","@mt":"{Project} is not a VB class library","@l":"Debug","Project":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Openhab.Core.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.VisualBasic.MyDotAnalyzer"} -{"@t":"2022-06-09T13:59:42.8230438Z","@mt":"No package updates needed","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2022-06-09T13:59:42.8238657Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"MyDotAnalyzer reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T13:59:42.8238988Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Newtonsoft.Json reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T13:59:42.8249383Z","@mt":"Analyzing packages with {AnalyzerName}","@l":"Debug","AnalyzerName":"Newtonsoft.Json reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2022-06-09T13:59:42.8310985Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:42.8312896Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5b6e03c4-6559-4143-a2a2-18f1d317e974\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:42.8317712Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5b6e03c4-6559-4143-a2a2-18f1d317e974\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:42.8318750Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:42.8774779Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:43.0190733Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:43.0192103Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:43.0298178Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:43.0299043Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3cdc6af1-c354-465d-9931-9a161a3194f7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:43.0302477Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3cdc6af1-c354-465d-9931-9a161a3194f7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:43.0303358Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:43.0801703Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:43.2259969Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:43.2261866Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:43.2367262Z","@mt":"No package updates needed","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2022-06-09T13:59:43.2379062Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Newtonsoft.Json reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T13:59:43.2379704Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Windows App SDK package analysis","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T13:59:43.2392743Z","@mt":"Analyzing packages with {AnalyzerName}","@l":"Debug","AnalyzerName":"Windows App SDK package analysis","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2022-06-09T13:59:43.2487072Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:43.2488039Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c63fd288-af77-4854-a9b9-3fe09b5773f7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:43.2492793Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c63fd288-af77-4854-a9b9-3fe09b5773f7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:43.2494244Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:43.3045145Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:43.4618426Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:43.4621199Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:43.4764674Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:43.4765840Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\aebb4453-78c6-46df-8dd1-955d69d47963\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:43.4770434Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\aebb4453-78c6-46df-8dd1-955d69d47963\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:43.4771541Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:43.5240744Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:43.6593521Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:43.6594991Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:43.6648888Z","@mt":"NuGet package {NuGetPackage} not found in package cache","@l":"Debug","NuGetPackage":"CommunityToolkit.WinUI.Connectivity, Version=7.1.2","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T13:59:43.6680019Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/communitytoolkit.winui.connectivity/index.json","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T13:59:43.8778987Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/communitytoolkit.winui.connectivity/index.json 209ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T13:59:43.8877691Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/communitytoolkit.winui.connectivity/7.1.2/communitytoolkit.winui.connectivity.7.1.2.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T13:59:44.1083348Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/communitytoolkit.winui.connectivity/7.1.2/communitytoolkit.winui.connectivity.7.1.2.nupkg 220ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T13:59:44.1279237Z","@mt":"Package {NuGetPackage} downloaded from feed {NuGetFeed}","@l":"Debug","NuGetPackage":"CommunityToolkit.WinUI.Connectivity, Version=7.1.2","NuGetFeed":"https://api.nuget.org/v3/index.json","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T13:59:44.1284069Z","@mt":"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}","@l":"Debug","NuGetPackage":"CommunityToolkit.WinUI.Connectivity.7.1.2","TargetFrameworks":["net5.0-windows10.0.18362"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T13:59:44.1287356Z","@mt":"UWP Package not supported. Replacing Microsoft.Toolkit.Uwp.Connectivity v7.1.2 with CommunityToolkit.WinUI.Connectivity v7.1.2","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.UWPtoWinAppSDKUpgrade.WinUIReferenceAnalyzer"} -{"@t":"2022-06-09T13:59:44.1343603Z","@mt":"NuGet package {NuGetPackage} not found in package cache","@l":"Debug","NuGetPackage":"CommunityToolkit.WinUI.Notifications, Version=7.1.2","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T13:59:44.1363285Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/communitytoolkit.winui.notifications/index.json","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T13:59:44.3329641Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/communitytoolkit.winui.notifications/index.json 196ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T13:59:44.3359808Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/communitytoolkit.winui.notifications/7.1.2/communitytoolkit.winui.notifications.7.1.2.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T13:59:44.6797787Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/communitytoolkit.winui.notifications/7.1.2/communitytoolkit.winui.notifications.7.1.2.nupkg 343ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T13:59:44.9898499Z","@mt":"Package {NuGetPackage} downloaded from feed {NuGetFeed}","@l":"Debug","NuGetPackage":"CommunityToolkit.WinUI.Notifications, Version=7.1.2","NuGetFeed":"https://api.nuget.org/v3/index.json","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T13:59:44.9905788Z","@mt":"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}","@l":"Debug","NuGetPackage":"CommunityToolkit.WinUI.Notifications.7.1.2","TargetFrameworks":[".NETCoreApp,Version=v3.1","net5.0","net5.0-windows10.0.18362",".NETFramework,Version=v4.6.1",".NETStandard,Version=v1.4","native,Version=v0.0","UAP,Version=v10.0.10240","UAP,Version=v10.0.16299"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T13:59:44.9907064Z","@mt":"UWP Package not supported. Replacing Microsoft.Toolkit.Uwp.Notifications v7.1.2 with CommunityToolkit.WinUI.Notifications v7.1.2","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.UWPtoWinAppSDKUpgrade.WinUIReferenceAnalyzer"} -{"@t":"2022-06-09T13:59:44.9962327Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Windows App SDK package analysis","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T13:59:44.9962776Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Remove package 'Microsoft.Toolkit.Uwp.Connectivity'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T13:59:44.9976542Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Remove package 'Microsoft.Toolkit.Uwp.Connectivity'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T13:59:44.9977439Z","@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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T13:59:45.0052086Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:45.0052918Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\aafbe72d-9063-460d-983d-37a9c67643ae\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:45.0055946Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\aafbe72d-9063-460d-983d-37a9c67643ae\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:45.0056626Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:45.0452636Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:45.1640511Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:45.1641786Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:45.1747170Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:45.1748255Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\20018722-a848-4fdc-960f-3c55838d85e3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:45.1752477Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\20018722-a848-4fdc-960f-3c55838d85e3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:45.1753527Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:45.2258558Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:45.3737437Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:45.3739440Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:45.3892247Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:45.3893119Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ea5e2290-2291-4221-b362-b6a1b9da0e12\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:45.3895816Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ea5e2290-2291-4221-b362-b6a1b9da0e12\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:45.3896630Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:45.4339884Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:45.5486359Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:45.5487785Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:45.5576346Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:45.5577027Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\38371703-4498-4e2a-ae6f-e22b8e2b36f3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:45.5579959Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\38371703-4498-4e2a-ae6f-e22b8e2b36f3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:45.5580708Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:45.5910742Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:45.6975437Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:45.6976926Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:45.7090837Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:45.7091739Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e353fc1d-a35a-4b01-a6a4-0770fb6661ed\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:45.7094482Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e353fc1d-a35a-4b01-a6a4-0770fb6661ed\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:45.7095094Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:45.7480280Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:45.8558071Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:45.8559363Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:45.8658535Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:45.8659163Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6222ec7e-4d90-4c19-878c-55263eb0e256\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:45.8662695Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6222ec7e-4d90-4c19-878c-55263eb0e256\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:45.8663341Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:45.9005765Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:46.0200897Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:46.0202026Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:46.0302998Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:46.0303832Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c7779692-c2ff-459f-b5d5-af15d4f43f09\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:46.0307274Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c7779692-c2ff-459f-b5d5-af15d4f43f09\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:46.0307983Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:46.0638932Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:46.1755176Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:46.1757483Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:46.1866051Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:46.1867237Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\215a12f0-1f06-4232-8ef3-e8ddc3c02136\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:46.1872365Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\215a12f0-1f06-4232-8ef3-e8ddc3c02136\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:46.1874167Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:46.2204958Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:46.3174402Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:46.3175671Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:46.3278701Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:46.3279816Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\33d917ca-6a1c-4a6d-9dae-43971bdc0fce\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:46.3283578Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\33d917ca-6a1c-4a6d-9dae-43971bdc0fce\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:46.3284135Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:46.3595978Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:46.4723252Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:46.4724462Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:46.4855367Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:46.4856118Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\51e4a903-d9b2-4c7a-a5d4-0ac665891b6e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:46.4858979Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\51e4a903-d9b2-4c7a-a5d4-0ac665891b6e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:46.4859921Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:46.5269575Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:46.6433476Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:46.6434673Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:46.6550364Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:46.6551106Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\37455f43-ee7a-41cc-854c-d0ea608cae02\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:46.6554351Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\37455f43-ee7a-41cc-854c-d0ea608cae02\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:46.6555007Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:46.6895662Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:46.8301688Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:46.8303437Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:46.8446737Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:46.8447600Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b4d83d41-f715-4be1-b96e-bc9c7414bc66\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:46.8450716Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b4d83d41-f715-4be1-b96e-bc9c7414bc66\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:46.8451643Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:46.8785087Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:46.9961676Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:46.9963278Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:47.0118976Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:47.0119891Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\79fb1b9f-114e-44b9-8803-1f5cf2879745\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:47.0123976Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\79fb1b9f-114e-44b9-8803-1f5cf2879745\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:47.0125360Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:47.0587773Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:47.2005498Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:47.2008229Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:47.2118064Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:47.2118892Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4fbdc3ce-67fe-4c49-99cb-0134c9921858\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:47.2122268Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4fbdc3ce-67fe-4c49-99cb-0134c9921858\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:47.2123028Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:47.2480294Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:47.3686588Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:47.3687926Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:47.3803384Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:47.3804585Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\17d49c4f-2ed8-4e63-8570-ccbe305b9d64\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:47.3808700Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\17d49c4f-2ed8-4e63-8570-ccbe305b9d64\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:47.3810197Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:47.4207793Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:47.5382882Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:47.5385746Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:47.5500583Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:47.5501433Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4b8ca09a-8a7d-417b-b56a-2ceab010da0c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:47.5504746Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4b8ca09a-8a7d-417b-b56a-2ceab010da0c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:47.5505627Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:47.5839516Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:47.6982620Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:47.6983917Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:47.7095951Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:47.7096829Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5b0c4acf-7dab-43d4-b551-0eec2df31e6a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:47.7099730Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5b0c4acf-7dab-43d4-b551-0eec2df31e6a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:47.7100448Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:47.7486515Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:47.8598095Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:47.8599986Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:47.8699213Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:47.8700518Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7918b1e8-f5ae-4b25-ad1f-289e711f7ae0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:47.8705274Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7918b1e8-f5ae-4b25-ad1f-289e711f7ae0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:47.8706193Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:47.9130375Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:48.0311121Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:48.0312492Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:48.0410197Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:48.0411094Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\562e2030-2763-47f4-a6c2-cfcd727f2ad7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:48.0414691Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\562e2030-2763-47f4-a6c2-cfcd727f2ad7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:48.0415486Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:48.0803700Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:48.2566817Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:48.2569109Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:48.2717773Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:48.2718614Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d34427f9-5c24-493f-8f55-c598a27e82a8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:48.2722244Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d34427f9-5c24-493f-8f55-c598a27e82a8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:48.2724606Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:48.3358964Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:48.5184247Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:48.5187195Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:48.5315420Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:48.5316916Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5321f829-e1b3-4d18-b809-a9a22053e11e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:48.5322371Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5321f829-e1b3-4d18-b809-a9a22053e11e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:48.5324269Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:48.5783906Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:48.7654042Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:48.7655626Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:48.7781716Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:48.7782548Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\73a7da55-d2ef-4b91-9571-eacdffc7db67\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:48.7785891Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\73a7da55-d2ef-4b91-9571-eacdffc7db67\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:48.7786721Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:48.8315691Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:49.0153000Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:49.0154910Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:49.0285429Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:49.0286580Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2be50274-5e58-4418-8e09-3f88be57c790\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:49.0290806Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2be50274-5e58-4418-8e09-3f88be57c790\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:49.0292474Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:49.0841930Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:49.2351066Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:49.2352437Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:49.2452380Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:49.2453323Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\916de502-c77e-4d10-a52c-65dea3d3b13c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:49.2456329Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\916de502-c77e-4d10-a52c-65dea3d3b13c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:49.2457095Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:49.2884427Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:49.4089096Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:49.4090489Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:49.4190239Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:49.4191030Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1a8d5de5-c890-4399-8812-8afb1387c260\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:49.4193723Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1a8d5de5-c890-4399-8812-8afb1387c260\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:49.4194423Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:49.4514834Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:49.5729475Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:49.5731228Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:49.5873998Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:49.5875059Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c3d7afc5-1334-4bf8-9b85-e6b77a691688\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:49.5877987Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c3d7afc5-1334-4bf8-9b85-e6b77a691688\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:49.5878629Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:49.6257778Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:49.7663631Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:49.7665024Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:49.7830637Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:49.7831683Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\37dc9bbe-81f0-4a00-ba18-60832e239bae\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:49.7840886Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\37dc9bbe-81f0-4a00-ba18-60832e239bae\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:49.7844192Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:49.8452824Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:50.0221592Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:50.0223076Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:50.0322821Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:50.0323708Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9e9f5dfe-d58b-4047-a619-18e1a8a67bbc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:50.0327422Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9e9f5dfe-d58b-4047-a619-18e1a8a67bbc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:50.0328524Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:50.0708291Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:50.2320601Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:50.2322161Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:50.2439573Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:50.2440715Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9b539e2d-55c1-43bb-84cd-9ecefde3de6e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:50.2444191Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9b539e2d-55c1-43bb-84cd-9ecefde3de6e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:50.2445033Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:50.3859343Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:50.5577177Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:50.5579044Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:50.5680962Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:50.5682004Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3c549f36-c6f8-4884-a371-5c62a4fe2bbe\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:50.5685194Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3c549f36-c6f8-4884-a371-5c62a4fe2bbe\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:50.5686141Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:50.6322329Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:50.8618553Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:50.8619969Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:50.8754105Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:50.8755056Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5b3730da-2314-4422-ad35-560dad75b39c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:50.8759250Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5b3730da-2314-4422-ad35-560dad75b39c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:50.8760617Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:50.9168989Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:51.0443717Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:51.0445070Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:51.0581852Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:51.0582748Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\14577cec-2f99-49c6-ab15-7eff84d9daec\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:51.0587150Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\14577cec-2f99-49c6-ab15-7eff84d9daec\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:51.0588166Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:51.0955818Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:51.2153458Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:51.2154827Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:51.2251795Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:51.2252940Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2940f37c-c416-4a18-8ae6-6385f1038039\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:51.2255897Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2940f37c-c416-4a18-8ae6-6385f1038039\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:51.2257576Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:51.2606993Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:51.3872445Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:51.3874594Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:51.4040262Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:51.4041448Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d1e1d044-c4b1-4ef5-854b-f6095625aa78\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:51.4092148Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d1e1d044-c4b1-4ef5-854b-f6095625aa78\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:51.4093221Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:51.4706902Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:51.6682080Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:51.6684013Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:51.6824718Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:51.6825572Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1212cf7a-9982-4b7e-b64c-19deb337ad84\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:51.6828318Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1212cf7a-9982-4b7e-b64c-19deb337ad84\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:51.6829095Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:51.7242387Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:51.8753539Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:51.8754908Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:51.8862994Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:51.8863832Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bf9ff0b7-ac85-48bc-a2d9-42b46e9c42fd\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:51.8866730Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bf9ff0b7-ac85-48bc-a2d9-42b46e9c42fd\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:51.8867434Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:51.9287876Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:52.0383141Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:52.0384778Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:52.0486749Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:52.0487646Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\55685bd1-011e-4dc0-994c-40ac7ff8436c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:52.0491114Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\55685bd1-011e-4dc0-994c-40ac7ff8436c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:52.0491946Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:52.0889218Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:52.2636996Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:52.2639342Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:52.2836149Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:52.2837201Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\46657a2c-3dce-4552-affa-52a2518fb642\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:52.2841828Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\46657a2c-3dce-4552-affa-52a2518fb642\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:52.2842901Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:52.3649171Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:52.5450274Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:52.5452722Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:52.5591934Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:52.5592959Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\21aad079-9e5f-47e4-b7d3-1b5e3b027ff7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:52.5597960Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\21aad079-9e5f-47e4-b7d3-1b5e3b027ff7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:52.5599158Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:52.6270402Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:52.7981925Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:52.7983612Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:52.8092802Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:52.8093542Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9a93a724-4f53-4e74-b93f-bd0134559451\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:52.8096629Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9a93a724-4f53-4e74-b93f-bd0134559451\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:52.8097306Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:52.8547056Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:52.9817473Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:52.9819021Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:52.9953951Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:52.9955331Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e16ef7bb-a32f-400b-b6d6-dad4ecb01fef\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:52.9959323Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e16ef7bb-a32f-400b-b6d6-dad4ecb01fef\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:52.9960217Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:53.0374410Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:53.1458758Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:53.1460184Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:53.1540469Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:53.1541239Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\07a31999-4f7f-4e72-96c6-826d38ddba20\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:53.1544047Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\07a31999-4f7f-4e72-96c6-826d38ddba20\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:53.1544788Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:53.1904829Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:53.3239265Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:53.3241602Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:53.3383425Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:53.3384502Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0c3768ac-ab9b-4a44-9be9-e0c4de536dff\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:53.3389749Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0c3768ac-ab9b-4a44-9be9-e0c4de536dff\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:53.3390761Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:53.3815555Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:53.5078793Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:53.5080535Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:53.5235929Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:53.5237693Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2d441d99-7fe3-497f-ab04-f708af2e70a2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:53.5241750Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2d441d99-7fe3-497f-ab04-f708af2e70a2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:53.5242512Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:53.5735142Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:53.7111791Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:53.7113467Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:53.7233587Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:53.7234505Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\161d4bfb-608d-4462-aec6-30b5fd29cdb3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:53.7237480Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\161d4bfb-608d-4462-aec6-30b5fd29cdb3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:53.7238132Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:53.8046532Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:53.9391663Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:53.9393752Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:53.9491828Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:53.9492623Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2f2566df-6253-42fb-a5b3-00f225cea48f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:53.9495781Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2f2566df-6253-42fb-a5b3-00f225cea48f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:53.9496479Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:53.9836416Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:54.1034608Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:54.1036570Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:54.1182339Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:54.1184160Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3047f4a9-36e1-4b0e-9480-668631332bcf\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:54.1189058Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3047f4a9-36e1-4b0e-9480-668631332bcf\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:54.1190059Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:54.1589780Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:54.2771533Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:54.2773793Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:54.2880987Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:54.2882402Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f31cae13-f573-4d2b-b530-25ebddd9cc0e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:54.2886293Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f31cae13-f573-4d2b-b530-25ebddd9cc0e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:54.2887020Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:54.3302840Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:54.4765292Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:54.4767421Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:54.4892878Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:54.4893919Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\073430cb-692a-428a-bd2a-3691ad4fe744\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:54.4897891Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\073430cb-692a-428a-bd2a-3691ad4fe744\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:54.4898707Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:54.5454090Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:54.6941007Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:54.6942392Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:54.7086329Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:54.7087434Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8c4fc84b-970d-4d06-89bb-d516d83f3d37\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:54.7092405Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8c4fc84b-970d-4d06-89bb-d516d83f3d37\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:54.7093631Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:54.7603677Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:54.9086004Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:54.9087776Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:54.9190473Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:54.9191294Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\225e57a5-5bf9-4dad-b9ac-03c346b3f6d7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:54.9195198Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\225e57a5-5bf9-4dad-b9ac-03c346b3f6d7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:54.9195910Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:54.9537245Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:55.0566531Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:55.0568025Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:55.0661765Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:55.0662582Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\78530993-35ad-4a16-a223-d53732516941\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:55.0665505Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\78530993-35ad-4a16-a223-d53732516941\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:55.0666452Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:55.0988248Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:55.2133243Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:55.2134466Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:55.2257911Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:55.2259239Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5e88219e-4c40-41d6-9d06-a82106a560d9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:55.2263716Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5e88219e-4c40-41d6-9d06-a82106a560d9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:55.2265364Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:55.2564154Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:55.3733661Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:55.3734863Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:55.3830190Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:55.3831241Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d0cec529-7339-4342-b375-e8f82eeaf25e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:55.3837599Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d0cec529-7339-4342-b375-e8f82eeaf25e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:55.3838349Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:55.4181641Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:55.5393941Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:55.5395356Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:55.5512218Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:55.5513215Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ed79e029-0bd5-4c09-bd46-f4aff63f620d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:55.5516749Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ed79e029-0bd5-4c09-bd46-f4aff63f620d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:55.5517741Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:55.5915785Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:55.7725210Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:55.7727614Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:55.7870715Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:55.7872107Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d96a3878-5c5b-4a20-a378-fcac8ae80ae5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:55.7876764Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d96a3878-5c5b-4a20-a378-fcac8ae80ae5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:55.7877433Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:55.8227672Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:55.9352887Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:55.9354362Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T13:59:55.9439590Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Remove package 'Microsoft.Toolkit.Uwp.Connectivity'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2022-06-09T13:59:55.9453521Z","@mt":"Removing outdated package reference: {PackageReference}","PackageReference":"Microsoft.Toolkit.Uwp.Connectivity, Version=7.1.2","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"} -{"@t":"2022-06-09T13:59:55.9467171Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Remove package 'Microsoft.Toolkit.Uwp.Connectivity'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2022-06-09T14:00:07.5356329Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:07.5357492Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9bc51d41-150e-48fd-bbeb-e1b34d88a92e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:07.5361436Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9bc51d41-150e-48fd-bbeb-e1b34d88a92e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:07.5362145Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:07.5766938Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:07.7090541Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:07.7091819Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:07.7201310Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:07.7202121Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ff32bc76-3f08-4cf9-a847-e50479f7c741\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:07.7206067Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ff32bc76-3f08-4cf9-a847-e50479f7c741\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:07.7207218Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:07.7635398Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:07.9082490Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:07.9084432Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:07.9218609Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:07.9219629Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\15ffed42-c420-431f-8220-900b098d6719\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:07.9223584Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\15ffed42-c420-431f-8220-900b098d6719\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:07.9224589Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:07.9641013Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:08.1041584Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:08.1043833Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:08.1164522Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:08.1165216Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\968e5375-3849-4406-aa00-4b1c404903f5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:08.1168953Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\968e5375-3849-4406-aa00-4b1c404903f5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:08.1169639Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:08.1596291Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:08.2929128Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:08.2930578Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:08.2987274Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Remove package 'Microsoft.Toolkit.Uwp.Notifications'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:00:08.3019326Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Remove package 'Microsoft.Toolkit.Uwp.Notifications'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:00:08.3020079Z","@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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:00:08.3092957Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:08.3094120Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6955a0d6-ae8c-427a-bdbe-716a0c8a46bd\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:08.3099304Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6955a0d6-ae8c-427a-bdbe-716a0c8a46bd\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:08.3100181Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:08.3564104Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:08.4927674Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:08.4929090Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:08.5044915Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:08.5045896Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\76719ef9-376c-42b9-ba21-106e3c0c5faa\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:08.5050074Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\76719ef9-376c-42b9-ba21-106e3c0c5faa\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:08.5050761Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:08.5445482Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:08.6605358Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:08.6606697Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:08.6833047Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:08.6833962Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c8e43490-4a77-40cf-b9d5-b3fe3a9fb474\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:08.6837075Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c8e43490-4a77-40cf-b9d5-b3fe3a9fb474\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:08.6837788Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:08.7241496Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:08.8497240Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:08.8499594Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:08.8621684Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:08.8622395Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\13764557-68f6-4a05-aa3d-1bac59c5b1e3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:08.8625649Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\13764557-68f6-4a05-aa3d-1bac59c5b1e3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:08.8626239Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:08.9022903Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:09.0201379Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:09.0202950Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:09.0331003Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:09.0331691Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f127cd85-3cf7-4e89-9349-72511dab94a3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:09.0334733Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f127cd85-3cf7-4e89-9349-72511dab94a3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:09.0335488Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:09.0751822Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:09.1993770Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:09.1995224Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:09.2109840Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:09.2110732Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3d93253d-9de5-42de-938e-4d53141a9b90\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:09.2114218Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3d93253d-9de5-42de-938e-4d53141a9b90\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:09.2115051Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:09.2521515Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:09.3900044Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:09.3901438Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:09.4003865Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:09.4004830Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9658aef3-3300-49de-8a28-1d453e690015\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:09.4012787Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9658aef3-3300-49de-8a28-1d453e690015\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:09.4015095Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:09.4498144Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:09.5720864Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:09.5722127Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:09.5842786Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:09.5843517Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\793c1abd-515c-4806-922c-f8cd8db24371\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:09.5847678Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\793c1abd-515c-4806-922c-f8cd8db24371\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:09.5848538Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:09.6198256Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:09.7403920Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:09.7405292Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:09.7508591Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:09.7509265Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2c04783e-e3af-4e81-97b0-1a70ffc8e4ce\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:09.7512211Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2c04783e-e3af-4e81-97b0-1a70ffc8e4ce\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:09.7512845Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:09.7901441Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:09.9082288Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:09.9083518Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:09.9186606Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:09.9187876Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\de28baef-ed92-4899-9548-d07038699c1e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:09.9192396Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\de28baef-ed92-4899-9548-d07038699c1e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:09.9193873Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:09.9543443Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:10.0711775Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:10.0713045Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:10.0818899Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:10.0820256Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\03eb3967-5f32-4ca7-80e7-b7c3832553c6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:10.0823072Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\03eb3967-5f32-4ca7-80e7-b7c3832553c6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:10.0823698Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:10.1139030Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:10.2483408Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:10.2484843Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:10.2589168Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:10.2589938Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\312f7817-9d4e-4cbe-9208-77423c7caea3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:10.2593269Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\312f7817-9d4e-4cbe-9208-77423c7caea3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:10.2594846Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:10.3000023Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:10.4255511Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:10.4257049Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:10.4368690Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:10.4369530Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6d32a5a6-6bb3-43bc-939a-04534d5d8b13\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:10.4372647Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6d32a5a6-6bb3-43bc-939a-04534d5d8b13\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:10.4373406Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:10.4772119Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:10.6054021Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:10.6056733Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:10.6175188Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:10.6175865Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4480563e-9394-49df-8a4b-290a959bda4a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:10.6179419Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4480563e-9394-49df-8a4b-290a959bda4a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:10.6180175Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:10.6609104Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:10.7708484Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:10.7710988Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:10.7812092Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:10.7812869Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ffa16043-32ba-4797-a538-8959847c4851\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:10.7816439Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ffa16043-32ba-4797-a538-8959847c4851\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:10.7817228Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:10.8155990Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:10.9292373Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:10.9293710Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:10.9410799Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:10.9411491Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cfb82701-2f9e-4cd0-a3a3-c2010d7e98a3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:10.9415100Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cfb82701-2f9e-4cd0-a3a3-c2010d7e98a3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:10.9415739Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:10.9753330Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:11.0795519Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:11.0796892Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:11.0915500Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:11.0916794Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\52a10e9c-1152-44f5-9416-48cff10d6ecf\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:11.0920700Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\52a10e9c-1152-44f5-9416-48cff10d6ecf\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:11.0921606Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:11.1682011Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:11.2780547Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:11.2782159Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:11.2914675Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:11.2915462Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d554bc8c-d711-447e-99c8-ad49feef5116\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:11.2918815Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d554bc8c-d711-447e-99c8-ad49feef5116\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:11.2919390Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:11.3261249Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:11.4523441Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:11.4524632Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:11.4649873Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:11.4650743Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b1fdfc3f-d2d9-465e-bc03-10e86a2002ed\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:11.4654085Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b1fdfc3f-d2d9-465e-bc03-10e86a2002ed\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:11.4654697Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:11.5229979Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:11.6672227Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:11.6673609Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:11.6814617Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:11.6815730Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\89197b78-d5e6-4593-99b7-ac68326ea526\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:11.6818893Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\89197b78-d5e6-4593-99b7-ac68326ea526\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:11.6819658Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:11.7159338Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:11.8286284Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:11.8287422Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:11.8410559Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:11.8411970Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d4b7c462-69aa-4191-aa9f-1fa277845df7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:11.8415027Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d4b7c462-69aa-4191-aa9f-1fa277845df7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:11.8415584Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:11.8760044Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:11.9739483Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:11.9740731Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:11.9834182Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:11.9834976Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\473fd108-37e5-4a05-978a-c370c36ea90c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:11.9839240Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\473fd108-37e5-4a05-978a-c370c36ea90c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:11.9840017Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:12.0200372Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:12.1398504Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:12.1400262Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:12.1522486Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:12.1523509Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fa888333-0787-45d6-adbb-b0c7ebc7f9bd\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:12.1527992Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fa888333-0787-45d6-adbb-b0c7ebc7f9bd\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:12.1528513Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:12.1892229Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:12.3028110Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:12.3029320Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:12.3131655Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:12.3132424Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bd27d913-92e0-4df1-aef4-b0727a0ed263\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:12.3136074Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bd27d913-92e0-4df1-aef4-b0727a0ed263\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:12.3136750Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:12.3485822Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:12.4577543Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:12.4578775Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:12.4707713Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:12.4708801Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a7797c07-ec19-4605-a3c2-52d2fdc25538\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:12.4712438Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a7797c07-ec19-4605-a3c2-52d2fdc25538\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:12.4713550Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:12.5112479Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:12.6346346Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:12.6348739Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:12.6462548Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:12.6463784Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0e842a05-9788-4c2a-88d9-1bf8e9c208bf\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:12.6468592Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0e842a05-9788-4c2a-88d9-1bf8e9c208bf\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:12.6469552Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:12.6848247Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:12.7861301Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:12.7863484Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:12.8017452Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:12.8018468Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e0f2483f-e9db-4f7d-aca7-32387bf95d31\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:12.8021887Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e0f2483f-e9db-4f7d-aca7-32387bf95d31\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:12.8022438Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:12.8393074Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:12.9528191Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:12.9529492Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:12.9624175Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:12.9625340Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\18480b91-5eb7-4410-b808-649a5a3d96d4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:12.9628412Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\18480b91-5eb7-4410-b808-649a5a3d96d4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:12.9629125Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:13.0036136Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:13.1085508Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:13.1086623Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:13.1199275Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:13.1200190Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ce4fc9bd-c0e9-4217-ac2e-912c450dc58e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:13.1203401Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ce4fc9bd-c0e9-4217-ac2e-912c450dc58e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:13.1204399Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:13.1544904Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:13.2649953Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:13.2651310Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:13.2743871Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:13.2744637Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4fa497b0-e0c6-4129-ab25-a9a2ad07a877\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:13.2748391Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4fa497b0-e0c6-4129-ab25-a9a2ad07a877\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:13.2749112Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:13.3083005Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:13.4060696Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:13.4062049Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:13.4191459Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:13.4192685Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\88dd22aa-3ed7-4270-ab23-00128a2efe22\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:13.4196413Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\88dd22aa-3ed7-4270-ab23-00128a2efe22\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:13.4197050Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:13.4576148Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:13.5795981Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:13.5797915Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:13.5908704Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:13.5910064Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1464e4c5-9b63-4391-94d8-d339d58887d0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:13.5913306Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1464e4c5-9b63-4391-94d8-d339d58887d0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:13.5913880Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:13.6283693Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:13.7352389Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:13.7355105Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:13.7457386Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:13.7458181Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\32abf0bd-d55f-48b9-be92-5e546a9c07f2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:13.7461239Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\32abf0bd-d55f-48b9-be92-5e546a9c07f2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:13.7461864Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:13.7777054Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:13.9188740Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:13.9189997Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:13.9339855Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:13.9341093Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4b4061bf-400a-474a-85e9-b56e6094d127\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:13.9343977Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4b4061bf-400a-474a-85e9-b56e6094d127\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:13.9344786Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:13.9686634Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:14.0734224Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:14.0735441Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:14.0833198Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:14.0834311Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e787ae7f-9012-4411-8f93-58d808714045\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:14.0837352Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e787ae7f-9012-4411-8f93-58d808714045\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:14.0838054Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:14.1221124Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:14.2205731Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:14.2207135Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:14.2297670Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:14.2298388Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5892c235-b719-437d-ab10-3e30d06b1282\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:14.2301797Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5892c235-b719-437d-ab10-3e30d06b1282\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:14.2302404Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:14.2635414Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:14.3733720Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:14.3735009Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:14.3829478Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:14.3830399Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c762c742-7da8-4366-9ca4-cc2beba61b4a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:14.3849419Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c762c742-7da8-4366-9ca4-cc2beba61b4a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:14.3850872Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:14.4216011Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:14.5365967Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:14.5367164Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:14.5494945Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:14.5495810Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9d38459c-7b4f-49d1-83e9-a8955674a6a0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:14.5498621Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9d38459c-7b4f-49d1-83e9-a8955674a6a0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:14.5499245Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:14.5844849Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:14.6994291Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:14.6995512Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:14.7109089Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:14.7110066Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\eec1d90f-bd81-4dcc-af05-30cda330f7f7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:14.7113816Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\eec1d90f-bd81-4dcc-af05-30cda330f7f7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:14.7114400Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:14.7429494Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:14.8502645Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:14.8503865Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:14.8601367Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:14.8602095Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5faa0ac4-9900-42e6-a48e-1c5d4a0a8710\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:14.8605389Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5faa0ac4-9900-42e6-a48e-1c5d4a0a8710\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:14.8605935Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:14.8951956Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:14.9966369Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:14.9967605Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:15.0086120Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:15.0087373Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ce0940a5-2b08-40de-af3b-90b6b880d08f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:15.0090802Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ce0940a5-2b08-40de-af3b-90b6b880d08f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:15.0091352Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:15.0436219Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:15.1505125Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:15.1506443Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:15.1629454Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:15.1630161Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\12ded42a-5f37-4dd3-9356-1a3279f7c0fb\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:15.1634444Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\12ded42a-5f37-4dd3-9356-1a3279f7c0fb\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:15.1635041Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:15.1945364Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:15.2947875Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:15.2949096Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:15.3069567Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:15.3070466Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fc01a521-c150-4af9-9a61-229ae158ae01\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:15.3074184Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fc01a521-c150-4af9-9a61-229ae158ae01\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:15.3074728Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:15.3395349Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:15.4439555Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:15.4441933Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:15.4553966Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:15.4555653Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ab01a7ca-dd48-4b3d-999c-3424957ccb60\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:15.4560579Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ab01a7ca-dd48-4b3d-999c-3424957ccb60\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:15.4561508Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:15.4979337Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:15.6093058Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:15.6094328Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:15.6202816Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:15.6203917Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1feba9a8-67db-4d84-a231-abe5a8918601\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:15.6206819Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1feba9a8-67db-4d84-a231-abe5a8918601\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:15.6207387Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:15.6594573Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:15.7702074Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:15.7704554Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:15.7811478Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:15.7812220Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2c951dbd-a878-4396-a611-a7e5264d6f53\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:15.7815911Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2c951dbd-a878-4396-a611-a7e5264d6f53\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:15.7816481Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:15.8177533Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:15.9326325Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:15.9328081Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:15.9442448Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:15.9444171Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0f41819f-8b4a-4219-b390-7c5fc7b389e2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:15.9447908Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0f41819f-8b4a-4219-b390-7c5fc7b389e2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:15.9448649Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:15.9808032Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:16.0852572Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:16.0853649Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:16.0955844Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:16.0956831Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f23c2c4c-85ca-47bc-bf79-4d87871c7665\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:16.0963862Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f23c2c4c-85ca-47bc-bf79-4d87871c7665\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:16.0965028Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:16.1293653Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:16.2399073Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:16.2401201Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:16.2516860Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:16.2517864Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7ae13e07-e6ba-43e3-834d-65b334279521\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:16.2521408Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7ae13e07-e6ba-43e3-834d-65b334279521\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:16.2521978Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:16.2818023Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:16.4103211Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:16.4104887Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:16.4276983Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:16.4277790Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\866bf247-0063-48cf-90fa-fabb4545f6d1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:16.4281013Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\866bf247-0063-48cf-90fa-fabb4545f6d1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:16.4281800Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:16.4729771Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:16.5803244Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:16.5804661Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:16.5910840Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:16.5911654Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7de7860f-a034-4f15-8ac0-c205c1b577a3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:16.5915399Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7de7860f-a034-4f15-8ac0-c205c1b577a3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:16.5916080Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:16.6277760Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:16.7349490Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:16.7351556Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:16.7446321Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:16.7446928Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4dc795a5-d19d-44fa-87bb-2c4f3ac3314e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:16.7449716Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4dc795a5-d19d-44fa-87bb-2c4f3ac3314e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:16.7450311Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:16.7833528Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:16.9042989Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:16.9044853Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:16.9153711Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:16.9155155Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e8b4d562-2e8c-4e5e-ba64-fee9d1fce696\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:16.9158317Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e8b4d562-2e8c-4e5e-ba64-fee9d1fce696\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:16.9159022Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:16.9513658Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:17.0626028Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:17.0628646Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:17.0729170Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:17.0729893Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a765147f-2845-48e2-a194-ef76196c4256\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:17.0733376Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a765147f-2845-48e2-a194-ef76196c4256\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:17.0733937Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:17.1079183Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:17.2112932Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:17.2114413Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:17.2226445Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:17.2227337Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8afb2a43-9b27-4480-b632-fc60725a6b43\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:17.2230610Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8afb2a43-9b27-4480-b632-fc60725a6b43\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:17.2231240Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:17.2563069Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:17.3651188Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:17.3652521Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:17.3756612Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:17.3757485Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\90345b4f-a54f-456e-b381-8fb4c02c2d22\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:17.3760939Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\90345b4f-a54f-456e-b381-8fb4c02c2d22\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:17.3761623Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:17.4096799Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:17.5204776Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:17.5205980Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:21.3616931Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Remove package 'Microsoft.Toolkit.Uwp.Notifications'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2022-06-09T14:00:21.3629477Z","@mt":"Removing outdated package reference: {PackageReference}","PackageReference":"Microsoft.Toolkit.Uwp.Notifications, Version=7.1.2","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"} -{"@t":"2022-06-09T14:00:21.3637915Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Remove package 'Microsoft.Toolkit.Uwp.Notifications'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2022-06-09T14:00:23.2390938Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:23.2392033Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9bb2df0f-8c6c-45b2-bbef-7fb6c815a480\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:23.2395978Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9bb2df0f-8c6c-45b2-bbef-7fb6c815a480\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:23.2397057Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:23.2855462Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:23.4261463Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:23.4262674Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:23.4366356Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:23.4367594Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3f105a03-2b0e-4706-b3f2-f8984dac49ec\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:23.4371715Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3f105a03-2b0e-4706-b3f2-f8984dac49ec\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:23.4372374Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:23.4703388Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:23.6061808Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:23.6063193Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:23.6194073Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:23.6194941Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0bb5bbc0-7d3a-4dae-979a-4a09f1b63207\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:23.6200376Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0bb5bbc0-7d3a-4dae-979a-4a09f1b63207\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:23.6201374Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:23.6623680Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:23.7848135Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:23.7849762Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:23.7945853Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:23.7946696Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6ee0c740-55e8-40f4-8868-5b4d9ff11d2f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:23.7949783Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6ee0c740-55e8-40f4-8868-5b4d9ff11d2f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:23.7950502Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:23.8403142Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:23.9857071Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:23.9858727Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:23.9916535Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Add package 'CommunityToolkit.WinUI.Connectivity'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:00:23.9938011Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Add package 'CommunityToolkit.WinUI.Connectivity'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:00:23.9938784Z","@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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:00:24.0011554Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:24.0012513Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\556b72a6-40cd-4bd8-acd0-8f2cda1acd45\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:24.0017592Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\556b72a6-40cd-4bd8-acd0-8f2cda1acd45\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:24.0019329Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:24.0435228Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:24.1386796Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:24.1388082Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:24.1476755Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:24.1477332Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f471e4b2-bb7c-4d41-bff6-fb29b1e51a83\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:24.1481752Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f471e4b2-bb7c-4d41-bff6-fb29b1e51a83\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:24.1482534Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:24.1883595Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:24.2942979Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:24.2944152Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:24.3156156Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:24.3157317Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6eecd9a5-323a-4b91-8bce-ad66e4e6c04a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:24.3161135Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6eecd9a5-323a-4b91-8bce-ad66e4e6c04a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:24.3162040Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:24.3523860Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:24.4947417Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:24.4948499Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:24.5088359Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:24.5090181Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\70c69f83-ead6-4c15-86a0-2c01185503cd\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:24.5093968Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\70c69f83-ead6-4c15-86a0-2c01185503cd\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:24.5094538Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:24.5451442Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:24.6746225Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:24.6749212Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:24.6896731Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:24.6897655Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\01e1f93a-02c3-45e0-905d-832cd3ebbdab\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:24.6901800Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\01e1f93a-02c3-45e0-905d-832cd3ebbdab\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:24.6902792Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:24.7254086Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:24.8248401Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:24.8249747Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:24.8355568Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:24.8356285Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\536afddb-ef8d-4d4d-911e-c19fcc0a225b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:24.8359778Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\536afddb-ef8d-4d4d-911e-c19fcc0a225b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:24.8360734Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:24.8801929Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:25.0095113Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:25.0096533Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:25.0222455Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:25.0223509Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4a9c4fac-ef21-4666-a9de-bfc9774db31d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:25.0227405Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4a9c4fac-ef21-4666-a9de-bfc9774db31d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:25.0228602Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:25.0592063Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:25.1659119Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:25.1660348Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:25.1760154Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:25.1760756Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e6bea8e2-81c7-43df-80eb-a075bd9086f9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:25.1764722Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e6bea8e2-81c7-43df-80eb-a075bd9086f9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:25.1765591Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:25.2113237Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:25.3257018Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:25.3258219Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:25.3357758Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:25.3358825Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\92d430b0-db3f-448f-82d6-539b25352808\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:25.3361671Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\92d430b0-db3f-448f-82d6-539b25352808\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:25.3362344Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:25.3682115Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:25.4806081Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:25.4807106Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:25.4912719Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:25.4913446Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6db75215-f3d7-45d5-8c6e-5ea1156746ba\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:25.4919289Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6db75215-f3d7-45d5-8c6e-5ea1156746ba\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:25.4920201Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:25.5288259Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:25.6343781Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:25.6345090Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:25.6474310Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:25.6475509Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c71734f0-fc7a-488a-8c09-0d21f23c365d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:25.6481456Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c71734f0-fc7a-488a-8c09-0d21f23c365d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:25.6482157Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:25.6918150Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:25.8242861Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:25.8244343Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:25.8338780Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:25.8339546Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0783c5f4-dea3-49da-a28e-bec11571cd79\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:25.8342621Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0783c5f4-dea3-49da-a28e-bec11571cd79\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:25.8343339Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:25.8807348Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:25.9908997Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:25.9910300Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:26.0016300Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:26.0017642Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\35d8c91d-547b-4ee2-bff9-d17b540b9ffb\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:26.0020828Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\35d8c91d-547b-4ee2-bff9-d17b540b9ffb\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:26.0021384Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:26.0371347Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:26.1430804Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:26.1432072Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:26.1528305Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:26.1529072Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8101c2ce-a5d5-47e3-b0fd-98c7842f0b8e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:26.1532468Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8101c2ce-a5d5-47e3-b0fd-98c7842f0b8e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:26.1533019Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:26.1887476Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:26.2979348Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:26.2981108Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:26.3100080Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:26.3101018Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e06dbdc5-6e88-49b7-b6bb-901d0bd35460\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:26.3104814Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e06dbdc5-6e88-49b7-b6bb-901d0bd35460\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:26.3105573Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:26.3461805Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:26.4566446Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:26.4567755Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:26.4676812Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:26.4677998Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ac3faf45-9320-4ead-b92b-49ec4c62bcb4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:26.4680868Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ac3faf45-9320-4ead-b92b-49ec4c62bcb4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:26.4681566Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:26.5039149Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:26.6239416Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:26.6240906Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:26.6369959Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:26.6371426Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\84804537-b1e0-41f0-ab6b-57be706682f3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:26.6374583Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\84804537-b1e0-41f0-ab6b-57be706682f3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:26.6375747Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:26.6761490Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:26.8031815Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:26.8033050Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:26.8143023Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:26.8143719Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4b5c0ae5-78c0-4187-b7ab-08d1fefd580b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:26.8147857Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4b5c0ae5-78c0-4187-b7ab-08d1fefd580b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:26.8148516Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:26.8535310Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:26.9819043Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:26.9820397Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:26.9953050Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:26.9954162Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9fe87605-87e9-42c4-8780-a3333005ebfb\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:26.9957424Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9fe87605-87e9-42c4-8780-a3333005ebfb\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:26.9958266Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:27.0326387Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:27.1723228Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:27.1724647Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:27.1824235Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:27.1825496Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4e0e4a8a-c586-4d31-a561-b0d01f6d6e23\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:27.1828745Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4e0e4a8a-c586-4d31-a561-b0d01f6d6e23\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:27.1829819Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:27.2141791Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:27.3115319Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:27.3116922Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:27.3245278Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:27.3246845Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0f4b46d4-b6b9-459f-9504-c50c2af7c247\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:27.3250544Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0f4b46d4-b6b9-459f-9504-c50c2af7c247\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:27.3251107Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:27.3612244Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:27.4754793Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:27.4756126Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:27.4854981Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:27.4855690Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\38d112ea-329b-4a05-b4e3-cbef4f42274e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:27.4859528Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\38d112ea-329b-4a05-b4e3-cbef4f42274e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:27.4860166Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:27.5245289Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:27.6352707Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:27.6353996Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:27.6467185Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:27.6468081Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f8998e68-e23e-4f2e-87a0-ecc9c3d60deb\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:27.6471347Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f8998e68-e23e-4f2e-87a0-ecc9c3d60deb\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:27.6472085Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:27.6833554Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:27.7895303Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:27.7896537Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:27.7987613Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:27.7988835Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a4d0a07b-2033-4b7a-a892-00ae5d768b5d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:27.7992273Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a4d0a07b-2033-4b7a-a892-00ae5d768b5d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:27.7992907Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:27.8311505Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:27.9465501Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:27.9466715Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:27.9575816Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:27.9577298Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3b1b0e5f-f53f-45ff-9dc0-06f72a98b81c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:27.9580512Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3b1b0e5f-f53f-45ff-9dc0-06f72a98b81c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:27.9581364Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:27.9968313Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:28.1075848Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:28.1077138Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:28.1181265Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:28.1181915Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4fec90a8-e00d-4070-9111-d2b967ae21e2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:28.1184904Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4fec90a8-e00d-4070-9111-d2b967ae21e2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:28.1185545Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:28.1527083Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:28.2703794Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:28.2705019Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:28.2843480Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:28.2844483Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\144aa574-2578-4511-a373-2dc72b62b797\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:28.2849919Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\144aa574-2578-4511-a373-2dc72b62b797\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:28.2851629Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:28.3208700Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:28.4292607Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:28.4293879Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:28.4381779Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:28.4382976Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\93eea28c-d531-4ecd-bd04-121c5bed47b3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:28.4386515Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\93eea28c-d531-4ecd-bd04-121c5bed47b3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:28.4387139Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:28.4696457Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:28.5828675Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:28.5830028Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:28.5951550Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:28.5952573Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dacf9992-e33b-4dd4-b389-9a57b9b4885e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:28.5956209Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dacf9992-e33b-4dd4-b389-9a57b9b4885e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:28.5956776Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:28.6307683Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:28.7485589Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:28.7488230Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:28.7575807Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:28.7576589Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\20d70c30-92bd-4a21-a659-d6b7fa2a3399\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:28.7579669Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\20d70c30-92bd-4a21-a659-d6b7fa2a3399\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:28.7580231Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:28.7901483Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:28.9015054Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:28.9016322Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:28.9123922Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:28.9125116Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2f27ab89-645c-4228-8c5d-ea279b7fc10c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:28.9128523Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2f27ab89-645c-4228-8c5d-ea279b7fc10c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:28.9129291Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:28.9500193Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:29.0767166Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:29.0768356Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:29.0901515Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:29.0903883Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c3c759a4-f03f-4e8f-885b-ce3ec4215ebf\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:29.0907761Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c3c759a4-f03f-4e8f-885b-ce3ec4215ebf\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:29.0908384Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:29.1272089Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:29.2462902Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:29.2464276Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:29.2574427Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:29.2575274Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d83d809d-d33b-42d0-89f9-e3f4d272afc6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:29.2578398Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d83d809d-d33b-42d0-89f9-e3f4d272afc6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:29.2579004Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:29.2908380Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:29.3929689Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:29.3930983Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:29.4029350Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:29.4030104Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d44764ce-66d4-4d09-8321-4098604fff07\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:29.4033546Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d44764ce-66d4-4d09-8321-4098604fff07\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:29.4034391Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:29.4399063Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:29.5517125Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:29.5518507Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:29.5635886Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:29.5636827Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6a645644-55dc-4fc7-a323-cd6ab50dc78e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:29.5640577Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6a645644-55dc-4fc7-a323-cd6ab50dc78e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:29.5641268Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:29.5967237Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:29.7007328Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:29.7008481Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:29.7102185Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:29.7104623Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2e440167-ad35-4645-b662-6e74f1e3dfe2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:29.7108074Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2e440167-ad35-4645-b662-6e74f1e3dfe2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:29.7109111Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:29.7454445Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:29.8603711Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:29.8605004Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:29.8703942Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:29.8704811Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5be3dc83-294f-4789-b41c-88a8b01255de\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:29.8708075Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5be3dc83-294f-4789-b41c-88a8b01255de\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:29.8708761Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:29.9098062Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:30.0680746Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:30.0682058Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:30.0785111Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:30.0786712Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\48a09d1e-dbed-4353-baa6-0dccf12819ad\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:30.0808319Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\48a09d1e-dbed-4353-baa6-0dccf12819ad\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:30.0809812Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:30.1139142Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:30.2183908Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:30.2185231Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:30.2303046Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:30.2303856Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\315bd0cd-956c-4a2f-bce1-c287ffd4f6e8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:30.2307945Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\315bd0cd-956c-4a2f-bce1-c287ffd4f6e8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:30.2308681Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:30.2621860Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:30.3705120Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:30.3706433Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:30.3805467Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:30.3806654Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e3e62ace-bd1f-4663-8059-7f25354a924e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:30.3809463Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e3e62ace-bd1f-4663-8059-7f25354a924e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:30.3809993Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:30.4131589Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:30.5217658Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:30.5218930Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:30.5341004Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:30.5342186Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\97a29703-ff8e-46f6-8846-ebcd8020e2dd\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:30.5345111Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\97a29703-ff8e-46f6-8846-ebcd8020e2dd\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:30.5345780Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:30.5738854Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:30.6751355Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:30.6752573Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:30.6839419Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:30.6840177Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d94b635e-7688-4d6e-99a3-de62e6fffbf2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:30.6844068Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d94b635e-7688-4d6e-99a3-de62e6fffbf2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:30.6845572Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:30.7173794Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:30.8404238Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:30.8407069Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:30.8531916Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:30.8532870Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\47ecc589-cc9f-45ae-becc-d621b3938038\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:30.8536152Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\47ecc589-cc9f-45ae-becc-d621b3938038\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:30.8536828Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:30.8907129Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:31.0004774Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:31.0006386Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:31.0103916Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:31.0105303Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\24494a67-617d-47b6-a128-b0f19407a2cc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:31.0108421Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\24494a67-617d-47b6-a128-b0f19407a2cc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:31.0109013Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:31.0496583Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:31.1628737Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:31.1629925Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:31.1752263Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:31.1753696Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\544c395d-2e2f-465f-82f1-87d34afd77a5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:31.1756909Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\544c395d-2e2f-465f-82f1-87d34afd77a5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:31.1758035Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:31.2133516Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:31.3208700Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:31.3209859Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:31.3305365Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:31.3306557Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\88e1740f-1012-463b-9542-3a8d315e78b2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:31.3309610Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\88e1740f-1012-463b-9542-3a8d315e78b2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:31.3310160Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:31.3656224Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:31.4661704Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:31.4663112Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:31.4781737Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:31.4782812Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cfa07c55-fff4-4309-8e74-a856e9a7dc70\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:31.4786775Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cfa07c55-fff4-4309-8e74-a856e9a7dc70\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:31.4787507Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:31.5117897Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:31.6184490Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:31.6185659Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:31.6279713Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:31.6280947Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\aa082c21-7b3e-407e-9c9f-88d31a492d8a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:31.6283958Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\aa082c21-7b3e-407e-9c9f-88d31a492d8a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:31.6284685Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:31.6611461Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:31.7693274Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:31.7694582Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:31.7825302Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:31.7826205Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b1c72c6d-9862-4f99-b0c7-cd5629672d20\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:31.7830376Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b1c72c6d-9862-4f99-b0c7-cd5629672d20\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:31.7831932Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:31.8234120Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:31.9482029Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:31.9483345Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:31.9582744Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:31.9583703Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bf226f55-1ae7-414c-b9ec-4666fdfa4934\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:31.9589524Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bf226f55-1ae7-414c-b9ec-4666fdfa4934\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:31.9590623Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:31.9980166Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:32.1121913Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:32.1123403Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:32.1267049Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:32.1268776Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d25d4eed-0f4a-44e2-bd25-14363a0b20a1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:32.1271841Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d25d4eed-0f4a-44e2-bd25-14363a0b20a1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:32.1272525Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:32.1690690Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:32.2809412Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:32.2810627Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:32.2923532Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:32.2924255Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bea44571-033e-43fa-94b8-17409738a4fc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:32.2927294Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bea44571-033e-43fa-94b8-17409738a4fc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:32.2927996Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:32.3275575Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:32.4356381Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:32.4357848Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:32.4480665Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:32.4481598Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bf4924ee-16bd-439e-a216-8e3a0bb56aa0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:32.4484997Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bf4924ee-16bd-439e-a216-8e3a0bb56aa0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:32.4485698Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:32.4845090Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:32.5992902Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:32.5994051Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:32.6092189Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:32.6092808Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b1cf61dd-280b-4d72-a094-1de68e63b87b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:32.6095973Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b1cf61dd-280b-4d72-a094-1de68e63b87b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:32.6096562Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:32.6386670Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:32.7338783Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:32.7340130Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:32.7458245Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:32.7459432Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f6b2300f-07dd-4199-a50f-e0fd6890242c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:32.7463011Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f6b2300f-07dd-4199-a50f-e0fd6890242c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:32.7463648Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:32.7860353Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:32.8943647Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:32.8944913Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:32.9033996Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:32.9035471Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\020a5690-58a0-4deb-84b7-22573d65a316\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:32.9038199Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\020a5690-58a0-4deb-84b7-22573d65a316\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:32.9038830Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:32.9446830Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:33.0690682Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:33.0692016Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:46.8022499Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Add package 'CommunityToolkit.WinUI.Connectivity'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2022-06-09T14:00:46.8034677Z","@mt":"Adding package reference: {PackageReference}","PackageReference":"CommunityToolkit.WinUI.Connectivity, Version=7.1.2","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"} -{"@t":"2022-06-09T14:00:46.8053442Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Add package 'CommunityToolkit.WinUI.Connectivity'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2022-06-09T14:00:50.6800088Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:50.6801544Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8b2be648-6e10-4b12-8345-ea6c8b850de1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:50.6805084Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8b2be648-6e10-4b12-8345-ea6c8b850de1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:50.6805950Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:50.7151338Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:50.8330681Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:50.8331957Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:50.8510704Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:50.8511350Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b24333f5-27e9-4d0f-86a2-40d9e26586e7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:50.8514989Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b24333f5-27e9-4d0f-86a2-40d9e26586e7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:50.8517832Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:50.8917730Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:51.0087213Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:51.0088434Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:51.0189896Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:51.0190817Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\430c7223-edfd-43f7-9b6f-84c732a58548\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:51.0194566Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\430c7223-edfd-43f7-9b6f-84c732a58548\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:51.0195340Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:51.0846068Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:51.1997321Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:51.1998690Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:51.2104687Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:51.2105841Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dc2e734d-2283-4b29-80cb-df670b8a389f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:51.2109096Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dc2e734d-2283-4b29-80cb-df670b8a389f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:51.2109840Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:51.2431419Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:51.3508773Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:51.3510101Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:51.3564348Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Add package 'CommunityToolkit.WinUI.Notifications'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:00:51.3616940Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Add package 'CommunityToolkit.WinUI.Notifications'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:00:51.3618143Z","@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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:00:51.3675639Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:51.3676879Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d4886da1-4015-4bc7-9124-6a8592c33f5a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:51.3679860Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d4886da1-4015-4bc7-9124-6a8592c33f5a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:51.3680647Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:51.4057391Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:51.5209239Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:51.5210873Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:51.5300970Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:51.5301735Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f16d37be-54cf-4ce6-a08e-68b9a9f9ffca\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:51.5304770Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f16d37be-54cf-4ce6-a08e-68b9a9f9ffca\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:51.5305409Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:51.5679071Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:51.6853890Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:51.6855596Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:51.7048693Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:51.7049727Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9d960ac6-001c-4f21-a956-c3045d47cd56\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:51.7052809Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9d960ac6-001c-4f21-a956-c3045d47cd56\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:51.7053672Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:51.7440619Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:51.8766359Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:51.8767823Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:51.8872902Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:51.8873873Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\48f58e0d-3dbf-49c2-93ba-fd37ec33c136\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:51.8877499Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\48f58e0d-3dbf-49c2-93ba-fd37ec33c136\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:51.8878413Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:51.9220116Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:52.0402594Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:52.0403917Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:52.0524862Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:52.0525754Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c5937841-748e-4ab9-9a25-d52229b1ab67\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:52.0530603Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c5937841-748e-4ab9-9a25-d52229b1ab67\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:52.0532071Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:52.0881053Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:52.2052967Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:52.2054410Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:52.2178056Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:52.2179342Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8ca83dcd-330c-4e50-bab6-fea46c7d2035\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:52.2183124Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8ca83dcd-330c-4e50-bab6-fea46c7d2035\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:52.2183878Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:52.2523578Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:52.3490468Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:52.3492033Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:52.3586887Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:52.3587705Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6d7af7e6-df27-4d1a-a738-868883ac6b6e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:52.3591252Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6d7af7e6-df27-4d1a-a738-868883ac6b6e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:52.3591837Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:52.3922295Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:52.4968915Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:52.4970205Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:52.5079770Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:52.5080945Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2df8a140-71d4-4763-a702-891cee43b6c8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:52.5084089Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2df8a140-71d4-4763-a702-891cee43b6c8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:52.5084775Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:52.5409972Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:52.6519293Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:52.6520593Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:52.6643043Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:52.6644163Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\205e1a08-d6f5-42db-8d24-d3aed6ddea3b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:52.6647814Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\205e1a08-d6f5-42db-8d24-d3aed6ddea3b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:52.6648742Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:52.7017436Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:52.8094864Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:52.8096034Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:52.8204025Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:52.8204600Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0074831d-7ae7-4308-af25-e7c390fd2d60\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:52.8208219Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0074831d-7ae7-4308-af25-e7c390fd2d60\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:52.8208908Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:52.8509352Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:52.9692219Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:52.9693407Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:52.9810085Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:52.9811008Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1fd6756e-b424-4aad-a4e8-7531e12d9186\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:52.9814194Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1fd6756e-b424-4aad-a4e8-7531e12d9186\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:52.9814861Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:53.0135423Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:53.1226123Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:53.1227286Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:53.1354565Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:53.1356353Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\75e68c3a-d832-496a-aa70-870ff6dffd4b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:53.1361923Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\75e68c3a-d832-496a-aa70-870ff6dffd4b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:53.1362900Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:53.1680277Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:53.2599303Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:53.2600544Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:53.2701792Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:53.2702619Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4c3cde92-3422-4be4-a969-7932c49a6049\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:53.2706201Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4c3cde92-3422-4be4-a969-7932c49a6049\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:53.2706981Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:53.3021267Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:53.4203536Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:53.4205506Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:53.4315748Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:53.4316470Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4acabe2a-2717-490a-bfdf-1ac9bebf27b9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:53.4319316Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4acabe2a-2717-490a-bfdf-1ac9bebf27b9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:53.4320125Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:53.4681037Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:53.5820116Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:53.5821833Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:53.5927728Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:53.5928587Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3733245c-dda7-4b2a-9dbd-014e90ff2e59\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:53.5932420Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3733245c-dda7-4b2a-9dbd-014e90ff2e59\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:53.5933002Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:53.6253370Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:53.7340339Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:53.7342745Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:53.7444964Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:53.7445872Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f361a2d0-d501-4a57-b774-6b1a70a2957f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:53.7450083Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f361a2d0-d501-4a57-b774-6b1a70a2957f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:53.7450659Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:53.7768922Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:53.9064344Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:53.9066523Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:53.9186293Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:53.9188242Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\53cfa863-c85f-4821-9d01-c7c6888c715b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:53.9192373Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\53cfa863-c85f-4821-9d01-c7c6888c715b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:53.9193140Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:53.9569109Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:54.0590447Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:54.0591650Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:54.0701068Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:54.0702053Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f0e9c69f-54f5-4d52-b837-4372d0c80d21\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:54.0705423Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f0e9c69f-54f5-4d52-b837-4372d0c80d21\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:54.0706559Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:54.1032906Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:54.2008315Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:54.2009542Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:54.2116849Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:54.2117845Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\516e42a4-de51-49cd-a03b-5bd2f4a871ad\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:54.2123568Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\516e42a4-de51-49cd-a03b-5bd2f4a871ad\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:54.2124655Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:54.2490614Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:54.3967091Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:54.3968227Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:54.4077832Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:54.4078649Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f78d9f9d-4950-4305-a8cb-5a4df7aa46ac\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:54.4082076Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f78d9f9d-4950-4305-a8cb-5a4df7aa46ac\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:54.4082928Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:54.4466131Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:54.5675008Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:54.5677397Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:54.5789084Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:54.5789998Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\458e08a7-3854-4476-8f95-0759d3907ec3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:54.5793715Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\458e08a7-3854-4476-8f95-0759d3907ec3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:54.5794291Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:54.6165418Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:54.7301188Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:54.7302510Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:54.7392980Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:54.7393569Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\781cc1d2-8843-4905-aea3-4740b8565ea7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:54.7397445Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\781cc1d2-8843-4905-aea3-4740b8565ea7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:54.7398220Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:54.7763049Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:54.8861925Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:54.8863014Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:54.8966698Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:54.8967927Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\081f05fd-0936-4e24-a44c-c9bc453e5697\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:54.8973656Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\081f05fd-0936-4e24-a44c-c9bc453e5697\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:54.8974523Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:54.9316640Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:55.0430351Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:55.0431899Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:55.0543382Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:55.0544161Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8cf4a8fc-4340-4963-8a4c-a64eefae6cd8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:55.0547964Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8cf4a8fc-4340-4963-8a4c-a64eefae6cd8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:55.0548652Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:55.0900089Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:55.1976070Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:55.1977660Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:55.2097611Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:55.2098795Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\27c9b80b-c3d3-4387-80f8-db951e893d3c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:55.2102301Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\27c9b80b-c3d3-4387-80f8-db951e893d3c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:55.2103038Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:55.2437076Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:55.3579884Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:55.3581241Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:55.3694948Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:55.3696156Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7f6b2db0-4291-4919-a26d-a7fec825e9a1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:55.3699567Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7f6b2db0-4291-4919-a26d-a7fec825e9a1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:55.3700138Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:55.4030364Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:55.5216782Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:55.5218121Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:55.5369744Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:55.5370667Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\36686756-faea-43e1-b6ef-39689499dd21\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:55.5374077Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\36686756-faea-43e1-b6ef-39689499dd21\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:55.5374618Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:55.5712630Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:55.6787381Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:55.6788715Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:55.6896256Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:55.6897479Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\562e0de3-88d5-45e0-ad75-4982957f0ad1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:55.6900587Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\562e0de3-88d5-45e0-ad75-4982957f0ad1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:55.6901234Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:55.7243746Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:55.8234708Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:55.8235906Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:55.8338979Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:55.8339856Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f367b6c6-085e-4c01-8d79-24af5a3effe8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:55.8343441Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f367b6c6-085e-4c01-8d79-24af5a3effe8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:55.8344108Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:55.8736614Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:55.9811875Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:55.9813321Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:55.9911554Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:55.9912965Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dc05c68c-8252-4c86-a5a6-3b6f080c2fe1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:55.9915906Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dc05c68c-8252-4c86-a5a6-3b6f080c2fe1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:55.9916465Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:56.0317303Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:56.1430594Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:56.1431973Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:56.1565607Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:56.1567198Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5b5715d9-81c4-4843-99c0-4701b11d0b4f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:56.1570374Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5b5715d9-81c4-4843-99c0-4701b11d0b4f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:56.1570921Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:56.1944955Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:56.3073629Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:56.3074826Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:56.3181087Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:56.3181635Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d5fd3860-cafb-482d-aa3c-1e7a1ab0cd41\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:56.3185460Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d5fd3860-cafb-482d-aa3c-1e7a1ab0cd41\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:56.3186369Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:56.3540875Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:56.4726793Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:56.4728063Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:56.4832123Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:56.4833581Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ebd38318-1a45-4fc5-8dc7-bc60aad1b5e3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:56.4836611Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ebd38318-1a45-4fc5-8dc7-bc60aad1b5e3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:56.4837158Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:56.5184607Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:56.6859528Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:56.6861053Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:56.6978652Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:56.6979714Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9185856e-7a81-4955-8386-4a32c0a40a22\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:56.6983389Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9185856e-7a81-4955-8386-4a32c0a40a22\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:56.6984383Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:56.7338689Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:56.8561499Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:56.8562638Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:56.8667407Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:56.8668665Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\70d8290f-6a2a-431d-9fa4-563e911ea612\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:56.8673122Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\70d8290f-6a2a-431d-9fa4-563e911ea612\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:56.8673884Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:56.8982471Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:57.0022953Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:57.0024205Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:57.0133795Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:57.0135413Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\067e6929-097b-456e-bcf5-075c7d41c209\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:57.0139457Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\067e6929-097b-456e-bcf5-075c7d41c209\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:57.0140103Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:57.0457695Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:57.1760106Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:57.1762180Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:57.1868826Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:57.1870248Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\58823ee0-0455-4a21-a898-057aaae8ab7c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:57.1874090Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\58823ee0-0455-4a21-a898-057aaae8ab7c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:57.1874666Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:57.2344304Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:57.3404558Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:57.3405780Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:57.3501488Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:57.3502608Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\33024c98-068f-4364-ab0f-f7a93d2c638f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:57.3505834Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\33024c98-068f-4364-ab0f-f7a93d2c638f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:57.3506571Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:57.3872003Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:57.4930341Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:57.4932347Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:57.5052139Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:57.5053187Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4175c4b9-7ed7-49be-bab2-186840c44c8c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:57.5057328Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4175c4b9-7ed7-49be-bab2-186840c44c8c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:57.5058150Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:57.5422409Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:57.6607489Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:57.6608969Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:57.6716858Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:57.6718072Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8e55f967-9d42-4b30-91e9-a9388bf7f6fe\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:57.6720955Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8e55f967-9d42-4b30-91e9-a9388bf7f6fe\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:57.6721631Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:57.7080339Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:57.8225529Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:57.8227572Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:57.8355684Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:57.8357118Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d695a0fa-438d-41d0-a3ba-fb51a54a709c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:57.8360097Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d695a0fa-438d-41d0-a3ba-fb51a54a709c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:57.8360648Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:57.8696536Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:57.9874031Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:57.9876707Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:58.0005538Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:58.0007423Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\31cc43ad-5f8e-4b1c-9f64-d4bf3c69f18f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:58.0012645Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\31cc43ad-5f8e-4b1c-9f64-d4bf3c69f18f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:58.0014235Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:58.0404774Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:58.1480814Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:58.1482046Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:58.1592112Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:58.1593587Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\18f4d5cb-e748-431e-8ede-8052ff0aa250\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:58.1598043Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\18f4d5cb-e748-431e-8ede-8052ff0aa250\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:58.1598793Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:58.1980869Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:58.3122382Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:58.3123698Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:58.3229112Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:58.3230303Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ad1f80ab-77f4-40bd-abed-f29e17fb1cd9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:58.3233655Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ad1f80ab-77f4-40bd-abed-f29e17fb1cd9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:58.3234344Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:58.3605321Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:58.4764581Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:58.4766462Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:58.4897622Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:58.4898624Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3cde7384-135d-40fd-85c5-600bf9af0a75\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:58.4902060Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3cde7384-135d-40fd-85c5-600bf9af0a75\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:58.4902905Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:58.5274661Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:58.6362523Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:58.6363735Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:58.6457305Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:58.6458071Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9c27a9f9-ebcf-4794-ad47-39813fc03b52\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:58.6462604Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9c27a9f9-ebcf-4794-ad47-39813fc03b52\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:58.6463412Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:58.6840980Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:58.7972888Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:58.7974166Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:58.8083468Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:58.8084577Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b6e10065-8a9e-4f84-925b-8c32454e8c9f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:58.8087738Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b6e10065-8a9e-4f84-925b-8c32454e8c9f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:58.8088296Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:58.8462856Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:58.9582036Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:58.9583262Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:58.9678341Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:58.9679532Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\89ccbba8-18db-44ed-ab71-d7a0c343a9cb\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:58.9683367Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\89ccbba8-18db-44ed-ab71-d7a0c343a9cb\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:58.9684241Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:59.0078472Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:59.1161211Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:59.1162751Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:59.1284868Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:59.1285711Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\68e58735-b159-42f8-81e7-147245c905a6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:59.1289536Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\68e58735-b159-42f8-81e7-147245c905a6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:59.1290119Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:59.1646176Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:59.2754208Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:59.2755676Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:59.2856114Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:59.2856937Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9457d96c-fb77-47b7-a26c-24a7e22d6203\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:59.2861075Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9457d96c-fb77-47b7-a26c-24a7e22d6203\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:59.2876649Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:59.3209274Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:59.4439305Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:59.4440477Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:59.4554463Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:59.4555782Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e8353048-be4c-43a6-a101-449b12427a34\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:59.4558913Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e8353048-be4c-43a6-a101-449b12427a34\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:59.4559490Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:59.4918114Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:59.5941624Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:59.5942973Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:59.6037614Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:59.6038720Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bedf2faf-742d-4271-a21f-89656b18d546\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:59.6042486Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bedf2faf-742d-4271-a21f-89656b18d546\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:59.6043472Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:59.6326482Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:59.7365342Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:59.7366660Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:59.7498195Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:59.7499203Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1cb85dbd-046f-48ff-915f-4906aad0cfec\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:59.7503426Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1cb85dbd-046f-48ff-915f-4906aad0cfec\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:59.7504169Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:59.7843575Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:59.9011618Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:59.9012770Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:59.9117052Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:59.9117987Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7ae1ad78-7f44-4542-9b89-afbc90288488\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:59.9121399Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7ae1ad78-7f44-4542-9b89-afbc90288488\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:59.9121966Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:00:59.9454172Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:01:00.0610966Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:01:00.0612275Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:01:00.0731861Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:01:00.0732697Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f11c1aee-5dba-4a15-bf6b-edea5d3e28fc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:01:00.0735512Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f11c1aee-5dba-4a15-bf6b-edea5d3e28fc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:01:00.0736401Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:01:00.1114666Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:01:00.2082805Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:01:00.2084064Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:01:00.2227125Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:01:00.2227864Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\58393ac4-53d1-4687-b4ac-e03e0c3ce1ac\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:01:00.2232055Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\58393ac4-53d1-4687-b4ac-e03e0c3ce1ac\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:01:00.2232792Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:01:00.2624011Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:01:00.3777501Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:01:00.3779131Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Toolkit.Uwp.Connectivity 7.1.2 supports: uap10.0.17763 (UAP,Version=v10.0.17763)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:03.1674836Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Add package 'CommunityToolkit.WinUI.Notifications'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2022-06-09T14:02:03.1692380Z","@mt":"Adding package reference: {PackageReference}","PackageReference":"CommunityToolkit.WinUI.Notifications, Version=7.1.2","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"} -{"@t":"2022-06-09T14:02:03.1701636Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Add package 'CommunityToolkit.WinUI.Notifications'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2022-06-09T14:02:03.1710285Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Windows App SDK package analysis","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2022-06-09T14:02:03.1724360Z","@mt":"Saving changes to project file","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"} -{"@t":"2022-06-09T14:02:03.3672953Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Openhab.Core.csproj' with message: C:\\Program Files\\dotnet\\sdk\\6.0.300\\Sdks\\Microsoft.NET.Sdk\\targets\\Microsoft.NET.Sdk.FrameworkReferenceResolution.targets: (90, 5): The \"ProcessFrameworkReferences\" 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.ProcessFrameworkReferences.ProcessRuntimeIdentifier(String runtimeIdentifier, KnownRuntimePack selectedRuntimePack, String runtimePackVersion, List`1 additionalFrameworkReferencesForRuntimePack, HashSet`1 unrecognizedRuntimeIdentifiers, List`1 unavailableRuntimePacks, List`1 runtimePacks, List`1 packagesToDownload, String isTrimmable, Boolean addRuntimePackAndDownloadIfNecessary)\r\n at Microsoft.NET.Build.Tasks.ProcessFrameworkReferences.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-06-09T14:02:03.4589842Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\openHAB.Windows.csproj' with message: C:\\Program Files\\dotnet\\sdk\\6.0.300\\Microsoft.Common.CurrentVersion.targets: (1806, 5): Project '..\\openHAB.Core\\Openhab.Core.csproj' targets 'net6.0-windows10.0.19041.0'. It cannot be referenced by a project that targets 'UAP,Version=v10.0.17763'.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2022-06-09T14:02:03.4590597Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\openHAB.Windows.csproj' with message: C:\\Program Files\\dotnet\\sdk\\6.0.300\\Microsoft.Common.CurrentVersion.targets: (1806, 5): Project '..\\OpenHAB.Core\\OpenHAB.Core.csproj' targets 'net6.0-windows10.0.19041.0'. It cannot be referenced by a project that targets 'UAP,Version=v10.0.17763'.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2022-06-09T14:02:03.4593928Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Warning","Message":"Found project reference without a matching metadata reference: D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Openhab.Core.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2022-06-09T14:02:03.4594689Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Warning","Message":"Found project reference without a matching metadata reference: D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\OpenHAB.Core\\OpenHAB.Core.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2022-06-09T14:02:03.4627921Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Windows App SDK package analysis","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2022-06-09T14:02:07.5302661Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:07.5304122Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e655b874-73a6-4336-b777-db6c9bf319ae\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:07.5308134Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e655b874-73a6-4336-b777-db6c9bf319ae\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:07.5308763Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:07.6878297Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:07.8261447Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:07.8266457Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:07.8365615Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:07.8366788Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e2a8d8a5-fdda-4c68-81f1-e756e3d23113\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:07.8369736Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e2a8d8a5-fdda-4c68-81f1-e756e3d23113\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:07.8371728Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:07.8751739Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:07.9841979Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:07.9846608Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:07.9948438Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:07.9949352Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5c81e76e-7862-4c77-b46a-8546eec35861\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:07.9952670Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5c81e76e-7862-4c77-b46a-8546eec35861\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:07.9953214Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:08.0309599Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:08.1404397Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:08.1409155Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:08.1524141Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:08.1524833Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6e5a34b4-79ed-4823-afce-9bf653138083\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:08.1527460Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6e5a34b4-79ed-4823-afce-9bf653138083\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:08.1528230Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:08.1929730Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:08.3267504Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:08.3273091Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:08.3317152Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Transitive reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:02:08.3335932Z","@mt":"Analyzing packages with {AnalyzerName}","@l":"Debug","AnalyzerName":"Transitive reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2022-06-09T14:02:08.3403125Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:08.3404246Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7b23c386-1fc8-4c74-8a2f-6e1d32fdf8c6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:08.3407146Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7b23c386-1fc8-4c74-8a2f-6e1d32fdf8c6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:08.3407888Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:08.3806955Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:08.5075531Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:08.5084644Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:08.5200254Z","@mt":"No package updates needed","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2022-06-09T14:02:08.5214150Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Clean up NuGet package references","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2022-06-09T14:02:08.5223618Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Clean up NuGet package references","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2022-06-09T14:02:08.5236490Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Transitive reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:02:08.5236865Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Update TFM","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:02:08.5297241Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:08.5298590Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bd29cb75-b854-4655-bfa5-d30f5f04f88d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:08.5302205Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bd29cb75-b854-4655-bfa5-d30f5f04f88d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:08.5302859Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:08.5742855Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:08.6909963Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:08.6914996Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:08.6996049Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:08.6996802Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4cd6cf49-711e-4800-b7cf-de78b84e3535\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:08.6999754Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4cd6cf49-711e-4800-b7cf-de78b84e3535\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:08.7000419Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:08.7358469Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:08.8491406Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:08.8499107Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:08.8555291Z","@mt":"Skip minimum dependency check because Windows App SDK cannot work with targets lower than already recommended TFM.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.TargetFramework.DependencyMinimumTargetFrameworkSelectorFilter"} -{"@t":"2022-06-09T14:02:08.8598175Z","@mt":"Recommending Windows TFM {TFM} because the project either has Windows-specific dependencies or builds to a WinExe","TFM":"net6.0-windows10.0.19041","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsSdkTargetFrameworkSelectorFilter"} -{"@t":"2022-06-09T14:02:08.8612915Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Update TFM","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:02:08.8613400Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Update NuGet Packages","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:02:08.8622906Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Update NuGet Packages","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:02:08.8623126Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Duplicate reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:02:08.8636528Z","@mt":"Analyzing packages with {AnalyzerName}","@l":"Debug","AnalyzerName":"Duplicate reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"} -{"@t":"2022-06-09T14:02:08.8638576Z","@mt":"No package updates needed","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"} -{"@t":"2022-06-09T14:02:08.8647559Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Duplicate reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:02:08.8647889Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Package map reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:02:08.8658487Z","@mt":"Analyzing packages with {AnalyzerName}","@l":"Debug","AnalyzerName":"Package map reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"} -{"@t":"2022-06-09T14:02:08.8661201Z","@mt":"No package updates needed","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"} -{"@t":"2022-06-09T14:02:08.8670999Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Package map reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:02:08.8671322Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Target compatibility reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:02:08.8684363Z","@mt":"Analyzing packages with {AnalyzerName}","@l":"Debug","AnalyzerName":"Target compatibility reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"} -{"@t":"2022-06-09T14:02:08.8687515Z","@mt":"NuGet package {NuGetPackage} loaded from {PackagePath}","@l":"Debug","NuGetPackage":"CommunityToolkit.Mvvm, Version=7.1.2","PackagePath":"C:\\Users\\chrisho\\.nuget\\packages\\CommunityToolkit.Mvvm\\7.1.2\\CommunityToolkit.Mvvm.7.1.2.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:02:08.8694716Z","@mt":"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}","@l":"Debug","NuGetPackage":"CommunityToolkit.Mvvm.7.1.2","TargetFrameworks":["net5.0",".NETStandard,Version=v2.0",".NETStandard,Version=v2.1"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:02:08.8696164Z","@mt":"Package {NuGetPackage} will work on {TargetFramework}","@l":"Debug","NuGetPackage":"CommunityToolkit.Mvvm, Version=7.1.2","TargetFramework":["net6.0-windows10.0.19041"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer"} -{"@t":"2022-06-09T14:02:08.8697655Z","@mt":"NuGet package {NuGetPackage} loaded from {PackagePath}","@l":"Debug","NuGetPackage":"Microsoft.CodeAnalysis.NetAnalyzers, Version=6.0.0","PackagePath":"C:\\Users\\chrisho\\.nuget\\packages\\Microsoft.CodeAnalysis.NetAnalyzers\\6.0.0\\Microsoft.CodeAnalysis.NetAnalyzers.6.0.0.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:02:08.8707616Z","@mt":"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}","@l":"Debug","NuGetPackage":"Microsoft.CodeAnalysis.NetAnalyzers.6.0.0","TargetFrameworks":["Any,Version=v0.0"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:02:08.8709684Z","@mt":"Package {NuGetPackage} will work on {TargetFramework}","@l":"Debug","NuGetPackage":"Microsoft.CodeAnalysis.NetAnalyzers, Version=6.0.0","TargetFramework":["net6.0-windows10.0.19041"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer"} -{"@t":"2022-06-09T14:02:08.8711192Z","@mt":"NuGet package {NuGetPackage} loaded from {PackagePath}","@l":"Debug","NuGetPackage":"Microsoft.Extensions.DependencyInjection, Version=6.0.0","PackagePath":"C:\\Users\\chrisho\\.nuget\\packages\\Microsoft.Extensions.DependencyInjection\\6.0.0\\Microsoft.Extensions.DependencyInjection.6.0.0.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:02:08.8716776Z","@mt":"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}","@l":"Debug","NuGetPackage":"Microsoft.Extensions.DependencyInjection.6.0.0","TargetFrameworks":["net6.0",".NETFramework,Version=v4.6.1",".NETStandard,Version=v2.0",".NETStandard,Version=v2.1"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:02:08.8717929Z","@mt":"Package {NuGetPackage} will work on {TargetFramework}","@l":"Debug","NuGetPackage":"Microsoft.Extensions.DependencyInjection, Version=6.0.0","TargetFramework":["net6.0-windows10.0.19041"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer"} -{"@t":"2022-06-09T14:02:08.8719101Z","@mt":"NuGet package {NuGetPackage} loaded from {PackagePath}","@l":"Debug","NuGetPackage":"Microsoft.Services.Store.Engagement, Version=10.1901.28001","PackagePath":"C:\\Users\\chrisho\\.nuget\\packages\\Microsoft.Services.Store.Engagement\\10.1901.28001\\Microsoft.Services.Store.Engagement.10.1901.28001.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:02:08.8722623Z","@mt":"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}","@l":"Debug","NuGetPackage":"Microsoft.Services.Store.Engagement.10.1901.28001","TargetFrameworks":["Any,Version=v0.0"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:02:08.8723601Z","@mt":"Package {NuGetPackage} will work on {TargetFramework}","@l":"Debug","NuGetPackage":"Microsoft.Services.Store.Engagement, Version=10.1901.28001","TargetFramework":["net6.0-windows10.0.19041"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer"} -{"@t":"2022-06-09T14:02:08.8724972Z","@mt":"NuGet package {NuGetPackage} loaded from {PackagePath}","@l":"Debug","NuGetPackage":"Microsoft.WindowsAppSDK, Version=1.1.0","PackagePath":"C:\\Users\\chrisho\\.nuget\\packages\\Microsoft.WindowsAppSDK\\1.1.0\\Microsoft.WindowsAppSDK.1.1.0.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:02:08.8748114Z","@mt":"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}","@l":"Debug","NuGetPackage":"Microsoft.WindowsAppSDK.1.1.0","TargetFrameworks":["net5.0-windows10.0.17763","net5.0-windows10.0.18362","UAP,Version=v10.0","UAP,Version=v10.0.17763","UAP,Version=v10.0.18362","Windows,Version=v1.0,Profile=arm64","Windows,Version=v1.0,Profile=x64","Windows,Version=v1.0,Profile=x86"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:02:08.8749462Z","@mt":"Package {NuGetPackage} will work on {TargetFramework}","@l":"Debug","NuGetPackage":"Microsoft.WindowsAppSDK, Version=1.1.0","TargetFramework":["net6.0-windows10.0.19041"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer"} -{"@t":"2022-06-09T14:02:08.8750735Z","@mt":"NuGet package {NuGetPackage} loaded from {PackagePath}","@l":"Debug","NuGetPackage":"Newtonsoft.Json, Version=13.0.1","PackagePath":"C:\\Users\\chrisho\\.nuget\\packages\\Newtonsoft.Json\\13.0.1\\Newtonsoft.Json.13.0.1.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:02:08.8755062Z","@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-06-09T14:02:08.8755862Z","@mt":"Package {NuGetPackage} will work on {TargetFramework}","@l":"Debug","NuGetPackage":"Newtonsoft.Json, Version=13.0.1","TargetFramework":["net6.0-windows10.0.19041"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer"} -{"@t":"2022-06-09T14:02:08.8756579Z","@mt":"NuGet package {NuGetPackage} loaded from {PackagePath}","@l":"Debug","NuGetPackage":"NLog.Extensions.Logging, Version=5.0.0","PackagePath":"C:\\Users\\chrisho\\.nuget\\packages\\NLog.Extensions.Logging\\5.0.0\\NLog.Extensions.Logging.5.0.0.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:02:08.8761674Z","@mt":"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}","@l":"Debug","NuGetPackage":"NLog.Extensions.Logging.5.0.0","TargetFrameworks":[".NETCoreApp,Version=v3.1","net5.0",".NETFramework,Version=v4.6.1",".NETStandard,Version=v1.3",".NETStandard,Version=v1.5",".NETStandard,Version=v2.0"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:02:08.8762473Z","@mt":"Package {NuGetPackage} will work on {TargetFramework}","@l":"Debug","NuGetPackage":"NLog.Extensions.Logging, Version=5.0.0","TargetFramework":["net6.0-windows10.0.19041"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer"} -{"@t":"2022-06-09T14:02:08.8764041Z","@mt":"NuGet package {NuGetPackage} loaded from {PackagePath}","@l":"Debug","NuGetPackage":"StyleCop.Analyzers, Version=1.1.118","PackagePath":"C:\\Users\\chrisho\\.nuget\\packages\\StyleCop.Analyzers\\1.1.118\\StyleCop.Analyzers.1.1.118.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:02:08.8767438Z","@mt":"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}","@l":"Debug","NuGetPackage":"StyleCop.Analyzers.1.1.118","TargetFrameworks":["Any,Version=v0.0"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:02:08.8768413Z","@mt":"Package {NuGetPackage} will work on {TargetFramework}","@l":"Debug","NuGetPackage":"StyleCop.Analyzers, Version=1.1.118","TargetFramework":["net6.0-windows10.0.19041"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer"} -{"@t":"2022-06-09T14:02:08.8769375Z","@mt":"NuGet package {NuGetPackage} loaded from {PackagePath}","@l":"Debug","NuGetPackage":"Microsoft.Graphics.Win2D, Version=1.0.0.30","PackagePath":"C:\\Users\\chrisho\\.nuget\\packages\\Microsoft.Graphics.Win2D\\1.0.0.30\\Microsoft.Graphics.Win2D.1.0.0.30.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:02:08.8772521Z","@mt":"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}","@l":"Debug","NuGetPackage":"Microsoft.Graphics.Win2D.1.0.0.30","TargetFrameworks":[".NETCoreApp,Version=v3.0","net5.0-windows10.0.18362",".NETFramework,Version=v4.5","UAP,Version=v10.0"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:02:08.8773403Z","@mt":"Package {NuGetPackage} will work on {TargetFramework}","@l":"Debug","NuGetPackage":"Microsoft.Graphics.Win2D, Version=1.0.0.30","TargetFramework":["net6.0-windows10.0.19041"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer"} -{"@t":"2022-06-09T14:02:08.8774328Z","@mt":"NuGet package {NuGetPackage} loaded from {PackagePath}","@l":"Debug","NuGetPackage":"Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers, Version=0.3.330701","PackagePath":"C:\\Users\\chrisho\\.nuget\\packages\\Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers\\0.3.330701\\Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers.0.3.330701.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:02:08.8875267Z","@mt":"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}","@l":"Debug","NuGetPackage":"Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers.0.3.330701","TargetFrameworks":["Any,Version=v0.0"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:02:08.8876517Z","@mt":"Package {NuGetPackage} will work on {TargetFramework}","@l":"Debug","NuGetPackage":"Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers, Version=0.3.330701","TargetFramework":["net6.0-windows10.0.19041"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer"} -{"@t":"2022-06-09T14:02:08.8877663Z","@mt":"NuGet package {NuGetPackage} loaded from {PackagePath}","@l":"Debug","NuGetPackage":"Microsoft.Windows.Compatibility, Version=6.0.0","PackagePath":"C:\\Users\\chrisho\\.nuget\\packages\\Microsoft.Windows.Compatibility\\6.0.0\\Microsoft.Windows.Compatibility.6.0.0.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:02:08.8887284Z","@mt":"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}","@l":"Debug","NuGetPackage":"Microsoft.Windows.Compatibility.6.0.0","TargetFrameworks":[".NETCoreApp,Version=v3.1","net6.0",".NETStandard,Version=v2.0",".NETStandard,Version=v2.1"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:02:08.8888591Z","@mt":"Package {NuGetPackage} will work on {TargetFramework}","@l":"Debug","NuGetPackage":"Microsoft.Windows.Compatibility, Version=6.0.0","TargetFramework":["net6.0-windows10.0.19041"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer"} -{"@t":"2022-06-09T14:02:08.8889991Z","@mt":"NuGet package {NuGetPackage} loaded from {PackagePath}","@l":"Debug","NuGetPackage":"CommunityToolkit.WinUI.Connectivity, Version=7.1.2","PackagePath":"C:\\Users\\chrisho\\.nuget\\packages\\CommunityToolkit.WinUI.Connectivity\\7.1.2\\CommunityToolkit.WinUI.Connectivity.7.1.2.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:02:08.8988286Z","@mt":"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}","@l":"Debug","NuGetPackage":"CommunityToolkit.WinUI.Connectivity.7.1.2","TargetFrameworks":["net5.0-windows10.0.18362"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:02:08.8989652Z","@mt":"Package {NuGetPackage} will work on {TargetFramework}","@l":"Debug","NuGetPackage":"CommunityToolkit.WinUI.Connectivity, Version=7.1.2","TargetFramework":["net6.0-windows10.0.19041"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer"} -{"@t":"2022-06-09T14:02:08.8990683Z","@mt":"NuGet package {NuGetPackage} loaded from {PackagePath}","@l":"Debug","NuGetPackage":"CommunityToolkit.WinUI.Notifications, Version=7.1.2","PackagePath":"C:\\Users\\chrisho\\.nuget\\packages\\CommunityToolkit.WinUI.Notifications\\7.1.2\\CommunityToolkit.WinUI.Notifications.7.1.2.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:02:08.9099905Z","@mt":"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}","@l":"Debug","NuGetPackage":"CommunityToolkit.WinUI.Notifications.7.1.2","TargetFrameworks":[".NETCoreApp,Version=v3.1","net5.0","net5.0-windows10.0.18362",".NETFramework,Version=v4.6.1",".NETStandard,Version=v1.4","native,Version=v0.0","UAP,Version=v10.0.10240","UAP,Version=v10.0.16299"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:02:08.9101054Z","@mt":"Package {NuGetPackage} will work on {TargetFramework}","@l":"Debug","NuGetPackage":"CommunityToolkit.WinUI.Notifications, Version=7.1.2","TargetFramework":["net6.0-windows10.0.19041"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer"} -{"@t":"2022-06-09T14:02:08.9101263Z","@mt":"No package updates needed","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"} -{"@t":"2022-06-09T14:02:08.9121016Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Target compatibility reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:02:08.9121447Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Upgrade assistant reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:02:08.9131470Z","@mt":"Analyzing packages with {AnalyzerName}","@l":"Debug","AnalyzerName":"Upgrade assistant reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"} -{"@t":"2022-06-09T14:02:08.9132749Z","@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-06-09T14:02:08.9132918Z","@mt":"No package updates needed","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"} -{"@t":"2022-06-09T14:02:08.9139974Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Upgrade assistant reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:02:08.9140176Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Windows Compatibility Pack Analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:02:08.9149629Z","@mt":"Analyzing packages with {AnalyzerName}","@l":"Debug","AnalyzerName":"Windows Compatibility Pack Analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"} -{"@t":"2022-06-09T14:02:08.9194914Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:08.9195715Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e80ef2be-41a2-4444-9a92-16eec9250871\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:08.9200002Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e80ef2be-41a2-4444-9a92-16eec9250871\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:08.9200892Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:08.9672293Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:09.0774001Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:09.0779602Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:09.0823456Z","@mt":"{PackageName} already referenced transitively","@l":"Debug","PackageName":"Microsoft.Windows.Compatibility","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.WindowsCompatReferenceAnalyzer"} -{"@t":"2022-06-09T14:02:09.0823678Z","@mt":"No package updates needed","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"} -{"@t":"2022-06-09T14:02:09.0869429Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Windows Compatibility Pack Analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:02:09.0869900Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"MyDotAnalyzer reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:02:09.0889004Z","@mt":"Analyzing packages with {AnalyzerName}","@l":"Debug","AnalyzerName":"MyDotAnalyzer reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"} -{"@t":"2022-06-09T14:02:09.0890285Z","@mt":"{Project} is not a VB class library","@l":"Debug","Project":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Openhab.Core.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.VisualBasic.MyDotAnalyzer"} -{"@t":"2022-06-09T14:02:09.0890427Z","@mt":"No package updates needed","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"} -{"@t":"2022-06-09T14:02:09.0896652Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"MyDotAnalyzer reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:02:09.0896799Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Newtonsoft.Json reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:02:09.0906103Z","@mt":"Analyzing packages with {AnalyzerName}","@l":"Debug","AnalyzerName":"Newtonsoft.Json reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"} -{"@t":"2022-06-09T14:02:09.0949228Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:09.0950382Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2c75f69c-3662-4bee-93e4-ece9c85a1982\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:09.0953663Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2c75f69c-3662-4bee-93e4-ece9c85a1982\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:09.0954302Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:09.1286129Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:09.2237799Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:09.2242625Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:09.2365836Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:09.2367595Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5e431245-1073-41bf-9ef4-28398c548cc7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:09.2372482Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5e431245-1073-41bf-9ef4-28398c548cc7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:09.2373275Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:09.2781352Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:09.3781458Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:09.3786222Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:09.3828663Z","@mt":"No package updates needed","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"} -{"@t":"2022-06-09T14:02:09.3871384Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Newtonsoft.Json reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:02:09.3871633Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Windows App SDK package analysis","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:02:09.3920110Z","@mt":"Analyzing packages with {AnalyzerName}","@l":"Debug","AnalyzerName":"Windows App SDK package analysis","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"} -{"@t":"2022-06-09T14:02:09.3964619Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:09.3965847Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\39cf93f8-6052-4ef7-8470-109b5e0a61bb\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:09.3968640Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\39cf93f8-6052-4ef7-8470-109b5e0a61bb\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:09.3969190Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:09.4407575Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:09.5579807Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:09.5590301Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:09.5718121Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:09.5720292Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\279ff429-da3f-47a9-bf06-43cff9c83b73\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:09.5730442Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\279ff429-da3f-47a9-bf06-43cff9c83b73\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:09.5731688Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:09.6154580Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:09.7186718Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:09.7191861Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:09.7235699Z","@mt":"No package updates needed","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"} -{"@t":"2022-06-09T14:02:09.7287933Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Windows App SDK package analysis","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:02:09.7288249Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Transitive reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:02:09.7318283Z","@mt":"Analyzing packages with {AnalyzerName}","@l":"Debug","AnalyzerName":"Transitive reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"} -{"@t":"2022-06-09T14:02:09.7369540Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:09.7370544Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3ecf440e-c311-48f5-925a-37e031fc730e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:09.7374941Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3ecf440e-c311-48f5-925a-37e031fc730e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:09.7375539Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:09.7745680Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:09.9474441Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:09.9479193Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:09.9523188Z","@mt":"No package updates needed","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"} -{"@t":"2022-06-09T14:02:09.9548936Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Update NuGet Packages","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"} -{"@t":"2022-06-09T14:02:09.9557686Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Update NuGet Packages","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"} -{"@t":"2022-06-09T14:02:09.9573943Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Transitive reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:02:09.9639931Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:09.9640750Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\58b0b5c3-7f99-43ea-ab2c-f0d3af120f17\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:09.9643598Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\58b0b5c3-7f99-43ea-ab2c-f0d3af120f17\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:09.9644251Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:09.9994653Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:10.1015480Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:10.1025424Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:10.1123701Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:10.1124262Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\869a13ab-cec4-4363-8aa1-ff35e6048b41\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:10.1128033Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\869a13ab-cec4-4363-8aa1-ff35e6048b41\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:10.1128653Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:10.1449742Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:10.2514822Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:10.2519482Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:10.2572756Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Add template files","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:02:10.2713361Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:10.2715534Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8372489d-82f6-4d48-b249-0dfca53b5f82\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:10.2719074Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8372489d-82f6-4d48-b249-0dfca53b5f82\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:10.2719664Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:10.3092591Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:10.4202240Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:10.4207664Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:10.4309591Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:10.4310189Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3104cf1f-0bb1-404e-8734-48c1f75d5c04\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:10.4313706Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3104cf1f-0bb1-404e-8734-48c1f75d5c04\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:10.4314603Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:10.4678036Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:10.5800948Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:10.5806568Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:10.5868577Z","@mt":"{FilesNeededCount} expected template items needed","FilesNeededCount":0,"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Templates.TemplateInserterStep"} -{"@t":"2022-06-09T14:02:10.5920809Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Add template files","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:02:10.5977091Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:10.5978231Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9c227a32-fbfa-4fc7-9581-c4604eb27d48\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:10.5981682Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9c227a32-fbfa-4fc7-9581-c4604eb27d48\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:10.5982740Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:10.6348517Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:10.7467532Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:10.7472123Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:10.7573354Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:10.7574507Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\05961e66-b1f3-4555-82aa-afaca11a4126\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:10.7577249Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\05961e66-b1f3-4555-82aa-afaca11a4126\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:10.7577787Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:10.7936665Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:10.9101614Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:10.9107135Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:10.9200149Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:10.9201204Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b16f41be-cbab-4d5f-899d-f1990e3325a5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:10.9204580Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b16f41be-cbab-4d5f-899d-f1990e3325a5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:10.9205541Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:10.9563004Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:11.0640514Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:11.0645541Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:11.0728368Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:11.0729105Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\30c95386-c57c-4bd4-83a0-2888bf90c5ac\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:11.0732668Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\30c95386-c57c-4bd4-83a0-2888bf90c5ac\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:11.0733317Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:11.1060629Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:11.2225771Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:11.2230775Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:11.2320849Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:11.2321687Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3d0f94bf-0114-45be-826a-bf673817f6e4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:11.2326503Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3d0f94bf-0114-45be-826a-bf673817f6e4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:11.2327237Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:11.2677149Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:11.3842522Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:11.3847529Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:11.3945270Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:11.3946046Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ae5ceb06-8b38-4c69-94ea-80c7d5298a4f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:11.3949451Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ae5ceb06-8b38-4c69-94ea-80c7d5298a4f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:11.3949999Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:11.4257182Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:11.5308929Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:11.5315985Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:11.5373929Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Update Windows Desktop Project","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:02:11.5476238Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:11.5477544Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8c93ca72-7440-4cf8-af40-724585c950fb\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:11.5481015Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8c93ca72-7440-4cf8-af40-724585c950fb\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:11.5481629Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:11.5833988Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:11.6810914Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:11.6815416Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:11.6935128Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:11.6936724Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3e43ccd3-7194-42d6-ae51-fb1b80043ffc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:11.6939945Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3e43ccd3-7194-42d6-ae51-fb1b80043ffc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:11.6941754Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:11.7243226Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:11.8430136Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:11.8437373Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:11.8536071Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:11.8537274Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\135f0110-99b8-42f0-af69-9c9f0e79e162\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:11.8540117Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\135f0110-99b8-42f0-af69-9c9f0e79e162\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:11.8540663Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:11.8896866Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:12.0111840Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:12.0119276Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:12.0219905Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:12.0220604Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\44a35d6e-cb19-4d4d-96ad-d891b507e63b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:12.0223964Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\44a35d6e-cb19-4d4d-96ad-d891b507e63b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:12.0224815Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:12.0730436Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:12.2108904Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:12.2114877Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:12.2227966Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:12.2228974Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\11c430a8-baf7-47c1-b92d-a704e1a155bf\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:12.2232605Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\11c430a8-baf7-47c1-b92d-a704e1a155bf\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:12.2234156Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:12.2620951Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:12.3776406Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:12.3780743Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:12.3875981Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:12.3876772Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\09e4fe07-359c-4e60-ad7e-a3ca8f5d32db\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:12.3880799Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\09e4fe07-359c-4e60-ad7e-a3ca8f5d32db\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:12.3881514Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:12.4262944Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:12.5394006Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:12.5402350Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:12.5502576Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:12.5503648Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6397021f-ba94-4a2c-8978-838cbf2831a7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:12.5506947Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6397021f-ba94-4a2c-8978-838cbf2831a7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:12.5507803Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:12.5884685Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:12.6981038Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:12.6986040Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:12.7084007Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:12.7085079Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\17959100-f9b0-4440-be30-20537468257e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:12.7088186Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\17959100-f9b0-4440-be30-20537468257e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:12.7088791Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:12.7461703Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:12.8997559Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:12.9002535Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:12.9101610Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:12.9102682Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4840be3a-1206-4743-bd4d-fa71f5825580\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:12.9106141Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4840be3a-1206-4743-bd4d-fa71f5825580\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:12.9107013Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:12.9490436Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:13.0576678Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:13.0581467Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:13.0685443Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:13.0686993Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c081af8b-1f36-44c8-a5bc-69db3b7767d4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:13.0692806Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c081af8b-1f36-44c8-a5bc-69db3b7767d4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:13.0694942Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:13.1063953Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:13.2101115Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:13.2106360Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:13.2200375Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:13.2201688Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dbfde33b-7b38-4a3a-8e8c-90a628a3888f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:13.2205037Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dbfde33b-7b38-4a3a-8e8c-90a628a3888f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:13.2205650Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:13.2517005Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:13.3737131Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:13.3742748Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:13.3856646Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:13.3857376Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\969df822-9d90-48a0-947a-33a415c7e992\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:13.3875206Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\969df822-9d90-48a0-947a-33a415c7e992\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:13.3876404Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:13.4238429Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:13.5463531Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:13.5470283Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:13.5610253Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:13.5611240Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d585b296-c236-4f4a-ac49-d70e1f2d9bcf\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:13.5614912Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d585b296-c236-4f4a-ac49-d70e1f2d9bcf\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:13.5615649Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:13.6010011Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:13.7164715Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:13.7169895Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:13.7272085Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:13.7273117Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f52b420f-0ffc-45ac-bb40-7f8cb17e9136\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:13.7276098Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f52b420f-0ffc-45ac-bb40-7f8cb17e9136\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:13.7276856Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:13.7706278Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:13.8838325Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:13.8842938Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:13.8927000Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:13.8927949Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b15bb854-9764-440c-92eb-47dd1b7ad338\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:13.8931371Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b15bb854-9764-440c-92eb-47dd1b7ad338\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:13.8932165Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:13.9265137Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:14.0442792Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:14.0450122Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:14.0553108Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:14.0554602Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e39b25a6-659b-44bf-b4f4-931cb5c8d790\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:14.0557557Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e39b25a6-659b-44bf-b4f4-931cb5c8d790\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:14.0558186Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:14.0937914Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:14.1982756Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:14.1987631Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:14.2608782Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Update Windows Desktop Project","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:02:14.2676247Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:14.2677458Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8e9f8088-f792-43d8-8baf-5773331d4263\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:14.2680893Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8e9f8088-f792-43d8-8baf-5773331d4263\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:14.2681656Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:14.3035408Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:14.4119386Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:14.4124131Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:14.4206713Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:14.4207758Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d495e9b1-075d-48cb-bc54-4b4c29f66b2e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:14.4210971Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d495e9b1-075d-48cb-bc54-4b4c29f66b2e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:14.4212027Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:14.4566200Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:14.5805362Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:14.5809918Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:14.5900827Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:14.5901669Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\de59015b-a4aa-4819-8cab-44505ed0af0f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:14.5909629Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\de59015b-a4aa-4819-8cab-44505ed0af0f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:14.5910674Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:14.6328089Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:14.7500799Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:14.7506901Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:14.7613779Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:14.7614566Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8d2d9b7a-2121-44ad-87ad-c9b783daf20f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:14.7618116Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8d2d9b7a-2121-44ad-87ad-c9b783daf20f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:14.7618901Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:14.7994901Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:14.9117394Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:14.9124258Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:14.9216853Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:14.9217763Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3ee1a33c-c419-4785-9aa4-4c604e2450c1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:14.9222042Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3ee1a33c-c419-4785-9aa4-4c604e2450c1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:14.9223059Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:14.9606325Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:15.0673352Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:15.0678002Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:15.0766408Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:15.0767559Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f4910d8f-5195-47fe-96e8-0e8fdca3912b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:15.0773543Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f4910d8f-5195-47fe-96e8-0e8fdca3912b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:15.0775163Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:15.1068157Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:15.2012115Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:15.2032177Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:15.2078133Z","@mt":"Identified upgrade step {UpgradeStep} as the next step","@l":"Debug","UpgradeStep":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WinUINamespaceUpdater","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:02:15.2167469Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:15.2169118Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6cde4765-3423-4beb-b9ed-748c8fc102f2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:15.2174070Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6cde4765-3423-4beb-b9ed-748c8fc102f2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:15.2175758Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:15.2553493Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:15.3572358Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:15.3579493Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:15.3679411Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:15.3679971Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\08179892-ecd6-4735-a7a2-ee1dd7cf9357\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:15.3683502Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\08179892-ecd6-4735-a7a2-ee1dd7cf9357\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:15.3684036Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:15.4329040Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:15.5270656Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:15.5276026Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:15.5553748Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:15.5554811Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7f5a81e3-2074-408a-bca5-39c2e8f7078d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:15.5558637Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7f5a81e3-2074-408a-bca5-39c2e8f7078d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:15.5559361Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:15.5973655Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:15.6889832Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:15.6894657Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:15.6980815Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:15.6981593Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\256182e4-2733-48df-b1d8-4569489d721a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:15.6985208Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\256182e4-2733-48df-b1d8-4569489d721a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:15.6985950Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:15.7330635Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:15.8499775Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:15.8506277Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:15.8629828Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:15.8630721Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2f327d20-375a-4b6a-b952-6787d875a73e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:15.8634425Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2f327d20-375a-4b6a-b952-6787d875a73e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:15.8635279Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:15.9094558Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:16.0296883Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:16.0306626Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:16.0405875Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:16.0407243Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5059dba6-130c-4374-b681-d19bc1f6240b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:16.0410176Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5059dba6-130c-4374-b681-d19bc1f6240b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:16.0411014Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:16.0752907Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:16.1709418Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:16.1714576Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:16.1802469Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:16.1803349Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\13b09c71-9075-45d5-b8d6-2d4ee7fa8140\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:16.1818909Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\13b09c71-9075-45d5-b8d6-2d4ee7fa8140\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:16.1819947Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:16.2120355Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:16.3035399Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:16.3039812Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:16.3136255Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:16.3137703Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f172cf96-289a-4378-83d6-265317da69ec\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:16.3141853Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f172cf96-289a-4378-83d6-265317da69ec\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:16.3143354Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:16.3494165Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:16.4582666Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:16.4587749Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:16.4675157Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:16.4676214Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5b6703b8-2c65-4aab-86cc-14a7f2b0440a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:16.4679152Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5b6703b8-2c65-4aab-86cc-14a7f2b0440a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:16.4679739Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:16.4966241Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:16.6065245Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:16.6069872Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:16.6160701Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:16.6161463Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ec42ae38-53dd-40fb-839d-9fdadaf04697\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:16.6165099Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ec42ae38-53dd-40fb-839d-9fdadaf04697\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:16.6165677Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:16.6491809Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:16.7584139Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:16.7593711Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:16.7698920Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:16.7699875Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\09741453-920e-4d11-912e-df7d769e48aa\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:16.7703416Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\09741453-920e-4d11-912e-df7d769e48aa\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:16.7704055Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:16.8060227Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:16.9249504Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:16.9255439Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:16.9368809Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:16.9369692Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0a8adccb-6681-4193-a0de-ef3dfd1c252f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:16.9373418Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0a8adccb-6681-4193-a0de-ef3dfd1c252f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:16.9374392Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:16.9735416Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:17.0905226Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:17.0910639Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:17.1010703Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:17.1012190Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\159afc2e-f98c-42b9-b166-bf41ff53b8b3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:17.1015707Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\159afc2e-f98c-42b9-b166-bf41ff53b8b3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:17.1016276Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:17.1393589Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:17.2492241Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:17.2497424Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:17.2604365Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:17.2604964Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\39503b7b-8638-4bfa-b912-7596f97eef10\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:17.2608396Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\39503b7b-8638-4bfa-b912-7596f97eef10\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:17.2609005Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:17.2959891Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:17.4095204Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:17.4104001Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:17.4248738Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:17.4251458Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\73189197-fefb-4d41-9c83-904041d8006b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:17.4256763Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\73189197-fefb-4d41-9c83-904041d8006b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:17.4258590Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:17.4596097Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:17.6007120Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:17.6023853Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:17.6108462Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:17.6109863Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9bbd3a77-0dc2-4aae-ad39-b331b6799ff4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:17.6113465Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9bbd3a77-0dc2-4aae-ad39-b331b6799ff4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:17.6114805Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:17.6464085Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:17.7500070Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:17.7508083Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:17.7651554Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:17.7652719Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1780f985-4c39-4fee-be5f-cdcc9e1d5250\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:17.7656470Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1780f985-4c39-4fee-be5f-cdcc9e1d5250\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:17.7657307Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:17.8077310Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:17.9287766Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:17.9296289Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:17.9400837Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:17.9401821Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ad9d5f2f-862b-412c-966a-3ec48b746620\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:17.9404966Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ad9d5f2f-862b-412c-966a-3ec48b746620\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:17.9405533Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:17.9763554Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:18.0847445Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:18.0852395Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:18.0970567Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:18.0971441Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2290e131-81f1-45cd-91e3-095d9d57ed7e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:18.0974477Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2290e131-81f1-45cd-91e3-095d9d57ed7e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:18.0975022Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:18.1333914Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:18.2475041Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:18.2479795Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:18.2578385Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:18.2579360Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\68bdfc77-3bd0-4176-98d0-8c476eda2b40\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:18.2583227Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\68bdfc77-3bd0-4176-98d0-8c476eda2b40\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:18.2583855Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:18.2920487Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:18.4008164Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:18.4013901Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:18.4151595Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:18.4153262Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6aca7636-57e8-4a90-a9e0-6e3700e00558\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:18.4160303Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6aca7636-57e8-4a90-a9e0-6e3700e00558\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:18.4161849Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:18.4586058Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:18.5710691Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:18.5716586Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:18.5815422Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:18.5816523Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9d15c96e-898e-4519-8a0d-4efb978abe94\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:18.5820112Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9d15c96e-898e-4519-8a0d-4efb978abe94\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:18.5820741Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:18.6254358Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:18.7355871Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:18.7360971Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:18.7512074Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:18.7513183Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0403cfff-e983-4c44-bfdd-c0ecd85a85a2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:18.7516835Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0403cfff-e983-4c44-bfdd-c0ecd85a85a2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:18.7517531Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:18.7902188Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:18.9012654Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:18.9017459Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:18.9118420Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:18.9119029Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4cfade28-6eda-4272-b5e9-69c6f324e066\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:18.9125310Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4cfade28-6eda-4272-b5e9-69c6f324e066\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:18.9126670Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:18.9493328Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:19.0510577Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:19.0516157Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:19.0635491Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:19.0636404Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b51a7688-a266-4cc0-bbc2-5c8be8f879c4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:19.0639851Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b51a7688-a266-4cc0-bbc2-5c8be8f879c4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:19.0642151Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:19.1051080Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:19.2035864Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:19.2042724Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:19.2141383Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:19.2142220Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\60d84402-c5a7-4631-85a9-4b6e0065abde\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:19.2145468Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\60d84402-c5a7-4631-85a9-4b6e0065abde\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:19.2146103Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:19.2430116Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:19.3521393Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:19.3529634Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:19.3656276Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:19.3658040Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0b6ea5ff-cbcc-4c1d-a5a8-793dcf958074\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:19.3661956Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0b6ea5ff-cbcc-4c1d-a5a8-793dcf958074\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:19.3662680Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:19.4026094Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:19.5167043Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:19.5172781Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:19.5286695Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:19.5288689Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\94112de3-d41d-4562-bee0-a681cdfcc74e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:19.5291973Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\94112de3-d41d-4562-bee0-a681cdfcc74e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:19.5292526Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:19.5628676Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:19.6719636Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:19.6724516Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:19.6837381Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:19.6839172Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b127d0e0-3b03-43f0-952d-1f9da7b11394\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:19.6843108Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b127d0e0-3b03-43f0-952d-1f9da7b11394\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:19.6843691Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:19.7223493Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:19.8374760Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:19.8379451Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:19.8466947Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:19.8468517Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\436d0dff-0baf-4f75-be34-72a52ba3d6cf\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:19.8471297Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\436d0dff-0baf-4f75-be34-72a52ba3d6cf\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:19.8471903Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:19.9158176Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:20.0175908Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:20.0180957Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:20.0293583Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:20.0294417Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\856f607c-57d2-4ffc-a6d5-cfacf3db6392\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:20.0297541Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\856f607c-57d2-4ffc-a6d5-cfacf3db6392\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:20.0298095Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:20.0622660Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:20.1722757Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:20.1728090Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:20.1826192Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:20.1827419Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\933e9a31-1a54-41d1-95cb-e9ad7be31ea9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:20.1830607Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\933e9a31-1a54-41d1-95cb-e9ad7be31ea9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:20.1831231Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:20.2131313Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:20.3225590Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:20.3230774Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:20.3335712Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:20.3336600Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\40fc6e41-1ec2-4dee-a63d-7b63901d21ca\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:20.3339764Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\40fc6e41-1ec2-4dee-a63d-7b63901d21ca\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:20.3340329Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:20.3669896Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:20.4804340Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:20.4810589Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:20.4909461Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:20.4910725Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b75f2b94-aa03-4c1e-8e35-e79fad8ef7bc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:20.4913751Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b75f2b94-aa03-4c1e-8e35-e79fad8ef7bc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:20.4914471Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:20.5260344Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:20.6310196Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:20.6314704Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:20.6468429Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:20.6471046Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\60ebe008-5ec7-4c4f-b5bc-a58517550f0c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:20.6476518Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\60ebe008-5ec7-4c4f-b5bc-a58517550f0c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:20.6477331Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:20.6841315Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:20.7981184Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:20.7986147Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:20.8093330Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:20.8094490Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\989a83d9-0499-478c-878c-0745a481c558\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:20.8097354Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\989a83d9-0499-478c-878c-0745a481c558\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:20.8098025Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:20.8421041Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:20.9488060Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:20.9493218Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:20.9609562Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:20.9610735Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3b489c22-6c46-4b8d-bbb8-1ae436503676\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:20.9613796Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3b489c22-6c46-4b8d-bbb8-1ae436503676\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:20.9614669Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:20.9921092Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:21.1129834Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:21.1135793Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:21.1228351Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:21.1228888Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5697372f-f58d-4b91-be16-41f08bf603b5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:21.1232198Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5697372f-f58d-4b91-be16-41f08bf603b5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:21.1232897Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:21.1592485Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:21.2621524Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:21.2626129Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:21.2727840Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:21.2729202Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\17bcad7b-78b9-49e2-9042-9ad056b8b2d8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:21.2732147Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\17bcad7b-78b9-49e2-9042-9ad056b8b2d8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:21.2732748Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:21.3083341Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:21.4248579Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:21.4253658Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:21.4359408Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:21.4360124Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\809cdd34-f75d-49d3-8219-3cbf8bce9452\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:21.4366274Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\809cdd34-f75d-49d3-8219-3cbf8bce9452\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:21.4367141Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:21.4686038Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:21.5759451Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:21.5764991Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:21.5898037Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:21.5899000Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b3b4f5d4-468a-40ba-afeb-343ec475a7e2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:21.5904303Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b3b4f5d4-468a-40ba-afeb-343ec475a7e2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:21.5905206Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:21.6262346Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:21.7394469Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:21.7399868Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:21.7498576Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:21.7500035Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d9948687-406c-4a18-9609-35a202fb9596\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:21.7505448Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d9948687-406c-4a18-9609-35a202fb9596\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:21.7507046Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:21.7898275Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:21.9228931Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:21.9237001Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:21.9372564Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:21.9373390Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ab215e8f-75f0-4f01-bf5a-86be4a90cf4a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:21.9376956Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ab215e8f-75f0-4f01-bf5a-86be4a90cf4a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:21.9378052Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:21.9776380Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:22.0930018Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:22.0936803Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:22.1044333Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:22.1045112Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\97a25a89-8191-4049-8cf5-168fb86a3d5c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:22.1048774Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\97a25a89-8191-4049-8cf5-168fb86a3d5c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:22.1049761Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:22.1401487Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:22.2546906Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:22.2552933Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:22.2677729Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:22.2678840Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6d83d3e9-8484-45a9-be70-b84b6ac5fe2e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:22.2682128Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6d83d3e9-8484-45a9-be70-b84b6ac5fe2e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:22.2682740Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:22.3014725Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:22.4098043Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:22.4104110Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:22.4229789Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:22.4230665Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\54a1e159-691d-4f91-8aa6-97ac8c1e9147\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:22.4234846Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\54a1e159-691d-4f91-8aa6-97ac8c1e9147\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:22.4235510Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:22.4554783Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:22.5485789Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:22.5490407Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:22.5586288Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:22.5587197Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\83c055ac-8db6-4396-9676-14aefadfdd2f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:22.5590230Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\83c055ac-8db6-4396-9676-14aefadfdd2f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:22.5590833Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:22.5982494Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:22.7349739Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:22.7355036Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:22.7454533Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:22.7455268Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4202a28c-5106-45f9-a22b-cf0570e9a8f1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:22.7458349Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4202a28c-5106-45f9-a22b-cf0570e9a8f1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:22.7458954Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:22.7838770Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:22.9006867Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:22.9011459Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:22.9109468Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:22.9110674Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f2c0b579-2d4a-438c-b366-442546b1c8ad\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:22.9113712Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f2c0b579-2d4a-438c-b366-442546b1c8ad\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:22.9114276Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:22.9516107Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:23.1088370Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:23.1094112Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:23.1204292Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:23.1205065Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\48d03b46-2046-4297-bfb3-4166fbea4c9b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:23.1207772Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\48d03b46-2046-4297-bfb3-4166fbea4c9b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:23.1208412Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:23.1575678Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:23.2999677Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:23.3007569Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:23.3125055Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:23.3125974Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\081c3cf4-b03a-4589-994d-db47f84c2a20\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:23.3130351Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\081c3cf4-b03a-4589-994d-db47f84c2a20\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:23.3131278Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:23.3545891Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:23.4510648Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:23.4516424Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:23.4601792Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:23.4602497Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c14ee7bb-50bb-47cf-99a6-3f6bb6fe90af\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:23.4605092Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c14ee7bb-50bb-47cf-99a6-3f6bb6fe90af\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:23.4605731Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:23.4943044Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:23.5869988Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:23.5875268Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:23.5985064Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:23.5986001Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e917121f-e84d-4a90-8bea-1b508907af88\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:23.5989085Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e917121f-e84d-4a90-8bea-1b508907af88\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:23.5989632Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:23.6303388Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:23.7318553Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:23.7323737Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:23.7428346Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:23.7429116Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\080dd149-19d4-43cb-bbe5-9ccaef0a19ed\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:23.7432313Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\080dd149-19d4-43cb-bbe5-9ccaef0a19ed\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:23.7433153Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:23.7758956Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:23.8951665Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:23.8957025Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:23.9064055Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:23.9065697Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5a980952-f955-4db6-b3d5-f9b7045dc461\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:23.9069140Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5a980952-f955-4db6-b3d5-f9b7045dc461\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:23.9069706Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:23.9436213Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:24.0450736Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:24.0458054Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:24.0543256Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:24.0543781Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d7d795f0-3423-40c3-a7df-a718a1ef797f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:24.0546930Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d7d795f0-3423-40c3-a7df-a718a1ef797f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:24.0547462Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:24.0838409Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:24.1859603Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:24.1869576Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:31.5917187Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Update WinUI namespaces","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsDesktopUpdateStep"} -{"@t":"2022-06-09T14:02:31.7638181Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Update WinUI namespaces","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsDesktopUpdateStep"} -{"@t":"2022-06-09T14:02:33.6382810Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:33.6384018Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4d158dbf-f51f-409d-a6ed-46dec64119bc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:33.6386852Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4d158dbf-f51f-409d-a6ed-46dec64119bc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:33.6387478Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:33.6763106Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:33.8077774Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:33.8082693Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:33.8181050Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:33.8182126Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4bfa47ff-dcc1-408a-83d1-4290a207b305\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:33.8185334Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4bfa47ff-dcc1-408a-83d1-4290a207b305\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:33.8186295Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:33.8526266Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:33.9726352Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:33.9731759Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:33.9827960Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:33.9829199Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7be6ccba-b313-4658-b8ae-3e846db558e9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:33.9833415Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7be6ccba-b313-4658-b8ae-3e846db558e9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:33.9834066Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:34.0207961Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:34.1402063Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:34.1415009Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:34.1522956Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:34.1523694Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fadb8129-dcdb-4565-aaed-f627bb24ff44\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:34.1527432Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fadb8129-dcdb-4565-aaed-f627bb24ff44\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:34.1528001Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:34.1861188Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:34.2937005Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:34.2941965Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:34.3036540Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:34.3037436Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8afb645f-ec48-4637-970e-86b5be19e38f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:34.3041095Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8afb645f-ec48-4637-970e-86b5be19e38f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:34.3041665Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:34.3416453Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:34.4592913Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:34.4598111Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:34.4753961Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:34.4755264Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8dcf1b80-a73f-40fa-ae43-2bdb715db7ee\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:34.4760553Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8dcf1b80-a73f-40fa-ae43-2bdb715db7ee\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:34.4761578Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:34.5248186Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:34.6583485Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:34.6588897Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:34.6681839Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:34.6682671Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fde09ec5-75a8-463c-ab5b-7a429ea7414e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:34.6686504Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fde09ec5-75a8-463c-ab5b-7a429ea7414e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:34.6687399Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:34.7091402Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:34.9005448Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:34.9012995Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:34.9127293Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:34.9128412Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d79828ac-d90c-48f7-a5c7-59761041cb9e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:34.9131865Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d79828ac-d90c-48f7-a5c7-59761041cb9e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:34.9132621Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:34.9410470Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:35.0387754Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:35.0392271Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:35.0493976Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:35.0494859Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2f75556b-1061-4b8e-987d-81acf78a027a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:35.0497968Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2f75556b-1061-4b8e-987d-81acf78a027a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:35.0498528Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:35.0784172Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:35.1970142Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:35.1977948Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:35.2096205Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:35.2097203Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8f222308-5809-425c-a98c-072a23578328\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:35.2099943Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8f222308-5809-425c-a98c-072a23578328\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:35.2100512Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:35.2419341Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:35.3649901Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:35.3666676Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:35.3753571Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:35.3754788Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b45980e3-641a-45f2-a6d8-ac63d9926820\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:35.3757843Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b45980e3-641a-45f2-a6d8-ac63d9926820\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:35.3758467Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:35.4100769Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:35.5109235Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:35.5116126Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:35.5199466Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:35.5200683Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\db7ed63b-1420-4348-ad88-18bbddd5d57c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:35.5203806Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\db7ed63b-1420-4348-ad88-18bbddd5d57c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:35.5204592Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:35.5539749Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:35.6608073Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:35.6612506Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:35.6698794Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:35.6699682Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\deeb3601-9491-4fad-9466-be3c8a92266b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:35.6719585Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\deeb3601-9491-4fad-9466-be3c8a92266b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:35.6721226Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:35.7024438Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:35.8210414Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:35.8215235Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:35.8302209Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:35.8302976Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d79b2ae7-50d3-48a7-9b30-ad15f056a40d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:35.8305738Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d79b2ae7-50d3-48a7-9b30-ad15f056a40d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:35.8306499Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:35.8696793Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:35.9849104Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:35.9857784Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:35.9964157Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:35.9965123Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\642a0847-1001-42dc-b468-d9ac3d208ba9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:35.9968560Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\642a0847-1001-42dc-b468-d9ac3d208ba9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:35.9969175Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:36.0313047Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:36.1622054Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:36.1627251Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:36.1723173Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:36.1724655Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a8edbc6b-2b10-4764-9968-91806eed15da\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:36.1729127Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a8edbc6b-2b10-4764-9968-91806eed15da\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:36.1730651Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:36.2148610Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:36.3336442Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:36.3341724Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:36.3449541Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:36.3450616Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4302966c-5500-4eff-beb7-134915009da8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:36.3454802Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4302966c-5500-4eff-beb7-134915009da8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:36.3455834Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:36.3976716Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:36.5245564Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:36.5250791Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:36.5348879Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:36.5349782Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fd807bac-fc45-47c0-b38e-5f85a152173b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:36.5353052Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fd807bac-fc45-47c0-b38e-5f85a152173b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:36.5353706Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:36.5676631Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:36.6786967Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:36.6791929Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:36.6892963Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:36.6894187Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\edb2dba0-52b9-485f-9983-566f8e584fb7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:36.6897431Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\edb2dba0-52b9-485f-9983-566f8e584fb7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:36.6898053Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:36.7216268Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:36.8218297Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:36.8222783Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:36.8344210Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:36.8344792Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a0c99cf9-9f7b-47ab-991c-f08a4b940742\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:36.8348357Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a0c99cf9-9f7b-47ab-991c-f08a4b940742\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:36.8349077Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:36.8625483Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:36.9789115Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:36.9795416Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:36.9913044Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:36.9914322Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9b37f7b0-3e16-48e3-b526-5a72ede3c0b0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:36.9917306Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9b37f7b0-3e16-48e3-b526-5a72ede3c0b0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:36.9918041Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:37.0285160Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:37.1420191Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:37.1424830Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:37.1523746Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:37.1524356Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a67e139c-e5df-48be-84ff-f1e594ac08e6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:37.1528819Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a67e139c-e5df-48be-84ff-f1e594ac08e6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:37.1529493Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:37.1874679Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:37.2888162Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:37.2893399Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:37.3017772Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:37.3018833Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2081cc4f-11e0-4f4b-a54a-0bde2be4152f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:37.3022127Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2081cc4f-11e0-4f4b-a54a-0bde2be4152f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:37.3022696Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:37.3352928Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:37.4448565Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:37.4453174Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:37.4545820Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:37.4546377Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d74969de-31eb-4fb6-b4d8-41e159b745e2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:37.4549732Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d74969de-31eb-4fb6-b4d8-41e159b745e2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:37.4550339Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:37.4882328Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:37.5921298Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:37.5926230Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:37.6019106Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:37.6020200Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ddb49383-182f-4f4e-b74f-9986d7369de7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:37.6023197Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ddb49383-182f-4f4e-b74f-9986d7369de7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:37.6023918Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:37.6356318Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:37.7901102Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:37.7906117Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:37.8014103Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:37.8014869Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7f20e802-d6f2-42a7-9e1d-30aa35307276\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:37.8017934Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7f20e802-d6f2-42a7-9e1d-30aa35307276\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:37.8018716Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:37.8598819Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:37.9748332Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:37.9753000Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:37.9839401Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:37.9840286Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c8e36ed0-f1a0-46a4-903d-8ee6759f01c8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:37.9843516Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c8e36ed0-f1a0-46a4-903d-8ee6759f01c8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:37.9844182Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:38.0182287Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:38.1427525Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:38.1442383Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:38.1569904Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:38.1571059Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c1681bb4-b621-4c82-840f-5a9d7a3fd1ed\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:38.1574446Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c1681bb4-b621-4c82-840f-5a9d7a3fd1ed\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:38.1575112Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:38.1943454Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:38.3127187Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:38.3132369Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:38.3189417Z","@mt":"Identified upgrade step {UpgradeStep} as the next step","@l":"Debug","UpgradeStep":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WinUIPropertiesUpdater","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:02:38.3272835Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:38.3273982Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bb9040e2-e0d5-4b41-addf-88fa715517ff\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:38.3277270Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bb9040e2-e0d5-4b41-addf-88fa715517ff\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:38.3278303Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:38.3639712Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:38.4728643Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:38.4733485Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:38.4835891Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:38.4837041Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5147ee38-b57c-4eae-a1a8-2fc4773eac11\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:38.4840007Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5147ee38-b57c-4eae-a1a8-2fc4773eac11\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:38.4841091Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:38.5208390Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:38.6269685Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:38.6275318Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:38.6568603Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:38.6569744Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a4b1fb65-8c63-45b6-9596-2ccd5ed6c594\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:38.6574425Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a4b1fb65-8c63-45b6-9596-2ccd5ed6c594\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:38.6576921Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:38.6965050Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:38.8021074Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:38.8025668Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:38.8112260Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:38.8113299Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f1bed744-e4f5-42aa-9beb-3b3106a57610\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:38.8116086Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f1bed744-e4f5-42aa-9beb-3b3106a57610\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:38.8116633Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:38.8442195Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:38.9478450Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:38.9483834Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:38.9624632Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:38.9625687Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\76cb5ec4-8ddc-4199-9048-59857eca90d3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:38.9629249Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\76cb5ec4-8ddc-4199-9048-59857eca90d3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:38.9630369Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:39.0036756Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:39.1235365Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:39.1244052Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:39.1338266Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:39.1338877Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e90a21a2-e126-415b-8ebb-57f4f04de626\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:39.1342609Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e90a21a2-e126-415b-8ebb-57f4f04de626\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:39.1343294Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:39.1669332Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:39.2775036Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:39.2782549Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:39.2911043Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:39.2912154Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0bffc883-8151-4581-b0a9-78912b6fa9eb\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:39.2915143Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0bffc883-8151-4581-b0a9-78912b6fa9eb\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:39.2915790Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:39.3209060Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:39.4360745Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:39.4365356Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:39.4459074Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:39.4459847Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e9993262-be76-4dfa-a535-b8501e495213\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:39.4463306Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e9993262-be76-4dfa-a535-b8501e495213\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:39.4464335Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:39.4836805Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:39.6293361Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:39.6299662Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:39.6391336Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:39.6392144Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8fe3d785-bd47-4dfa-bb35-b2947d8666c4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:39.6396263Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8fe3d785-bd47-4dfa-bb35-b2947d8666c4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:39.6397303Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:39.6779207Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:39.7766661Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:39.7774276Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:39.7883918Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:39.7885326Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0e7c716c-032b-4ea7-bc01-d7a0c9296b66\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:39.7888541Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0e7c716c-032b-4ea7-bc01-d7a0c9296b66\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:39.7889131Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:39.8213371Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:39.9351189Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:39.9356564Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:39.9453152Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:39.9453884Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5f6200d7-6014-4ea1-8481-7d1ae25ce132\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:39.9456780Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5f6200d7-6014-4ea1-8481-7d1ae25ce132\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:39.9457438Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:39.9824299Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:40.0959126Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:40.0964399Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:40.1065514Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:40.1066655Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\522f4dee-467d-49bd-b5eb-0cdf9f9e3402\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:40.1069360Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\522f4dee-467d-49bd-b5eb-0cdf9f9e3402\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:40.1070011Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:40.1429914Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:40.2471801Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:40.2476968Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:40.2558236Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:40.2559159Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c3c77013-e1c9-4d0e-a736-807dd8dfc00b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:40.2562402Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c3c77013-e1c9-4d0e-a736-807dd8dfc00b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:40.2563156Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:40.2896409Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:40.4265302Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:40.4271076Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:40.4369710Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:40.4370717Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\58b0345f-9abd-44d7-a47d-632d784b7a6d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:40.4373711Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\58b0345f-9abd-44d7-a47d-632d784b7a6d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:40.4374382Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:40.4719128Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:40.5817436Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:40.5823475Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:40.5944085Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:40.5945453Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e8823bf9-7af8-489d-b98d-9aba4eaa1bf6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:40.5948644Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e8823bf9-7af8-489d-b98d-9aba4eaa1bf6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:40.5949347Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:40.6356862Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:40.7533732Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:40.7539672Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:40.7628694Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:40.7629742Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cccf9a61-6059-4e77-9a58-ad6eb329acfd\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:40.7632533Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cccf9a61-6059-4e77-9a58-ad6eb329acfd\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:40.7633093Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:40.7942475Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:40.8887741Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:40.8892378Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:40.8989997Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:40.8990941Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1ba09901-b506-4013-9ac2-8adf19478e75\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:40.8994301Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1ba09901-b506-4013-9ac2-8adf19478e75\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:40.8994848Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:40.9296028Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:41.0404125Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:41.0411003Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:41.0514659Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:41.0515509Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7e203c7e-e566-42b4-9d29-4880a6c7b914\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:41.0519180Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7e203c7e-e566-42b4-9d29-4880a6c7b914\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:41.0519825Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:41.0834565Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:41.1888050Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:41.1893780Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:41.2000526Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:41.2002030Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\52e151ec-f040-477d-a482-39881d9d475e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:41.2005117Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\52e151ec-f040-477d-a482-39881d9d475e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:41.2005676Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:41.2406865Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:41.3394660Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:41.3399284Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:41.3484711Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:41.3485496Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cb5d6645-58c7-4f56-bad4-bd4ccc093d11\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:41.3489067Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cb5d6645-58c7-4f56-bad4-bd4ccc093d11\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:41.3489805Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:41.3837653Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:41.4889990Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:41.4897804Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:41.5008787Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:41.5009740Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8ca43326-2ce9-4536-b091-8c9d575f2872\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:41.5013043Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8ca43326-2ce9-4536-b091-8c9d575f2872\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:41.5013665Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:41.5394152Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:41.6537992Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:41.6543730Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:41.6629711Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:41.6630550Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5c864041-9adc-4b63-9e4b-e858f00c069f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:41.6635162Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5c864041-9adc-4b63-9e4b-e858f00c069f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:41.6637170Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:41.7033585Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:41.8262457Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:41.8268015Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:41.8370183Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:41.8371294Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dc3fdcaf-bcd5-4cae-9e36-a283b4e98c66\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:41.8374051Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dc3fdcaf-bcd5-4cae-9e36-a283b4e98c66\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:41.8374609Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:41.8745745Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:41.9906345Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:41.9913364Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:42.0016112Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:42.0017194Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c9853653-28a3-47ca-83da-ffa15120e0ee\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:42.0021360Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c9853653-28a3-47ca-83da-ffa15120e0ee\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:42.0022215Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:42.0340616Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:42.1461355Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:42.1467560Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:42.1610380Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:42.1611424Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c9c656df-0dcd-4f8b-a5f5-ac03191884e2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:42.1615431Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c9c656df-0dcd-4f8b-a5f5-ac03191884e2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:42.1616248Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:42.2021434Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:42.3271615Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:42.3276387Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:42.3373898Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:42.3375222Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\de9ab09a-53dd-4af8-bb96-1a2e1e82b7ef\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:42.3379626Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\de9ab09a-53dd-4af8-bb96-1a2e1e82b7ef\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:42.3380220Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:42.3690983Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:42.4750795Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:42.4755893Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:42.4913111Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:42.4914085Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\14d36fa2-4245-42bc-813c-980e91470371\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:42.4917434Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\14d36fa2-4245-42bc-813c-980e91470371\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:42.4918088Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:42.5256269Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:42.6335727Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:42.6340075Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:42.6422126Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:42.6423217Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d39eec6d-3faf-49a4-b29c-6b7b90ad632d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:42.6427317Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d39eec6d-3faf-49a4-b29c-6b7b90ad632d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:42.6427864Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:42.6807980Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:42.7963794Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:42.7968281Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:42.8108439Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:42.8109431Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0c9bed4e-54d3-43bf-9a25-7d0529a28f7c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:42.8113566Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0c9bed4e-54d3-43bf-9a25-7d0529a28f7c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:42.8114595Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:42.8490273Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:42.9562351Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:42.9572709Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:42.9722744Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:42.9723595Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\657f13a2-b1ef-436a-b95e-7424c5d86cf2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:42.9727073Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\657f13a2-b1ef-436a-b95e-7424c5d86cf2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:42.9727720Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:43.0092652Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:43.1195274Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:43.1203539Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:43.1329365Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:43.1330290Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\22bf0b31-fa4c-4a8e-bca1-dd6170b029ad\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:43.1334107Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\22bf0b31-fa4c-4a8e-bca1-dd6170b029ad\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:43.1334719Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:43.2129686Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:43.3286349Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:43.3292296Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:43.3389112Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:43.3390303Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\79ac0b4a-7be7-40e4-bb1b-136f4e23413d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:43.3394841Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\79ac0b4a-7be7-40e4-bb1b-136f4e23413d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:43.3395573Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:43.3762942Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:43.4701844Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:43.4706976Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:43.4798398Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:43.4799254Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f2f5dd24-aff4-4047-a9e8-de077fcc6bdd\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:43.4802634Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f2f5dd24-aff4-4047-a9e8-de077fcc6bdd\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:43.4803588Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:43.5205324Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:43.6137708Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:43.6143076Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:43.6238312Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:43.6238910Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\026d4e6e-9f8d-4e7c-9841-b0bf3afe5361\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:43.6242328Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\026d4e6e-9f8d-4e7c-9841-b0bf3afe5361\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:43.6243004Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:43.6584086Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:43.7688852Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:43.7694012Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:43.7795071Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:43.7795941Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\70b749f5-0c0b-44a2-84d1-d06f0924e55d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:43.7799562Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\70b749f5-0c0b-44a2-84d1-d06f0924e55d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:43.7800570Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:43.8182562Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:43.9316655Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:43.9326882Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:43.9435699Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:43.9436729Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8fc4fcf2-1f23-4eeb-83eb-920a1739141d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:43.9440784Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8fc4fcf2-1f23-4eeb-83eb-920a1739141d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:43.9441446Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:43.9820426Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:44.1346132Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:44.1357679Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:44.1492607Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:44.1493979Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e11503e7-552a-4ed1-b6b5-72636486792c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:44.1498227Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e11503e7-552a-4ed1-b6b5-72636486792c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:44.1499324Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:44.1935424Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:44.3047432Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:44.3053812Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:44.3160757Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:44.3161460Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e5728f4f-5dd6-4c35-8641-ad752577cc1c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:44.3164243Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e5728f4f-5dd6-4c35-8641-ad752577cc1c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:44.3164999Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:44.3543319Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:44.4663391Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:44.4669220Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:44.4776810Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:44.4777640Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\24c7771d-3c61-435b-b771-0e99bec2d5de\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:44.4780466Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\24c7771d-3c61-435b-b771-0e99bec2d5de\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:44.4781085Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:44.5160133Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:44.6242601Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:44.6247553Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:44.6335455Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:44.6336323Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bba37b16-d53c-49fe-80d2-c3d95549e572\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:44.6339697Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bba37b16-d53c-49fe-80d2-c3d95549e572\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:44.6340304Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:44.6686366Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:44.7827632Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:44.7832365Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:44.7947358Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:44.7948899Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9ec5098a-61a7-4151-8975-574597e1528c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:44.7952037Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9ec5098a-61a7-4151-8975-574597e1528c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:44.7952588Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:44.8324429Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:44.9336151Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:44.9340659Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:44.9422470Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:44.9423246Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\09d52b41-6d53-4495-80cc-5f5e6b04deb8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:44.9426566Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\09d52b41-6d53-4495-80cc-5f5e6b04deb8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:44.9427393Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:44.9801724Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:45.0917342Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:45.0922247Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:45.1045761Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:45.1047046Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\11c32400-c0af-4ed9-ad78-38c7fa0b0d4a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:45.1066003Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\11c32400-c0af-4ed9-ad78-38c7fa0b0d4a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:45.1066697Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:45.1446228Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:45.2505848Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:45.2510635Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:45.2601359Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:45.2602268Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0d0e5d9a-e80b-4cc2-a359-21bb87f73118\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:45.2607248Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0d0e5d9a-e80b-4cc2-a359-21bb87f73118\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:45.2608276Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:45.2962835Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:45.4080294Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:45.4085291Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:45.4263888Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:45.4265044Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2c9a6db4-df64-4a8f-9221-ca9751b8b02c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:45.4269099Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2c9a6db4-df64-4a8f-9221-ca9751b8b02c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:45.4270075Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:45.4652666Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:45.5584435Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:45.5589603Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:45.5683768Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:45.5684705Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e44a0b5f-119a-480c-b00c-d74f0f2a9b1d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:45.5688709Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e44a0b5f-119a-480c-b00c-d74f0f2a9b1d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:45.5690495Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:45.6029795Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:45.7079007Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:45.7088673Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:45.7206959Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:45.7208445Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4fefd9a9-3aca-4631-af26-496925ed1f3a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:45.7211980Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4fefd9a9-3aca-4631-af26-496925ed1f3a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:45.7212807Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:45.7586943Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:45.9322005Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:45.9327828Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:45.9421746Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:45.9422544Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bd303f1c-f4d0-4956-add1-58b27d7632a8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:45.9425476Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bd303f1c-f4d0-4956-add1-58b27d7632a8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:45.9426156Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:45.9777743Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:46.0958928Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:46.0963768Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:46.1077605Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:46.1078695Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1f8f2d26-85f8-4486-9739-6fa7137fbce5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:46.1082972Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1f8f2d26-85f8-4486-9739-6fa7137fbce5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:46.1083585Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:46.1483752Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:46.2553880Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:46.2558687Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:46.2668613Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:46.2670007Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e71372e4-bb2a-42f3-ba57-07eca65c0e82\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:46.2673359Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e71372e4-bb2a-42f3-ba57-07eca65c0e82\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:46.2674505Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:46.3028684Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:46.4068579Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:46.4073121Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:46.4193036Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:46.4194026Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1541bdbe-8039-404d-9c2d-1bdc12b893b1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:46.4198151Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1541bdbe-8039-404d-9c2d-1bdc12b893b1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:46.4198702Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:46.4553589Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:46.5657769Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:46.5663847Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:46.5757250Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:46.5758443Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1c113f56-b9ee-4978-af08-41dcbd277530\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:46.5761417Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1c113f56-b9ee-4978-af08-41dcbd277530\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:46.5761982Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:46.6173787Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:46.7216307Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:46.7223187Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:46.7327433Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:46.7328311Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3a5ae3f7-bb19-4139-ad74-5b64a17642d1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:46.7332597Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3a5ae3f7-bb19-4139-ad74-5b64a17642d1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:46.7333214Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:46.7711325Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:46.8837174Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:46.8842551Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:46.8950219Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:46.8951270Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\56027421-0fd6-4713-9d26-8f2f4416fe0d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:46.8954868Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\56027421-0fd6-4713-9d26-8f2f4416fe0d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:46.8955963Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:46.9411450Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:47.0567190Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:47.0572293Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:47.0690274Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:47.0691695Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\faf82cb6-9636-4c24-9c2c-a27da770fd6c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:47.0694682Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\faf82cb6-9636-4c24-9c2c-a27da770fd6c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:47.0695343Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:47.1134081Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:47.2248501Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:47.2253232Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:47.2358770Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:47.2360234Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4421e251-a3d3-46df-b39c-6a6ebaa7aa00\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:47.2363354Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4421e251-a3d3-46df-b39c-6a6ebaa7aa00\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:47.2363930Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:47.2749657Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:47.3915738Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:47.3926053Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:02:53.6049042Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Update WinUI Project Properties","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsDesktopUpdateStep"} -{"@t":"2022-06-09T14:02:53.6097466Z","@mt":"Saving changes to project file","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"} -{"@t":"2022-06-09T14:02:53.8318848Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Openhab.Core.csproj' with message: C:\\Program Files\\dotnet\\sdk\\6.0.300\\Sdks\\Microsoft.NET.Sdk\\targets\\Microsoft.NET.Sdk.FrameworkReferenceResolution.targets: (90, 5): The \"ProcessFrameworkReferences\" 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.ProcessFrameworkReferences.ProcessRuntimeIdentifier(String runtimeIdentifier, KnownRuntimePack selectedRuntimePack, String runtimePackVersion, List`1 additionalFrameworkReferencesForRuntimePack, HashSet`1 unrecognizedRuntimeIdentifiers, List`1 unavailableRuntimePacks, List`1 runtimePacks, List`1 packagesToDownload, String isTrimmable, Boolean addRuntimePackAndDownloadIfNecessary)\r\n at Microsoft.NET.Build.Tasks.ProcessFrameworkReferences.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-06-09T14:02:53.9334806Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\openHAB.Windows.csproj' with message: C:\\Program Files\\dotnet\\sdk\\6.0.300\\Microsoft.Common.CurrentVersion.targets: (1806, 5): Project '..\\openHAB.Core\\Openhab.Core.csproj' targets 'net6.0-windows10.0.19041.0'. It cannot be referenced by a project that targets 'UAP,Version=v10.0.17763'.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2022-06-09T14:02:53.9335481Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\openHAB.Windows.csproj' with message: C:\\Program Files\\dotnet\\sdk\\6.0.300\\Microsoft.Common.CurrentVersion.targets: (1806, 5): Project '..\\OpenHAB.Core\\OpenHAB.Core.csproj' targets 'net6.0-windows10.0.19041.0'. It cannot be referenced by a project that targets 'UAP,Version=v10.0.17763'.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2022-06-09T14:02:53.9338625Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Warning","Message":"Found project reference without a matching metadata reference: D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Openhab.Core.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2022-06-09T14:02:53.9339392Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Warning","Message":"Found project reference without a matching metadata reference: D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\OpenHAB.Core\\OpenHAB.Core.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2022-06-09T14:02:53.9370662Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Update WinUI Project Properties","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsDesktopUpdateStep"} -{"@t":"2022-06-09T14:03:02.6363341Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:02.6364387Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ea3bcae8-282d-4048-b268-a70ad7c4525c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:02.6367590Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ea3bcae8-282d-4048-b268-a70ad7c4525c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:02.6368265Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:02.6777242Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:02.8254833Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:02.8260013Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:02.8356229Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:02.8357225Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c9d33396-7773-455b-8a03-8f2a9e35375e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:02.8361468Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c9d33396-7773-455b-8a03-8f2a9e35375e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:02.8362364Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:02.8921777Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:03.0359329Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:03.0364912Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:03.0464240Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:03.0466287Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\767a34a3-565b-4e44-8a7d-21ba8d6c2f6b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:03.0471570Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\767a34a3-565b-4e44-8a7d-21ba8d6c2f6b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:03.0473129Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:03.0940518Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:03.2285854Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:03.2291788Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:03.2399852Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:03.2400691Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7e68805c-8abc-49cd-b474-18ad7cfa7bcc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:03.2403939Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7e68805c-8abc-49cd-b474-18ad7cfa7bcc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:03.2404721Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:03.2900011Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:03.4479924Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:03.4485407Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:03.4586767Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:03.4587719Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\41261119-61cb-4299-811f-d489dd9a706a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:03.4590872Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\41261119-61cb-4299-811f-d489dd9a706a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:03.4591641Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:03.5006411Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:03.6447302Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:03.6456021Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:03.6574841Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:03.6575795Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a47f5e78-6746-4401-b1b9-fe757632381c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:03.6578847Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a47f5e78-6746-4401-b1b9-fe757632381c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:03.6579704Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:03.6979732Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:03.8308485Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:03.8313666Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:03.8405750Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:03.8406511Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0fb9fc45-4935-48ac-9624-d9020aaa6551\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:03.8410230Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0fb9fc45-4935-48ac-9624-d9020aaa6551\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:03.8411010Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:03.8785874Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:03.9851268Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:03.9856969Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:03.9944938Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:03.9945972Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\eea00620-e25c-47ca-82b0-f4d40120bef1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:03.9950159Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\eea00620-e25c-47ca-82b0-f4d40120bef1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:03.9950830Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:04.0346467Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:04.2126850Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:04.2132494Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:04.2241561Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:04.2242759Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1e253ab9-0291-4949-a826-6bd823fd0dba\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:04.2246081Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1e253ab9-0291-4949-a826-6bd823fd0dba\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:04.2246782Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:04.2577658Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:04.3631942Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:04.3636856Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:04.3746200Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:04.3747210Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bae7cc04-71d9-4a83-b7a6-59b21397f5e2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:04.3750056Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bae7cc04-71d9-4a83-b7a6-59b21397f5e2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:04.3751255Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:04.4056937Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:04.5175762Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:04.5180640Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:04.5311786Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:04.5312885Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d46847a2-e2fe-44f7-968b-d3b50e0f65b1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:04.5316456Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d46847a2-e2fe-44f7-968b-d3b50e0f65b1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:04.5317085Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:04.5711426Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:04.6953212Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:04.6959967Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:04.7063953Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:04.7064624Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\99d3ace8-ef43-4c6a-968b-8744bc9aac75\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:04.7067182Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\99d3ace8-ef43-4c6a-968b-8744bc9aac75\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:04.7068641Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:04.7482525Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:04.8571951Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:04.8576518Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:04.8671728Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:04.8672807Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\62f25279-0c16-452c-9831-d40bf87469f3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:04.8676610Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\62f25279-0c16-452c-9831-d40bf87469f3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:04.8677364Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:04.9049525Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:05.0151107Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:05.0156498Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:05.0276690Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:05.0277907Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\226376b5-fff3-4b6b-a9f7-96f6636a0c39\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:05.0281808Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\226376b5-fff3-4b6b-a9f7-96f6636a0c39\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:05.0282415Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:05.0657687Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:05.1939474Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:05.1944553Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:05.2059657Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:05.2060478Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2b6347b6-7cb6-40a6-9963-e7f6e36c2f27\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:05.2065821Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2b6347b6-7cb6-40a6-9963-e7f6e36c2f27\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:05.2066981Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:05.2461470Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:05.3593502Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:05.3599983Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:05.3697354Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:05.3698435Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\82c5373e-21c0-4c18-99fa-3f4dbd6c1af3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:05.3716733Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\82c5373e-21c0-4c18-99fa-3f4dbd6c1af3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:05.3717594Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:05.4044980Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:05.5163899Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:05.5169635Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:05.5274413Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:05.5275469Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\693483a2-9c44-4d5c-be3c-a2ab76146601\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:05.5278403Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\693483a2-9c44-4d5c-be3c-a2ab76146601\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:05.5279028Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:05.5671022Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:05.6900107Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:05.6908055Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:05.7011351Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:05.7012082Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e81822d8-e8ba-43df-a7cd-230e37965b67\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:05.7015379Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e81822d8-e8ba-43df-a7cd-230e37965b67\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:05.7016010Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:05.7459731Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:05.8648921Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:05.8657167Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:05.8773081Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:05.8774161Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3af8cb6e-f9d7-4c9f-89f1-277d7f39c82b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:05.8777147Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3af8cb6e-f9d7-4c9f-89f1-277d7f39c82b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:05.8777765Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:05.9212441Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:06.0444715Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:06.0453839Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:06.0571532Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:06.0572201Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e89ef0cd-c0d5-4e3c-a2f8-423c94e097ef\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:06.0578006Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e89ef0cd-c0d5-4e3c-a2f8-423c94e097ef\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:06.0579921Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:06.0952107Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:06.2244063Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:06.2249095Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:06.2385832Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:06.2386813Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bca630e4-ed17-4476-b6c4-413053997773\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:06.2390199Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bca630e4-ed17-4476-b6c4-413053997773\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:06.2390930Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:06.2770552Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:06.3924882Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:06.3929920Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:06.4029601Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:06.4030603Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2a6d5b84-81d2-4217-9626-4b1249f61e20\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:06.4033694Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2a6d5b84-81d2-4217-9626-4b1249f61e20\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:06.4034734Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:06.4501811Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:06.5740064Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:06.5747676Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:06.5957737Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:06.5958899Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bca6c33e-b647-4705-ad0e-98479bb2588e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:06.5962956Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bca6c33e-b647-4705-ad0e-98479bb2588e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:06.5963643Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:06.6338810Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:06.7551822Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:06.7559620Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:06.7659640Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:06.7661405Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\576965e8-62eb-452a-bb2a-898d5e3da15a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:06.7664875Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\576965e8-62eb-452a-bb2a-898d5e3da15a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:06.7665656Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:06.8053645Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:06.9299247Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:06.9310325Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:06.9423487Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:06.9424613Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a2f9c02d-800d-487f-88fe-a85d3f67add7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:06.9429440Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a2f9c02d-800d-487f-88fe-a85d3f67add7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:06.9430387Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:06.9823572Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:07.1517892Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:07.1524495Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:07.1631779Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:07.1632891Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\307af77d-7c9f-4d8c-9080-1c205710ab7f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:07.1635842Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\307af77d-7c9f-4d8c-9080-1c205710ab7f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:07.1636539Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:07.2012791Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:07.3209681Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:07.3216344Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:07.3340387Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:07.3341284Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\22ca2376-dd30-4fe5-a275-a16f1528706b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:07.3345735Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\22ca2376-dd30-4fe5-a275-a16f1528706b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:07.3346611Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:07.3746221Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:07.4970448Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:07.4976021Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:07.5108572Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:07.5109622Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f4adc25d-d6f1-4f1b-8ba5-fa1c835ecb92\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:07.5114041Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f4adc25d-d6f1-4f1b-8ba5-fa1c835ecb92\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:07.5115290Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:07.5530888Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:07.6805736Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:07.6811728Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:07.6923852Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:07.6924777Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\002f5038-bfdb-4e5e-981f-9ef02f8fd10c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:07.6928506Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\002f5038-bfdb-4e5e-981f-9ef02f8fd10c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:07.6929376Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:07.7345192Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:07.8608380Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:07.8614259Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:07.8720961Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:07.8721659Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\43def188-e89d-4c55-b97c-e92693f399cf\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:07.8726035Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\43def188-e89d-4c55-b97c-e92693f399cf\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:07.8727270Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:07.9182067Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:08.0497954Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:08.0505204Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:08.0635040Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:08.0636053Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c77561c8-d9d1-4236-8989-c5b11953f16a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:08.0639910Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c77561c8-d9d1-4236-8989-c5b11953f16a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:08.0640498Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:08.1023186Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:08.2261773Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:08.2267439Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:08.2370180Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:08.2371230Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cf9a62fd-f442-46e1-a4c1-1ce40d93a89d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:08.2375261Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cf9a62fd-f442-46e1-a4c1-1ce40d93a89d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:08.2376018Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:08.2736300Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:08.3944340Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:08.3952689Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:08.4008347Z","@mt":"Identified upgrade step {UpgradeStep} as the next step","@l":"Debug","UpgradeStep":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WinUIUnnecessaryFilesUpdater","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:03:08.4111257Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:08.4112116Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\019b48cc-75d8-4a33-99b6-5d74c6325de2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:08.4115400Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\019b48cc-75d8-4a33-99b6-5d74c6325de2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:08.4116017Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:08.4511686Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:08.5787739Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:08.5796234Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:08.5897525Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:08.5898350Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1ccf6a84-c365-4a73-b40f-de85d73a38e1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:08.5901521Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1ccf6a84-c365-4a73-b40f-de85d73a38e1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:08.5902144Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:08.6258469Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:08.7466431Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:08.7472101Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:08.7693595Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:08.7694819Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a3cfe53e-d9b7-4fad-ba83-5f32a27c3f93\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:08.7698795Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a3cfe53e-d9b7-4fad-ba83-5f32a27c3f93\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:08.7699907Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:08.8201441Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:08.9413968Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:08.9419247Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:08.9602444Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:08.9603457Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4c6fd545-6e3b-41ed-a476-12b982551bf8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:08.9607219Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4c6fd545-6e3b-41ed-a476-12b982551bf8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:08.9608904Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:09.0002386Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:09.1233287Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:09.1238670Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:09.1363971Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:09.1364953Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1abab419-473a-4c3f-9b62-ecfccf285ee9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:09.1368586Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1abab419-473a-4c3f-9b62-ecfccf285ee9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:09.1369590Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:09.1788176Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:09.3067669Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:09.3074544Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:09.3187276Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:09.3188665Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\744a57e4-bec6-4880-8013-f4821ab214fc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:09.3193452Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\744a57e4-bec6-4880-8013-f4821ab214fc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:09.3195097Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:09.3560108Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:09.5209091Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:09.5216890Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:09.5357000Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:09.5358153Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e3a8cac0-abe7-47a0-b516-4bde371e71ae\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:09.5361524Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e3a8cac0-abe7-47a0-b516-4bde371e71ae\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:09.5362234Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:09.5805878Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:09.7060028Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:09.7067402Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:09.7157352Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:09.7158386Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9d893891-6436-4970-a1c3-3d459ab087a7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:09.7161746Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9d893891-6436-4970-a1c3-3d459ab087a7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:09.7162378Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:09.7540060Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:09.8810205Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:09.8815660Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:09.8910841Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:09.8911951Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5d7fb049-b662-447d-872f-0e17ba40612a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:09.8915356Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5d7fb049-b662-447d-872f-0e17ba40612a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:09.8916178Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:09.9301350Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:10.0485118Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:10.0491252Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:10.0600335Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:10.0601353Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1127817d-ef03-45d6-9cd6-60b0eac5f516\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:10.0606765Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1127817d-ef03-45d6-9cd6-60b0eac5f516\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:10.0607383Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:10.0981583Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:10.2242315Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:10.2249660Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:10.2366367Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:10.2367544Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4bf8a1d4-3152-43a1-90d5-09f771c2d15b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:10.2373017Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4bf8a1d4-3152-43a1-90d5-09f771c2d15b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:10.2374569Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:10.2869693Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:10.4138249Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:10.4144342Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:10.4354429Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:10.4355991Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4a5fee90-ba7d-45eb-a795-1f0e0ec1f1a6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:10.4360240Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4a5fee90-ba7d-45eb-a795-1f0e0ec1f1a6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:10.4362491Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:10.5104819Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:10.6422371Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:10.6427928Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:10.6524532Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:10.6525425Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9c564998-944e-4e8d-8ab1-80e8e67fd64e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:10.6528807Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9c564998-944e-4e8d-8ab1-80e8e67fd64e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:10.6529509Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:10.6973201Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:10.8402681Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:10.8408619Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:10.8512991Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:10.8514109Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2f5810f3-823c-45ee-bb63-739c7db3fca8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:10.8517942Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2f5810f3-823c-45ee-bb63-739c7db3fca8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:10.8518743Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:10.8909177Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:11.0165119Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:11.0170984Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:11.0284458Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:11.0285330Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a5865beb-5417-4c0d-b5ec-1e8aef955add\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:11.0288746Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a5865beb-5417-4c0d-b5ec-1e8aef955add\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:11.0289479Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:11.0747817Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:11.2056054Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:11.2064179Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:11.2168561Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:11.2169326Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\90ddb572-d5b7-4c67-b241-1819b87d5fe0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:11.2173298Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\90ddb572-d5b7-4c67-b241-1819b87d5fe0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:11.2174222Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:11.2591645Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:11.3943796Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:11.3952880Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:11.4077604Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:11.4078914Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\94ac3e06-7d05-4f06-8614-ccec8b8da904\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:11.4083391Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\94ac3e06-7d05-4f06-8614-ccec8b8da904\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:11.4084444Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:11.4512251Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:11.5729726Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:11.5734977Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:11.5831190Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:11.5831959Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\83e5ebe4-2fc4-4d40-9aa1-8fc9abf292a2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:11.5834645Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\83e5ebe4-2fc4-4d40-9aa1-8fc9abf292a2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:11.5835262Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:11.6266969Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:11.7541462Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:11.7547956Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:11.7657376Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:11.7658387Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ea8bcce8-de1f-4140-8b98-f83c25ba37d4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:11.7663026Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ea8bcce8-de1f-4140-8b98-f83c25ba37d4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:11.7664074Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:11.8057003Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:11.9463079Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:11.9468710Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:11.9573084Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:11.9573813Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4b9a1861-8def-49ce-be83-175193a0fd25\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:11.9576842Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4b9a1861-8def-49ce-be83-175193a0fd25\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:11.9577540Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:11.9947458Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:12.1270020Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:12.1275694Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:12.1383432Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:12.1384268Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\37b897f4-36be-4c34-85f4-291ade50958b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:12.1386790Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\37b897f4-36be-4c34-85f4-291ade50958b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:12.1387814Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:12.1777315Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:12.2998896Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:12.3007237Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:12.3105554Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:12.3106488Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7ad02eca-7fcf-434c-aa5c-78f3b73b8007\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:12.3110037Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7ad02eca-7fcf-434c-aa5c-78f3b73b8007\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:12.3111086Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:12.3556494Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:12.4976376Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:12.4981948Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:12.5110491Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:12.5111587Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\de5504d0-d2aa-49ab-802c-24faceda725d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:12.5115598Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\de5504d0-d2aa-49ab-802c-24faceda725d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:12.5116529Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:12.5561657Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:12.6781327Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:12.6786697Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:12.6884425Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:12.6885224Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d780e5c6-b3aa-4c04-a03d-63186e481012\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:12.6888609Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d780e5c6-b3aa-4c04-a03d-63186e481012\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:12.6889386Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:12.7270549Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:12.8316827Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:12.8321546Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:12.8423235Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:12.8424210Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\37411ed0-a206-41ea-b7ef-7ed7d4bd651f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:12.8428040Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\37411ed0-a206-41ea-b7ef-7ed7d4bd651f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:12.8428638Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:12.8859180Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:12.9956793Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:12.9961456Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:13.0042117Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:13.0043335Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fd6ae624-edf3-465c-a30e-6d731e4a51f1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:13.0046537Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fd6ae624-edf3-465c-a30e-6d731e4a51f1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:13.0048175Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:13.0382151Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:13.1624724Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:13.1629544Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:13.1773444Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:13.1774362Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\74a742a6-a48e-4411-baaa-14afaa190006\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:13.1777581Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\74a742a6-a48e-4411-baaa-14afaa190006\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:13.1778118Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:13.2146569Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:13.3346864Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:13.3352511Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:13.3476294Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:13.3477544Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\20e6e883-fbb4-4d17-b79b-bba618e6669a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:13.3480814Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\20e6e883-fbb4-4d17-b79b-bba618e6669a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:13.3481371Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:13.3883317Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:13.5041541Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:13.5055420Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:13.5170915Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:13.5172603Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\89d283ab-54cf-49fd-8b6a-f20583c84063\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:13.5176056Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\89d283ab-54cf-49fd-8b6a-f20583c84063\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:13.5176626Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:13.5598103Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:13.6721393Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:13.6728377Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:13.6826457Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:13.6827321Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\668589eb-5be4-48d2-805c-e46402e14c56\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:13.6831212Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\668589eb-5be4-48d2-805c-e46402e14c56\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:13.6831770Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:13.7168334Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:13.8412509Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:13.8417792Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:13.8522789Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:13.8523914Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7df93c02-276b-4cb9-97d7-5c10ec910b00\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:13.8527035Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7df93c02-276b-4cb9-97d7-5c10ec910b00\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:13.8527790Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:13.8920543Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:14.0535130Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:14.0540412Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:14.0640339Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:14.0641511Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3370630a-8d0f-4b83-b602-dc339d44285e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:14.0644589Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3370630a-8d0f-4b83-b602-dc339d44285e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:14.0645241Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:14.1008784Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:14.2189141Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:14.2208442Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:14.2310289Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:14.2311343Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\099027a6-6151-41b0-8cb3-674c4f69428c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:14.2315240Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\099027a6-6151-41b0-8cb3-674c4f69428c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:14.2315890Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:14.2660022Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:14.3811333Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:14.3816803Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:14.3910670Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:14.3911981Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ebf681ec-3048-41e9-a6a9-3956da220888\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:14.3916608Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ebf681ec-3048-41e9-a6a9-3956da220888\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:14.3917738Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:14.4244707Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:14.5417577Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:14.5422133Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:14.5518519Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:14.5519588Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\161751f7-b4d8-4be1-8089-00be06965634\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:14.5523000Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\161751f7-b4d8-4be1-8089-00be06965634\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:14.5523625Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:14.5884306Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:14.7198783Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:14.7209884Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:14.7315077Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:14.7316092Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cbfa3460-90ae-442f-a93a-39b9b794183e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:14.7319863Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cbfa3460-90ae-442f-a93a-39b9b794183e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:14.7320665Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:14.7793741Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:14.8966662Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:14.8972425Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:14.9081569Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:14.9082469Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1b829eee-ed49-4790-a8ae-820881269536\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:14.9086191Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1b829eee-ed49-4790-a8ae-820881269536\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:14.9086817Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:14.9437896Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:15.0598386Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:15.0603143Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:15.0729548Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:15.0730900Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\25b4dda0-c379-4b65-9b93-ac40290bbcbf\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:15.0734612Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\25b4dda0-c379-4b65-9b93-ac40290bbcbf\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:15.0735227Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:15.1091240Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:15.2344107Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:15.2350571Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:15.2457644Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:15.2458797Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\568f0141-e3e9-4e8d-8b4b-91e7afa2db82\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:15.2462403Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\568f0141-e3e9-4e8d-8b4b-91e7afa2db82\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:15.2463089Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:15.2804705Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:15.3924942Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:15.3932122Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:15.4035865Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:15.4037092Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bdaa1ea1-6d73-4466-af33-ca033ac9d632\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:15.4039825Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bdaa1ea1-6d73-4466-af33-ca033ac9d632\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:15.4040495Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:15.4371059Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:15.5606348Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:15.5611080Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:15.5752428Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:15.5754174Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9b8fdbf7-55a0-4e63-83f0-299e14e21ec4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:15.5757781Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9b8fdbf7-55a0-4e63-83f0-299e14e21ec4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:15.5758478Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:15.6158379Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:15.7371321Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:15.7376092Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:15.7480976Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:15.7482128Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\00079d8e-6ed7-4970-a4ac-73ccb6ef8fae\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:15.7485483Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\00079d8e-6ed7-4970-a4ac-73ccb6ef8fae\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:15.7486038Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:15.7864506Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:15.9063070Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:15.9068562Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:15.9192072Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:15.9192955Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a0aaf778-e5b5-4a87-8e26-e46d1e60fd14\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:15.9196333Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a0aaf778-e5b5-4a87-8e26-e46d1e60fd14\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:15.9197763Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:15.9615253Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:16.0876766Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:16.0882105Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:16.0998176Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:16.0999336Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\df2e344d-24b3-4345-97f7-fdf7b2e89610\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:16.1003786Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\df2e344d-24b3-4345-97f7-fdf7b2e89610\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:16.1004856Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:16.1371419Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:16.2593551Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:16.2601947Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:16.2716462Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:16.2717653Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9939ac52-515c-4236-9557-5c17696beb76\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:16.2721145Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9939ac52-515c-4236-9557-5c17696beb76\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:16.2721769Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:16.3180847Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:16.4397073Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:16.4403099Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:16.4568290Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:16.4569117Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\76e79297-d609-46a8-9142-3577a149ca47\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:16.4573277Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\76e79297-d609-46a8-9142-3577a149ca47\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:16.4573945Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:16.5019826Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:16.6232478Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:16.6237649Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:16.6353937Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:16.6354830Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\604e83d2-ecf8-42d3-94b5-4e6a87ac5f4b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:16.6360485Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\604e83d2-ecf8-42d3-94b5-4e6a87ac5f4b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:16.6362052Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:16.6769622Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:16.7997426Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:16.8004083Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:16.8102938Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:16.8103731Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d82330d4-361e-4218-8031-68220daecacf\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:16.8108266Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d82330d4-361e-4218-8031-68220daecacf\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:16.8108853Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:16.8524566Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:17.0300832Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:17.0306530Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:17.0436164Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:17.0437204Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bebf8907-55c7-406c-9432-8b9cba209ea9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:17.0442302Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bebf8907-55c7-406c-9432-8b9cba209ea9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:17.0443740Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:17.0825945Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:17.2078448Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:17.2086520Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:17.2185588Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:17.2186984Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\141ac3f7-7770-4cae-a359-c9a7874c92f0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:17.2189978Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\141ac3f7-7770-4cae-a359-c9a7874c92f0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:17.2191156Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:17.2607962Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:17.4015777Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:17.4025630Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:17.4153690Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:17.4154467Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4f833ff3-ed96-4d72-9637-46ceed568deb\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:17.4157484Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4f833ff3-ed96-4d72-9637-46ceed568deb\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:17.4158154Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:17.4624591Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:17.5991717Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:17.6014804Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:17.6130593Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:17.6131973Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8a333f35-bd9b-4d01-ab94-37df1765a7d0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:17.6135275Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8a333f35-bd9b-4d01-ab94-37df1765a7d0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:17.6135912Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:17.6523848Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:17.7759002Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:17.7767379Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:17.7892431Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:17.7893467Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\20b1e65a-bf66-43c6-b310-1b14eca725af\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:17.7897656Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\20b1e65a-bf66-43c6-b310-1b14eca725af\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:17.7898481Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:17.8394174Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:17.9554395Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:17.9559118Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:17.9660406Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:17.9661791Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7f26bc6a-10fd-4184-a511-2512698f85a8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:17.9665949Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7f26bc6a-10fd-4184-a511-2512698f85a8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:17.9667340Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:18.0092374Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:18.1319756Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:18.1325085Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:18.1433895Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:18.1434875Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\774fadef-b081-4922-bad0-bc7d6969e65c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:18.1438175Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\774fadef-b081-4922-bad0-bc7d6969e65c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:18.1438709Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:18.1863142Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:18.3283306Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:18.3292082Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:18.3406152Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:18.3406865Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e67b6002-d651-4be9-8a97-0e77ace68d67\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:18.3410155Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e67b6002-d651-4be9-8a97-0e77ace68d67\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:18.3411341Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:18.3877657Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:18.5120503Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:03:18.5125898Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:50.8942531Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Remove unnecessary files","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsDesktopUpdateStep"} -{"@t":"2022-06-09T14:04:50.8992094Z","@mt":"Deleting D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Properties\\AssemblyInfo.cs as it is not required for Windows App SDK projects.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WinUIUnnecessaryFilesUpdater"} -{"@t":"2022-06-09T14:04:50.9009189Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Remove unnecessary files","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsDesktopUpdateStep"} -{"@t":"2022-06-09T14:04:52.5346941Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:52.5347877Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\aea0c1fa-905b-4e6c-bf76-f43bede4b311\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:52.5351614Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\aea0c1fa-905b-4e6c-bf76-f43bede4b311\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:52.5352530Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:52.5752763Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:52.6924338Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:52.6930032Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:52.7034795Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:52.7035862Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d1c76bb4-9392-45d7-acda-a6276f028f4d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:52.7038716Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d1c76bb4-9392-45d7-acda-a6276f028f4d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:52.7040655Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:52.7402883Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:52.8564599Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:52.8570401Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:52.8685515Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:52.8686725Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\73a44eca-c959-4151-a954-84bcef52fc59\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:52.8690330Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\73a44eca-c959-4151-a954-84bcef52fc59\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:52.8691027Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:52.9105830Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:53.0200333Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:53.0205230Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:53.0305388Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:53.0306582Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\605ae5d5-044c-40e0-b10e-0fd7462e977e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:53.0309513Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\605ae5d5-044c-40e0-b10e-0fd7462e977e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:53.0310536Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:53.0677575Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:53.1869101Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:53.1882054Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:53.2056964Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:53.2058077Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bb3224b7-f0e2-4ac1-b4d2-fc9487b46e56\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:53.2062331Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bb3224b7-f0e2-4ac1-b4d2-fc9487b46e56\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:53.2063450Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:53.2412180Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:53.3725150Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:53.3731299Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:53.3823246Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:53.3823974Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\28a9f40c-9f62-4fdb-bdf6-fe7698d559cb\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:53.3827150Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\28a9f40c-9f62-4fdb-bdf6-fe7698d559cb\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:53.3827896Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:53.4224230Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:53.5539187Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:53.5544949Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:53.5624334Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:53.5625158Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\84c099fe-3dd0-4a7d-a202-f687704a7268\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:53.5627859Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\84c099fe-3dd0-4a7d-a202-f687704a7268\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:53.5628554Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:53.6081385Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:53.7415548Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:53.7422743Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:53.7524173Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:53.7525038Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d35d1ae8-dc9f-43cf-8ed9-df0b5468cb8c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:53.7527953Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d35d1ae8-dc9f-43cf-8ed9-df0b5468cb8c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:53.7528838Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:53.7962971Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:53.9258846Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:53.9263967Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:53.9369946Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:53.9370799Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\630f726c-929d-488e-8fd7-c433c07d7572\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:53.9373826Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\630f726c-929d-488e-8fd7-c433c07d7572\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:53.9374557Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:53.9711809Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:54.1133333Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:54.1143642Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:54.1229904Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:54.1230629Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ebf230e9-6f71-4e11-accb-43fd9f4f81c9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:54.1233126Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ebf230e9-6f71-4e11-accb-43fd9f4f81c9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:54.1233788Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:54.1586897Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:54.2726024Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:54.2731410Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:54.2831361Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:54.2832523Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\146bc42c-abc4-4c2f-b6a7-13b0b0372c18\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:54.2835442Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\146bc42c-abc4-4c2f-b6a7-13b0b0372c18\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:54.2835995Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:54.3191226Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:54.4710390Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:54.4864567Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:54.4945484Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:54.4946164Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dc3c05a4-1b05-4d5b-9452-be18eef1c385\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:54.4948874Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dc3c05a4-1b05-4d5b-9452-be18eef1c385\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:54.4949537Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:54.5285553Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:54.6394116Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:54.6399386Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:54.6527782Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:54.6528944Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b113a6c2-e307-4f20-ba03-736d9c9f7b86\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:54.6531975Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b113a6c2-e307-4f20-ba03-736d9c9f7b86\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:54.6532617Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:54.6857288Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:54.8074809Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:54.8079932Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:54.8166453Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:54.8167269Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\81b86ecd-9c02-4388-8f26-d5923207a6e1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:54.8170612Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\81b86ecd-9c02-4388-8f26-d5923207a6e1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:54.8171288Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:54.8536578Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:54.9861486Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:54.9868675Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:54.9977674Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:54.9978918Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9c4c4411-6d7e-4808-b3c5-8efc08d902ba\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:54.9982212Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9c4c4411-6d7e-4808-b3c5-8efc08d902ba\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:54.9982915Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:55.0382293Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:55.1550632Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:55.1556738Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:55.1666573Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:55.1667393Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\863f5556-e7d2-4d06-a597-1fa18715a2f9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:55.1670354Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\863f5556-e7d2-4d06-a597-1fa18715a2f9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:55.1670963Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:55.1980642Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:55.3077393Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:55.3082918Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:55.3181861Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:55.3182965Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d3f76eb7-4d60-4041-907a-361a0dc42a01\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:55.3186286Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d3f76eb7-4d60-4041-907a-361a0dc42a01\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:55.3186904Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:55.3546729Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:55.4686643Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:55.4692009Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:55.4785473Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:55.4786561Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7b085600-3009-4215-95a2-4dd57522b8c3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:55.4789556Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7b085600-3009-4215-95a2-4dd57522b8c3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:55.4790708Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:55.5142223Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:55.6161287Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:55.6168132Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:55.6280523Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:55.6281841Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\217e9041-6151-4699-8291-e9cc84e6987d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:55.6284717Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\217e9041-6151-4699-8291-e9cc84e6987d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:55.6285383Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:55.6622817Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:55.7751398Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:55.7756016Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:55.7845865Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:55.7846673Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f11feb4a-4285-4b20-9757-06127a7208ac\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:55.7849993Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f11feb4a-4285-4b20-9757-06127a7208ac\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:55.7850522Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:55.8199451Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:55.9343574Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:55.9349756Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:55.9462012Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:55.9462941Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c172323b-d080-47d2-aa43-f99ce21030f8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:55.9466747Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c172323b-d080-47d2-aa43-f99ce21030f8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:55.9467348Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:55.9848619Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:56.0922867Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:56.0927452Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:56.1018840Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:56.1020066Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\769d68ea-1c9b-49b0-9abd-28774026cf33\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:56.1023343Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\769d68ea-1c9b-49b0-9abd-28774026cf33\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:56.1024276Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:56.1392361Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:56.2607875Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:56.2613388Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:56.2736718Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:56.2737729Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f9d662ea-cbaf-4d64-bb7c-00bce090d20e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:56.2740943Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f9d662ea-cbaf-4d64-bb7c-00bce090d20e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:56.2741481Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:56.3044290Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:56.3993115Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:56.3997967Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:56.4080144Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:56.4081335Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f7ab7410-efe4-4a70-86bb-48aef0398148\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:56.4084092Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f7ab7410-efe4-4a70-86bb-48aef0398148\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:56.4084632Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:56.4391406Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:56.5430306Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:56.5435193Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:56.5533560Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:56.5534449Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0743e099-3c0e-4faf-89fb-5a4b33b7e799\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:56.5538071Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0743e099-3c0e-4faf-89fb-5a4b33b7e799\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:56.5538704Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:56.5910678Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:56.7134600Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:56.7142707Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:56.7271579Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:56.7272253Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\aeceffb2-c546-48dc-87de-ed8e644544fe\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:56.7275615Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\aeceffb2-c546-48dc-87de-ed8e644544fe\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:56.7276969Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:56.7654730Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:56.8745875Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:56.8750660Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:56.8872056Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:56.8873396Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ac8c7378-bc1a-4ad1-a365-b95a3f8679d8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:56.8877196Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ac8c7378-bc1a-4ad1-a365-b95a3f8679d8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:56.8877879Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:56.9186940Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:57.0725565Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:57.0732632Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:57.0833686Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:57.0834695Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\284aa2d1-6d6e-4aa6-8f9d-796b3f68fc25\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:57.0839092Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\284aa2d1-6d6e-4aa6-8f9d-796b3f68fc25\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:57.0839931Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:57.1242259Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:57.2347657Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:57.2352750Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:57.2452139Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:57.2453031Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d8053635-9345-4923-a3a0-30b66e1c1fb8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:57.2456495Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d8053635-9345-4923-a3a0-30b66e1c1fb8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:57.2457114Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:57.2839386Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:57.3892056Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:57.3896778Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:57.3984778Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:57.3985811Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d9d5576e-485c-4e32-9398-36a63edfe231\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:57.4002417Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d9d5576e-485c-4e32-9398-36a63edfe231\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:57.4003291Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:57.4275895Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:57.5258998Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:57.5264106Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:57.5353516Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:57.5354656Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c663b04a-2068-4c3e-93dc-246f0531f3c8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:57.5358073Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c663b04a-2068-4c3e-93dc-246f0531f3c8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:57.5358683Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:57.5695264Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:57.6771394Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:57.6777891Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:57.6868139Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:57.6869260Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d1dd200c-0a82-4184-a1d1-700387904e19\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:57.6872475Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d1dd200c-0a82-4184-a1d1-700387904e19\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:57.6873069Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:57.7230570Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:57.8314842Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:57.8326524Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:57.8476490Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:57.8477399Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\06ef4932-025f-4943-bd80-0e38021a7a2e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:57.8480261Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\06ef4932-025f-4943-bd80-0e38021a7a2e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:57.8480886Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:57.8833616Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:57.9969569Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:57.9978074Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:58.0096741Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:58.0097585Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a824d390-ccdd-4b67-8834-dc44c1d99d2d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:58.0101335Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a824d390-ccdd-4b67-8834-dc44c1d99d2d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:58.0101945Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:58.0498657Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:58.1443940Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:58.1448527Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:58.1545156Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:58.1546067Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\949e7770-b663-4a44-93c6-f1feaa596ab2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:58.1549638Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\949e7770-b663-4a44-93c6-f1feaa596ab2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:58.1550306Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:58.1856685Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:58.3060237Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:58.3065407Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:58.3168948Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:58.3169710Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a9cde07b-82d6-40f7-91be-a92f65af2ec9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:58.3173656Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a9cde07b-82d6-40f7-91be-a92f65af2ec9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:58.3174993Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:58.3500085Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:58.4486518Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:58.4501127Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:58.4553926Z","@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-06-09T14:04:58.4654061Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:58.4655045Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0aa837e7-dcf9-4257-b6a1-ac9afe74770a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:58.4658839Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0aa837e7-dcf9-4257-b6a1-ac9afe74770a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:58.4659513Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:58.5028773Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:58.6096997Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:58.6101887Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:58.6191146Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:58.6191897Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\abeaf7c9-789a-4809-8468-220cd9215b76\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:58.6195228Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\abeaf7c9-789a-4809-8468-220cd9215b76\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:58.6195851Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:58.6540975Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:58.7691037Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:58.7696185Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:58.7889786Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:58.7890824Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\59ba5776-e0e1-4803-8467-7ef76f502f6c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:58.7894015Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\59ba5776-e0e1-4803-8467-7ef76f502f6c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:58.7894942Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:58.8228076Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:58.9326753Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:58.9336471Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:58.9429845Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:58.9431113Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\23c1a34f-66d7-40a8-b90d-cecc81d91a25\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:58.9434394Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\23c1a34f-66d7-40a8-b90d-cecc81d91a25\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:58.9435054Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:58.9845413Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:59.0965803Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:59.0971334Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:59.1088060Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:59.1088991Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2fd62a83-fbee-4b7d-b189-b2cd1fba61ed\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:59.1092571Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2fd62a83-fbee-4b7d-b189-b2cd1fba61ed\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:59.1093243Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:59.1483080Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:59.2683778Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:59.2688334Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:59.2787933Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:59.2788692Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b1f716dc-5cdd-41f5-a2f8-c303ca23e16c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:59.2792404Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b1f716dc-5cdd-41f5-a2f8-c303ca23e16c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:59.2793155Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:59.3165268Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:59.4216895Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:59.4221838Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:59.4315334Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:59.4316605Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\84587070-3862-4625-8e96-d3b141898738\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:59.4321172Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\84587070-3862-4625-8e96-d3b141898738\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:59.4322289Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:59.4662858Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:59.5789120Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:59.5794413Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:59.5901621Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:59.5902874Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d934548a-8e87-40b9-97da-cb937f73502d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:59.5905734Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d934548a-8e87-40b9-97da-cb937f73502d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:59.5907553Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:59.6292771Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:59.7470622Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:59.7476727Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:59.7575148Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:59.7576231Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d949cf18-bf93-4e1f-8140-af2472552488\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:59.7580339Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d949cf18-bf93-4e1f-8140-af2472552488\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:59.7581064Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:59.7955855Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:59.9156463Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:59.9161161Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:59.9363177Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:59.9364324Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0aac27e0-38a5-4285-a9a0-d3a76adb1255\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:59.9367260Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0aac27e0-38a5-4285-a9a0-d3a76adb1255\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:59.9367873Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:04:59.9768503Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:00.0874640Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:00.0879357Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:00.1004425Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:00.1005871Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8e9340b4-33a0-44a5-b616-bb33bcfc0465\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:00.1009214Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8e9340b4-33a0-44a5-b616-bb33bcfc0465\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:00.1009819Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:00.1346421Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:00.2463701Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:00.2469584Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:00.2591270Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:00.2592084Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8c8c5581-ead0-46b9-9567-a86ba2ed86b8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:00.2594993Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8c8c5581-ead0-46b9-9567-a86ba2ed86b8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:00.2595824Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:00.2943939Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:00.4189458Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:00.4194360Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:00.4307483Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:00.4308361Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\be117831-820c-4f9c-996e-d3cbc87184f2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:00.4311971Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\be117831-820c-4f9c-996e-d3cbc87184f2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:00.4312791Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:00.4673770Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:00.5969507Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:00.5977462Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:00.6084362Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:00.6085597Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\da57bf47-3d3e-43d8-a4ea-165baa358e50\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:00.6088946Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\da57bf47-3d3e-43d8-a4ea-165baa358e50\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:00.6089582Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:00.6503130Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:00.7639810Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:00.7644829Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:00.7744247Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:00.7745029Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\08925498-fdae-4ca3-8eb0-8979237f4107\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:00.7748349Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\08925498-fdae-4ca3-8eb0-8979237f4107\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:00.7749276Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:00.8089112Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:00.9247802Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:00.9254422Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:00.9354088Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:00.9354867Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6155a7d3-445f-454b-bd48-412bcbd8af19\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:00.9358566Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6155a7d3-445f-454b-bd48-412bcbd8af19\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:00.9359343Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:00.9726641Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:01.0934486Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:01.0938940Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:01.1055114Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:01.1056465Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f72f4e73-9aeb-4813-82a9-ea8fc1f6fe9f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:01.1059464Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f72f4e73-9aeb-4813-82a9-ea8fc1f6fe9f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:01.1060131Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:01.1427584Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:01.2551030Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:01.2556403Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:01.2649799Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:01.2651516Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\42cbe479-7212-4507-8b1c-add36ee888dc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:01.2655673Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\42cbe479-7212-4507-8b1c-add36ee888dc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:01.2656803Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:01.2987509Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:01.4066612Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:01.4072103Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:01.4209847Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:01.4210919Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4a56480e-7c12-42b5-8006-475d10986060\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:01.4215119Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4a56480e-7c12-42b5-8006-475d10986060\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:01.4216872Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:01.4609524Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:01.5590116Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:01.5601540Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:01.5702215Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:01.5703557Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4fedbc29-fe75-49a5-b8d4-7354879e01a4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:01.5709206Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4fedbc29-fe75-49a5-b8d4-7354879e01a4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:01.5711123Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:01.6092438Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:01.7154619Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:01.7162480Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:01.7282952Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:01.7283851Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\172f945e-86e7-4941-a229-18f152c37399\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:01.7287513Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\172f945e-86e7-4941-a229-18f152c37399\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:01.7288344Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:01.7614880Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:01.8664349Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:01.8670041Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:01.8776155Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:01.8777033Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6872f0d5-93c1-49bf-aa71-0bfa2f5aea0d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:01.8782055Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6872f0d5-93c1-49bf-aa71-0bfa2f5aea0d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:01.8782637Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:01.9173844Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:02.0250545Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:02.0256050Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:02.0375756Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:02.0376914Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cd832871-003a-476f-b5c8-988553ebf305\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:02.0380238Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cd832871-003a-476f-b5c8-988553ebf305\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:02.0381162Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:02.0769422Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:02.1885238Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:02.1890836Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:02.1984018Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:02.1984924Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a363796a-899f-4c0d-83a7-3348d7d8f031\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:02.1991064Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a363796a-899f-4c0d-83a7-3348d7d8f031\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:02.1992017Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:02.2316684Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:02.3363206Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:02.3368327Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:02.3494519Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:02.3495822Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\203d0c7d-4c49-4a81-b6b6-a54494e2949d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:02.3499532Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\203d0c7d-4c49-4a81-b6b6-a54494e2949d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:02.3500083Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:02.3879602Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:02.5070571Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:02.5077086Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:02.5188844Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:02.5190022Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0e1cb5a9-8a2c-44bf-81e5-e9206cd49be1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:02.5193285Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0e1cb5a9-8a2c-44bf-81e5-e9206cd49be1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:02.5194295Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:02.5563220Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:02.6614233Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:02.6618973Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:02.6788576Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:02.6790206Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cf3bb15b-2670-4adb-9d64-cedd76333cfd\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:02.6794000Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cf3bb15b-2670-4adb-9d64-cedd76333cfd\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:02.6794605Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:02.7182810Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:02.8271098Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:02.8276552Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:02.8372412Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:02.8373209Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2596d21e-d190-4959-92d6-91d6ea2618a5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:02.8378362Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2596d21e-d190-4959-92d6-91d6ea2618a5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:02.8379578Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:02.8738738Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:02.9782751Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:02.9787835Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:02.9903101Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:02.9904292Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7afa66b0-c06a-4519-97ed-09ea14423e45\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:02.9907469Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7afa66b0-c06a-4519-97ed-09ea14423e45\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:02.9908194Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:03.0294086Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:03.1530428Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:03.1535414Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:03.1637562Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:03.1638664Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5a74c57d-33c6-4f18-b7c7-c487e4fc2def\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:03.1642282Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5a74c57d-33c6-4f18-b7c7-c487e4fc2def\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:03.1643100Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:03.2025472Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:03.3452462Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:03.3457395Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:03.3570540Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:03.3571405Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\12ee4ef3-2e03-41a3-8622-d6dc39cc8075\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:03.3576971Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\12ee4ef3-2e03-41a3-8622-d6dc39cc8075\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:03.3577597Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:03.3903785Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:03.5152327Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:03.5157292Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:03.5288617Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:03.5289937Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\decf81e9-0dd1-442e-a56c-51a00cf5d4f5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:03.5293494Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\decf81e9-0dd1-442e-a56c-51a00cf5d4f5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:03.5294056Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:03.5684696Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:03.6790761Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:03.6795420Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:03.6885066Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:03.6886471Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\531af89c-7b8f-4a25-a11d-5d742a34d604\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:03.6890042Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\531af89c-7b8f-4a25-a11d-5d742a34d604\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:03.6890590Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:03.7288282Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:03.8477472Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:03.8485209Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:03.8588808Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:03.8590662Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8738e237-a04e-485f-ad16-fce64d6fe1e9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:03.8594342Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8738e237-a04e-485f-ad16-fce64d6fe1e9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:03.8594893Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:03.8978360Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:04.0254174Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:04.0260292Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:04.0371296Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:04.0372272Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\eab1b2d9-1fe0-47f6-b364-57af324dc653\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:04.0377983Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\eab1b2d9-1fe0-47f6-b364-57af324dc653\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:04.0378751Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:04.0736620Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:04.1938522Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:04.1944290Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:04.2042794Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:04.2043984Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2cfc6112-8dc5-48ca-a616-5c811067dac6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:04.2047257Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2cfc6112-8dc5-48ca-a616-5c811067dac6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:04.2047902Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:04.2382816Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:04.3509682Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:04.3515089Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:04.3619405Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:04.3620446Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\42f43015-1c00-4244-a30a-613af7ef9729\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:04.3624132Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\42f43015-1c00-4244-a30a-613af7ef9729\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:04.3625037Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:04.4015892Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:04.5220999Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:04.5225564Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:04.5311414Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:04.5312449Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2d81084f-2e8c-4052-ae84-f18a3cdaef90\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:04.5318004Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2d81084f-2e8c-4052-ae84-f18a3cdaef90\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:04.5318774Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:04.5734260Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:04.6848465Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:04.6853177Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:04.6967287Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:04.6968060Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\49665996-0bb8-4904-8654-8e5e6fa4fc2c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:04.6971102Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\49665996-0bb8-4904-8654-8e5e6fa4fc2c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:04.6971766Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:04.7305216Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:04.8351785Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:04.8357390Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:04.8464865Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:04.8465728Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\57e981f9-d636-41b9-85ea-7fca4273e035\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:04.8469431Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\57e981f9-d636-41b9-85ea-7fca4273e035\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:04.8470293Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:04.8837495Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:04.9907035Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:04.9912506Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:05.0042666Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:05.0043590Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2e21e8e4-d240-4b46-b298-664011138244\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:05.0046642Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2e21e8e4-d240-4b46-b298-664011138244\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:05.0047536Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:05.0378482Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:05.1742562Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:05.1747701Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:05.1846996Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:05.1848324Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e6e1e31f-8643-4bba-a248-8b43b26c0719\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:05.1851718Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e6e1e31f-8643-4bba-a248-8b43b26c0719\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:05.1852291Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:05.2199805Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:05.3374064Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:05.3379447Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:05.3507906Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:05.3508799Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e44d4ccf-7a79-42ab-b812-a249f3cb476b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:05.3512575Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e44d4ccf-7a79-42ab-b812-a249f3cb476b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:05.3513661Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:05.3953855Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:05.5019735Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:05.5024416Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:05.5116006Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:05.5116541Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9927948a-1e9e-4bf6-a7ff-92366ca571b7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:05.5120591Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9927948a-1e9e-4bf6-a7ff-92366ca571b7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:05.5121200Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:05.5520813Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:05.6710491Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:05.6716204Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:05.6823222Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:05.6824097Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\75e92dae-1f54-402d-b0d1-fee14459f576\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:05.6840035Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\75e92dae-1f54-402d-b0d1-fee14459f576\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:05.6840739Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:05.7128261Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:05.8424233Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:05.8429185Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:05.8521134Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:05.8523355Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\aee049e7-cd70-479d-9811-f2cae1a535ce\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:05.8527845Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\aee049e7-cd70-479d-9811-f2cae1a535ce\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:05.8528918Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:05.8882904Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:05.9837455Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:05.9842751Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:05.9945439Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:05.9946269Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\73bc4c49-2b2e-445b-bae4-59469a0fb49a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:05.9949869Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\73bc4c49-2b2e-445b-bae4-59469a0fb49a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:05.9950485Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:06.0316131Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:06.1864127Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:06.1879440Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:06.1983711Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:06.1985277Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\af0bb5c7-0450-4920-9a7a-0fdfee156fd7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:06.1989813Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\af0bb5c7-0450-4920-9a7a-0fdfee156fd7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:06.1990815Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:06.2391140Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:06.3480547Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:06.3485534Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:06.3602113Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:06.3603038Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\81451017-337c-411a-a49f-1a448d1fbf34\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:06.3606575Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\81451017-337c-411a-a49f-1a448d1fbf34\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:06.3607139Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:06.3971026Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:06.4967825Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:06.4976236Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:06.5066463Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:06.5068023Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9cc3cad6-4f1c-4a33-83f4-747691dd6d03\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:06.5071180Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9cc3cad6-4f1c-4a33-83f4-747691dd6d03\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:06.5072192Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:06.5471870Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:06.6506824Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:06.6514620Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:06.6618696Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:06.6619879Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e0cdabdc-171f-4817-8382-249806043029\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:06.6623382Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e0cdabdc-171f-4817-8382-249806043029\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:06.6624054Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:06.7031859Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:06.8195046Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:06.8204709Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:06.8318639Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:06.8319361Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\be487954-0b62-47c6-a7a9-aad066737457\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:06.8322996Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\be487954-0b62-47c6-a7a9-aad066737457\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:06.8323565Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:06.8702898Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:06.9865077Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:06.9870513Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:06.9988024Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:06.9988915Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7a59b166-a047-4be2-9957-bf716d61591f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:06.9992249Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7a59b166-a047-4be2-9957-bf716d61591f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:06.9992820Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:07.0382519Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:07.1519534Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:07.1524140Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:07.1621510Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:07.1622316Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4087c68b-53cc-467d-ba23-e332e709e6dc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:07.1626078Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4087c68b-53cc-467d-ba23-e332e709e6dc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:07.1626846Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:07.2008064Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:07.3112484Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:07.3118085Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:07.3252752Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:07.3253639Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8991b2c6-7c6b-4a9a-9b45-d6e2e1bcc6c9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:07.3257169Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8991b2c6-7c6b-4a9a-9b45-d6e2e1bcc6c9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:07.3257837Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:07.3602702Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:07.4755770Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:07.4760812Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:07.4855200Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:07.4856211Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4cbe0b2c-d088-4d2d-81a1-b3020a9b760a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:07.4859310Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4cbe0b2c-d088-4d2d-81a1-b3020a9b760a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:07.4859968Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:07.5248617Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:07.6229947Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:07.6234946Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:12.3887486Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Update Windows Desktop Project","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsDesktopUpdateStep"} -{"@t":"2022-06-09T14:05:12.4000532Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:12.4001710Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\aac7d8f4-cef6-42da-8fb7-20d9693b4e10\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:12.4006722Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\aac7d8f4-cef6-42da-8fb7-20d9693b4e10\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:12.4007692Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:12.4435801Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:12.5628308Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:12.5634416Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:12.5740523Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:12.5741307Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2c8e2347-0cca-408a-b583-34c6ffebc4e2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:12.5745006Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2c8e2347-0cca-408a-b583-34c6ffebc4e2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:12.5745718Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:12.6105675Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:12.7266199Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:12.7274251Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:12.7401052Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:12.7402005Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\678a8c52-9462-4c57-8b65-e99c4d7e0c00\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:12.7407005Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\678a8c52-9462-4c57-8b65-e99c4d7e0c00\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:12.7407762Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:12.7767580Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:12.8997015Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:12.9003758Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:12.9108754Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:12.9109319Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0abbe198-47cb-4506-bab4-9ca039732a71\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:12.9112905Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0abbe198-47cb-4506-bab4-9ca039732a71\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:12.9113663Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:12.9487725Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:13.1159817Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:13.1173168Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:13.1315091Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:13.1316097Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f186da7b-7914-4fee-bee9-0f5136f4edd1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:13.1320456Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f186da7b-7914-4fee-bee9-0f5136f4edd1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:13.1321719Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:13.1949812Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:13.3824010Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:13.3852598Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:13.3977378Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:13.3978411Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\09a48316-7134-4295-8328-fb8500fa683a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:13.3983429Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\09a48316-7134-4295-8328-fb8500fa683a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:13.3984658Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:13.4633258Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:13.6428063Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:13.6437504Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:13.6562994Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:13.6563953Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fb5d0dc7-5448-4dbf-94d8-5a91ceea24a3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:13.6568298Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fb5d0dc7-5448-4dbf-94d8-5a91ceea24a3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:13.6569679Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:13.7065889Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:13.8380629Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:13.8389995Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:13.8504163Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:13.8505108Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\96665a7d-f454-48f5-9060-0da8c2475c43\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:13.8508267Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\96665a7d-f454-48f5-9060-0da8c2475c43\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:13.8508947Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:13.8889908Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:14.0068902Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:14.0074797Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:14.0168433Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:14.0169266Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8eb19711-512a-4a81-9426-03ebf85951a2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:14.0171975Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8eb19711-512a-4a81-9426-03ebf85951a2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:14.0172849Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:14.0572267Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:14.2083076Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:14.2089890Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:14.2206302Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:14.2207107Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1607cc48-3981-4d86-bae3-e5f57fb28a6b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:14.2212007Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1607cc48-3981-4d86-bae3-e5f57fb28a6b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:14.2213296Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:14.2600984Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:14.3724756Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:14.3729910Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:14.3842928Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:14.3844146Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2d2ac2fb-43bb-409a-b666-f74f552d25af\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:14.3848164Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2d2ac2fb-43bb-409a-b666-f74f552d25af\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:14.3848854Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:14.4264246Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:14.5395672Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:14.5406425Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:14.5522146Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:14.5522916Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c9114111-4b2c-497e-82e5-790ac1292172\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:14.5526222Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c9114111-4b2c-497e-82e5-790ac1292172\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:14.5526836Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:14.5871671Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:14.7087433Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:14.7096121Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:14.7215681Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:14.7216491Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\38e2f856-a62d-4ee5-be2f-1e4601bac4a3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:14.7219192Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\38e2f856-a62d-4ee5-be2f-1e4601bac4a3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:14.7219856Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:14.7568503Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:14.8836155Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:14.8842169Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:14.8931147Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:14.8931951Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d254162a-f19c-491e-96a7-237f0dbff724\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:14.8935155Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d254162a-f19c-491e-96a7-237f0dbff724\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:14.8936054Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:14.9312619Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:15.0479656Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:15.0485034Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:15.0578591Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:15.0579750Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\82e33847-5652-409e-a5d0-13bdf7468a3f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:15.0583943Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\82e33847-5652-409e-a5d0-13bdf7468a3f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:15.0585057Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:15.0963694Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:15.2096768Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:15.2101814Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:15.2238317Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:15.2239200Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f52f39c6-059f-4f4b-9866-1424fc38682d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:15.2242010Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f52f39c6-059f-4f4b-9866-1424fc38682d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:15.2242929Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:15.2591782Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:15.3675499Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:15.3680607Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:15.3729963Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Update Windows Desktop Project","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsDesktopUpdateStep"} -{"@t":"2022-06-09T14:05:17.2361198Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:17.2362425Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fcb15be2-b272-4efe-98da-e3331a7074f8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:17.2365326Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fcb15be2-b272-4efe-98da-e3331a7074f8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:17.2365875Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:17.2726439Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:17.3907723Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:17.3913776Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:17.4021140Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:17.4022107Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bcd0aa6c-c89b-4b95-be2f-c90e48645ada\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:17.4027740Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bcd0aa6c-c89b-4b95-be2f-c90e48645ada\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:17.4028349Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:17.4375565Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:17.5551840Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:17.5557332Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:17.5651211Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:17.5652167Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c71d820a-4a33-4a3e-8e8e-e79dd6cbb44b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:17.5656206Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c71d820a-4a33-4a3e-8e8e-e79dd6cbb44b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:17.5656888Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:17.6014952Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:17.7014895Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:17.7021611Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:17.7114159Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:17.7115459Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\29f4f407-a8b1-4005-bb4e-eaa53dde0553\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:17.7118210Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\29f4f407-a8b1-4005-bb4e-eaa53dde0553\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:17.7118810Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:17.7404675Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:17.8691973Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:17.8697459Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:17.8789905Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:17.8790673Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4c85271e-2655-4328-8f53-8c70a7cfbd1a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:17.8794867Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4c85271e-2655-4328-8f53-8c70a7cfbd1a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:17.8795764Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:17.9165425Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:18.0400129Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:18.0405576Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:18.0510168Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:18.0510910Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2055806d-c9e1-4ecf-a0a2-d259ef95e104\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:18.0514736Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2055806d-c9e1-4ecf-a0a2-d259ef95e104\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:18.0515870Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:18.0915417Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:18.2080038Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:18.2085784Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:18.2213975Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:18.2215746Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f5dae583-d44a-4175-8c51-f147d11243d2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:18.2220847Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f5dae583-d44a-4175-8c51-f147d11243d2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:18.2221606Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:18.2598160Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:18.3839856Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:18.3844795Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:18.3956449Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:18.3957222Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\20558e19-d9b2-45c6-a0ab-f77429f4e0e1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:18.3960603Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\20558e19-d9b2-45c6-a0ab-f77429f4e0e1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:18.3961339Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:18.4323908Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:18.5429423Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:18.5438701Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:18.5561937Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:18.5562896Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\98a6a8a2-7e18-4ee5-ba77-1d267126533c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:18.5566846Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\98a6a8a2-7e18-4ee5-ba77-1d267126533c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:18.5567466Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:18.5885969Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:18.6932179Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:18.6937454Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:18.7030008Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:18.7031144Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dd3659dc-cfcf-4e3f-85ab-a11c2c649bea\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:18.7034476Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dd3659dc-cfcf-4e3f-85ab-a11c2c649bea\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:18.7035016Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:18.7420562Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:18.8634787Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:18.8640753Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:18.8786707Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:18.8788187Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f4c273dd-f9e4-4428-8888-3dce436ec1b4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:18.8793647Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f4c273dd-f9e4-4428-8888-3dce436ec1b4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:18.8794310Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:18.9140452Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:19.0285182Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:19.0302809Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:19.0408233Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:19.0409321Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3c9bd563-2072-4f62-b394-f1e0ebbd8088\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:19.0413572Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3c9bd563-2072-4f62-b394-f1e0ebbd8088\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:19.0415364Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:19.0786270Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:19.1916430Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:19.1921954Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:19.2027898Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:19.2029457Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ef5f6ad7-5ce6-43e1-ad0c-29346a9814b2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:19.2032943Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ef5f6ad7-5ce6-43e1-ad0c-29346a9814b2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:19.2033594Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:19.2377363Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:19.3964453Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:19.3970781Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:19.4086267Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:19.4087141Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\874341be-8450-4e2a-8aab-967807ae794f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:19.4090637Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\874341be-8450-4e2a-8aab-967807ae794f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:19.4091212Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:19.4511459Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:19.5652835Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:19.5657861Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:19.5768843Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:19.5769783Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\65422cff-651a-489f-b484-4f538f0d4c82\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:19.5773165Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\65422cff-651a-489f-b484-4f538f0d4c82\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:19.5773822Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:19.6108628Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:19.7416880Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:19.7422766Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:19.7536007Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:19.7536560Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b1d52db0-5f12-4228-b89d-3541cb18a3fe\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:19.7540068Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b1d52db0-5f12-4228-b89d-3541cb18a3fe\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:19.7540624Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:19.7919121Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:19.9143026Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:19.9150712Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:19.9259368Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:19.9260457Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7476c0a1-791e-404a-8cd9-26125113fdae\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:19.9263918Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7476c0a1-791e-404a-8cd9-26125113fdae\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:19.9264984Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:19.9657453Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:20.0796951Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:20.0802287Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:20.0913621Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:20.0914297Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0b80c5f1-a1d3-41e7-a5ba-478a7d77df02\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:20.0918892Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0b80c5f1-a1d3-41e7-a5ba-478a7d77df02\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:20.0920046Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:20.1285075Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:20.2466249Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:20.2470851Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:20.2584638Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:20.2586155Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a2b73832-a288-4113-ab80-d45b42cb1197\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:20.2590792Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a2b73832-a288-4113-ab80-d45b42cb1197\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:20.2591354Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:20.2914724Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:20.3914073Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:20.3918846Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:20.4005136Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:20.4005884Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7bcbc580-949e-47d9-9804-d96930474bc9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:20.4009612Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7bcbc580-949e-47d9-9804-d96930474bc9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:20.4010273Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:20.4348633Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:20.5288449Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:20.5293500Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:20.5399452Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:20.5400409Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f77b7af7-2607-4e88-9e2d-35adfc5676d8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:20.5403545Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f77b7af7-2607-4e88-9e2d-35adfc5676d8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:20.5404086Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:20.5737573Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:20.6880475Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:20.6885401Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:20.7004258Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:20.7005141Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7a0a7cbc-5d82-47ba-b1a2-835ebc201972\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:20.7008549Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7a0a7cbc-5d82-47ba-b1a2-835ebc201972\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:20.7009121Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:20.7417767Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:20.8390209Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:20.8395379Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:20.8485235Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:20.8486266Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ebda08a7-8e85-44d3-9c7c-a5312f15a1b8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:20.8489732Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ebda08a7-8e85-44d3-9c7c-a5312f15a1b8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:20.8490295Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:20.8814021Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:20.9994399Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:21.0001001Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:21.0122411Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:21.0123218Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3c26ac6d-8e01-4768-8fba-54b8a5ffe23f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:21.0127365Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3c26ac6d-8e01-4768-8fba-54b8a5ffe23f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:21.0128416Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:21.0494032Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:21.1655059Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:21.1660865Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:21.1760745Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:21.1761657Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3ebe6900-9abc-4981-85b2-88e5bf94a727\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:21.1765030Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3ebe6900-9abc-4981-85b2-88e5bf94a727\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:21.1765565Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:21.2091409Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:21.3218005Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:21.3222759Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:21.3323455Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:21.3324055Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\37470ced-1b2b-44c6-acb7-0550130f93f3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:21.3327449Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\37470ced-1b2b-44c6-acb7-0550130f93f3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:21.3328017Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:21.3670790Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:21.4837303Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:21.4842480Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:21.4977230Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:21.4978151Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0b6e9d6d-dbf8-4091-99b5-3de341bb79f3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:21.4981569Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0b6e9d6d-dbf8-4091-99b5-3de341bb79f3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:21.4982349Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:21.5345192Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:21.6503371Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:21.6508229Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:21.6610531Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:21.6611322Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\762a1460-ab51-44f8-8eb2-d3711a942e84\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:21.6615123Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\762a1460-ab51-44f8-8eb2-d3711a942e84\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:21.6615709Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:21.6924522Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:21.8051838Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:21.8058289Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:21.8163519Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:21.8165250Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\03e36bb6-07c4-4d19-a6de-fa927b524c9c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:21.8169479Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\03e36bb6-07c4-4d19-a6de-fa927b524c9c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:21.8170131Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:21.8496110Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:21.9705064Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:21.9723670Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:21.9824831Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:21.9825569Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4ad7a608-9d97-437e-b2c0-dd3051bebba1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:21.9829087Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4ad7a608-9d97-437e-b2c0-dd3051bebba1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:21.9829733Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:22.0194829Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:22.1086469Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:22.1092278Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:22.1184905Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:22.1186127Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\69d3c98a-b4bf-4550-9067-2236480ec9a5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:22.1190815Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\69d3c98a-b4bf-4550-9067-2236480ec9a5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:22.1191515Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:22.1545620Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:22.2806067Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:22.2812253Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:22.2919521Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:22.2920276Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\86c8e982-78f2-4b24-b59a-3609ea0ac1c9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:22.2923725Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\86c8e982-78f2-4b24-b59a-3609ea0ac1c9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:22.2924268Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:22.3630779Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:22.4707247Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:22.4711956Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:22.4807408Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:22.4808298Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0e14452e-47ee-4570-b266-9e9608b18ebc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:22.4811962Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0e14452e-47ee-4570-b266-9e9608b18ebc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:22.4812776Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:22.5193287Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:22.6385251Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:22.6392606Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:22.6490802Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:22.6492072Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bb8775ee-3f56-4219-a6a2-f6affd09468e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:22.6495281Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bb8775ee-3f56-4219-a6a2-f6affd09468e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:22.6495815Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:22.6899395Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:22.7895730Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:22.7900906Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:22.8023605Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:22.8024555Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\78b59b7f-28d3-4d6c-9b3e-1fcdde1068df\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:22.8028009Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\78b59b7f-28d3-4d6c-9b3e-1fcdde1068df\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:22.8028560Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:22.8386697Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:22.9551369Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:22.9556243Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:22.9662969Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:22.9664213Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d20b1781-db0d-4bce-97d5-55f39cef8015\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:22.9668176Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d20b1781-db0d-4bce-97d5-55f39cef8015\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:22.9669464Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:23.0048832Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:23.1104720Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:23.1110020Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:23.1219659Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:23.1220573Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\665ec8f1-6982-4d11-afc8-268147b8ab83\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:23.1223994Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\665ec8f1-6982-4d11-afc8-268147b8ab83\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:23.1224667Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:23.1617768Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:23.2693708Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:23.2698939Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:23.2801361Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:23.2802222Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1c508851-3861-4719-bc9c-c9fe96b08d9f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:23.2805603Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1c508851-3861-4719-bc9c-c9fe96b08d9f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:23.2806239Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:23.3169122Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:23.4277891Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:23.4282451Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:23.4414357Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:23.4415365Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c509a6af-7855-401c-9ad2-febe0ea8e0dc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:23.4419150Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c509a6af-7855-401c-9ad2-febe0ea8e0dc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:23.4419772Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:23.4771648Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:23.5867828Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:23.5875555Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:23.5975149Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:23.5975940Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4d4da1e7-e489-45e0-a93c-83d11b1dbc1d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:23.5979617Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4d4da1e7-e489-45e0-a93c-83d11b1dbc1d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:23.5980187Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:23.6359042Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:23.7516815Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:23.7521526Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:23.7563048Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Update source code","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:05:23.7630518Z","@mt":"Opening project {ProjectPath}","@l":"Debug","ProjectPath":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Openhab.Core.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep"} -{"@t":"2022-06-09T14:05:23.7655106Z","@mt":"Running analyzers on {ProjectName}","ProjectName":"Openhab.Core","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Source.RoslynDiagnosticProvider"} -{"@t":"2022-06-09T14:05:23.7838439Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:23.7841180Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\308855ce-0307-416a-bdbe-960a811be387\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:23.7845375Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\308855ce-0307-416a-bdbe-960a811be387\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:23.7846051Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:23.8198390Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:23.9367266Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:23.9372378Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:23.9459841Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:23.9461530Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\26831cdf-0f26-420c-9e8e-2fdb94a7cb7f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:23.9464493Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\26831cdf-0f26-420c-9e8e-2fdb94a7cb7f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:23.9465037Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:23.9754956Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:24.0856113Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:24.0865017Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:24.0984880Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:24.0985767Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\47f260c8-5112-4546-9cc9-e7cbf8f5615e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:24.0988948Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\47f260c8-5112-4546-9cc9-e7cbf8f5615e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:24.0989553Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:24.1314483Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:24.2372839Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:24.2378908Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:24.2506658Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:24.2507912Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\71f4a654-1d1e-4909-9bb4-7e8f2fa98eb3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:24.2511739Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\71f4a654-1d1e-4909-9bb4-7e8f2fa98eb3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:24.2512268Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:24.2839930Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:24.3800134Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:24.3805029Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:24.3891217Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:24.3892130Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a2947316-3008-40f2-82d9-9c3a3a7a4ba7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:24.3895140Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a2947316-3008-40f2-82d9-9c3a3a7a4ba7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:24.3895688Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:24.4256533Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:24.5438603Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:24.5443587Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:24.5531554Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:24.5532426Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f01f4345-1532-4038-9ba6-c608392880b9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:24.5535791Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f01f4345-1532-4038-9ba6-c608392880b9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:24.5536382Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:24.6346367Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:24.7466835Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:24.7472407Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:24.7574890Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:24.7575919Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\662ed6ea-9bc3-4423-9122-a5335d632e7d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:24.7578895Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\662ed6ea-9bc3-4423-9122-a5335d632e7d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:24.7579547Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:24.7914941Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:24.9045147Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:24.9051205Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:24.9200588Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:24.9202867Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9d605a99-9fab-42c1-a1d8-13e711652271\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:24.9206316Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9d605a99-9fab-42c1-a1d8-13e711652271\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:24.9207115Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:24.9613292Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:25.0731014Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:25.0737150Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:25.0871257Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:25.0872395Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\219c31a5-da42-47e9-8faf-2a5dd7033928\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:25.0875483Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\219c31a5-da42-47e9-8faf-2a5dd7033928\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:25.0876077Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:25.1213530Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:25.2350214Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:25.2364340Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:25.2474895Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:25.2476774Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f1a01ad5-e664-4068-9d16-334bf54b3739\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:25.2480159Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f1a01ad5-e664-4068-9d16-334bf54b3739\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:25.2480960Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:25.2853224Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:25.4055731Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:25.4062655Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:25.4172741Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:25.4173585Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\eb2d339b-f22a-4457-a57a-d10f1e5f8564\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:25.4176767Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\eb2d339b-f22a-4457-a57a-d10f1e5f8564\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:25.4177516Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:25.4533243Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:25.5761355Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:25.5767235Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:25.5870976Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:25.5871968Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\90ea4aef-84a4-4ede-8f49-584bb3a126da\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:25.5877097Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\90ea4aef-84a4-4ede-8f49-584bb3a126da\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:25.5878405Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:25.6277218Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:25.7370948Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:25.7376481Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:25.7480512Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:25.7481420Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\afa37ffb-9f48-4ba4-9836-4ccadbc8453c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:25.7484743Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\afa37ffb-9f48-4ba4-9836-4ccadbc8453c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:25.7485319Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:25.7829894Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:25.8805934Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:25.8811419Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:25.8897103Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:25.8898162Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\aab4a6cb-9eac-4cfd-9252-11ed43d33ec8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:25.8901203Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\aab4a6cb-9eac-4cfd-9252-11ed43d33ec8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:25.8902324Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:25.9272200Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:26.0460766Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:26.0466299Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:26.0574772Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:26.0576209Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4af4d304-1775-486c-a002-128cbaa4dda7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:26.0579595Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4af4d304-1775-486c-a002-128cbaa4dda7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:26.0580319Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:26.0980615Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:26.2238048Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:26.2244087Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:26.2359062Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:26.2360062Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2d5d503e-490c-4a9f-a752-e8ec3c5107ed\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:26.2363332Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2d5d503e-490c-4a9f-a752-e8ec3c5107ed\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:26.2364052Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:26.2760071Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:26.4084291Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:26.4089821Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:26.4211405Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:26.4212284Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1ac882a6-3cfe-498d-b2d8-c3a4ebbe660a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:26.4215782Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1ac882a6-3cfe-498d-b2d8-c3a4ebbe660a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:26.4216607Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:26.4563258Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:26.5713696Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:26.5718489Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:26.5806106Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:26.5806841Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3ab8bdf0-e08c-40a7-b92b-2210cb9f23c6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:26.5809692Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3ab8bdf0-e08c-40a7-b92b-2210cb9f23c6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:26.5810360Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:26.6145444Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:26.7354466Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:26.7363075Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:26.7619378Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:26.7620446Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\102621e4-5c1c-40e1-91f5-960b59b43689\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:26.7624335Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\102621e4-5c1c-40e1-91f5-960b59b43689\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:26.7625041Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:26.8005297Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:26.9351018Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:26.9359526Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:26.9456361Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:26.9457288Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d3e3244f-fedd-418d-ab05-b27b4d8d7fab\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:26.9461755Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d3e3244f-fedd-418d-ab05-b27b4d8d7fab\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:26.9462761Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:26.9936359Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:27.0960614Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:27.0965193Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:27.1041100Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:27.1042202Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8fd78eb3-8e86-428b-801c-27a38b9a047f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:27.1044937Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8fd78eb3-8e86-428b-801c-27a38b9a047f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:27.1045486Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:27.1372870Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:27.2650667Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:27.2657084Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:27.2745280Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:27.2746030Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3db74a3d-fd72-497e-90f7-121b3563d2d2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:27.2749522Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3db74a3d-fd72-497e-90f7-121b3563d2d2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:27.2751091Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:27.3067939Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:27.4059676Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:27.4064779Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:27.4166006Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:27.4166957Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\972e5f17-2199-4bfd-a25e-d5baa905d19d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:27.4170218Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\972e5f17-2199-4bfd-a25e-d5baa905d19d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:27.4170821Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:27.4520316Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:27.5622573Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:27.5627573Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:27.5721312Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:27.5722950Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\06a4de15-d916-4681-acb9-06e99b5e1a83\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:27.5727356Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\06a4de15-d916-4681-acb9-06e99b5e1a83\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:27.5727912Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:27.6072269Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:27.7133777Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:27.7139006Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:27.7245342Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:27.7246457Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9940e6bb-06e7-4643-9ac8-4516de765d09\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:27.7250422Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9940e6bb-06e7-4643-9ac8-4516de765d09\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:27.7251167Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:27.7616228Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:27.8669633Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:27.8674779Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:27.8785237Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:27.8786798Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\06a434fb-c4a5-40ea-8798-028f79895d67\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:27.8792546Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\06a434fb-c4a5-40ea-8798-028f79895d67\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:27.8793601Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:27.9145412Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:28.0453333Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:28.0457954Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:28.0556726Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:28.0558061Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f3a6b8d4-2a60-4389-b88f-17eb4e97164f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:28.0561491Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f3a6b8d4-2a60-4389-b88f-17eb4e97164f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:28.0562168Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:28.0860258Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:28.2001302Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:28.2009873Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:28.2133882Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:28.2134971Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\007eb02f-c47c-4e6f-8128-ea01092b9ed5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:28.2139551Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\007eb02f-c47c-4e6f-8128-ea01092b9ed5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:28.2140502Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:28.2541471Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:28.3584706Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:28.3590833Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:29.7369478Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Could not find file 'D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Properties\\AssemblyInfo.cs'.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2022-06-09T14:05:31.0837581Z","@mt":"Identified {DiagnosticCount} diagnostics in project {ProjectName}","DiagnosticCount":0,"ProjectName":"Openhab.Core","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Source.RoslynDiagnosticProvider"} -{"@t":"2022-06-09T14:05:31.0854166Z","@mt":"Identified {DiagnosticCount} fixable {DiagnosticId} diagnostics","@l":"Debug","DiagnosticCount":0,"DiagnosticId":"UA0001","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep"} -{"@t":"2022-06-09T14:05:31.0854882Z","@mt":"Identified {DiagnosticCount} fixable {DiagnosticId} diagnostics","@l":"Debug","DiagnosticCount":0,"DiagnosticId":"UA0002","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep"} -{"@t":"2022-06-09T14:05:31.0855030Z","@mt":"Identified {DiagnosticCount} fixable {DiagnosticId} diagnostics","@l":"Debug","DiagnosticCount":0,"DiagnosticId":"UA0005","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep"} -{"@t":"2022-06-09T14:05:31.0855133Z","@mt":"Identified {DiagnosticCount} fixable {DiagnosticId} diagnostics","@l":"Debug","DiagnosticCount":0,"DiagnosticId":"UA0006","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep"} -{"@t":"2022-06-09T14:05:31.0855299Z","@mt":"Identified {DiagnosticCount} fixable {DiagnosticId} diagnostics","@l":"Debug","DiagnosticCount":0,"DiagnosticId":"UA0007","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep"} -{"@t":"2022-06-09T14:05:31.0855410Z","@mt":"Identified {DiagnosticCount} fixable {DiagnosticId} diagnostics","@l":"Debug","DiagnosticCount":0,"DiagnosticId":"UA0008","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep"} -{"@t":"2022-06-09T14:05:31.0855508Z","@mt":"Identified {DiagnosticCount} fixable {DiagnosticId} diagnostics","@l":"Debug","DiagnosticCount":0,"DiagnosticId":"UA0010","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep"} -{"@t":"2022-06-09T14:05:31.0855601Z","@mt":"Identified {DiagnosticCount} fixable {DiagnosticId} diagnostics","@l":"Debug","DiagnosticCount":0,"DiagnosticId":"UA0012","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep"} -{"@t":"2022-06-09T14:05:31.0855700Z","@mt":"Identified {DiagnosticCount} fixable {DiagnosticId} diagnostics","@l":"Debug","DiagnosticCount":0,"DiagnosticId":"UA0014","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep"} -{"@t":"2022-06-09T14:05:31.0855792Z","@mt":"Identified {DiagnosticCount} fixable {DiagnosticId} diagnostics","@l":"Debug","DiagnosticCount":0,"DiagnosticId":"UA0015","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep"} -{"@t":"2022-06-09T14:05:31.0856058Z","@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-06-09T14:05:31.0856233Z","@mt":"Identified {DiagnosticCount} fixable {DiagnosticId} diagnostics","@l":"Debug","DiagnosticCount":0,"DiagnosticId":"UA307","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep"} -{"@t":"2022-06-09T14:05:31.0856367Z","@mt":"Identified {DiagnosticCount} fixable {DiagnosticId} diagnostics","@l":"Debug","DiagnosticCount":0,"DiagnosticId":"UA309","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep"} -{"@t":"2022-06-09T14:05:31.0856465Z","@mt":"Identified {DiagnosticCount} fixable {DiagnosticId} diagnostics","@l":"Debug","DiagnosticCount":0,"DiagnosticId":"UA310","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep"} -{"@t":"2022-06-09T14:05:31.0856564Z","@mt":"Identified {DiagnosticCount} fixable {DiagnosticId} diagnostics","@l":"Debug","DiagnosticCount":0,"DiagnosticId":"UA311","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep"} -{"@t":"2022-06-09T14:05:31.0856714Z","@mt":"Identified {DiagnosticCount} fixable {DiagnosticId} diagnostics","@l":"Debug","DiagnosticCount":0,"DiagnosticId":"UA312","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep"} -{"@t":"2022-06-09T14:05:31.0856828Z","@mt":"Identified {DiagnosticCount} fixable {DiagnosticId} diagnostics","@l":"Debug","DiagnosticCount":0,"DiagnosticId":"[UA313, UA314]","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep"} -{"@t":"2022-06-09T14:05:31.0856930Z","@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-06-09T14:05:31.0857198Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Update source code","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:05:31.0966968Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:31.0968001Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5f1aa523-51da-4bec-b362-f832e75376a9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:31.0971018Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5f1aa523-51da-4bec-b362-f832e75376a9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:31.0971832Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:31.1268240Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:31.2242131Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:31.2246859Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:31.2345584Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:31.2346193Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\251d4742-b5b5-45aa-8670-455fa9130b96\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:31.2349223Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\251d4742-b5b5-45aa-8670-455fa9130b96\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:31.2349834Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:31.2675668Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:31.3760954Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:31.3767074Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:31.3865128Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:31.3866021Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c7ed73dc-7461-4558-8710-47a1a301ffbb\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:31.3869096Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c7ed73dc-7461-4558-8710-47a1a301ffbb\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:31.3869746Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:31.4192934Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:31.5171850Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:31.5190705Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:31.5289408Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:31.5290050Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6a89bce4-135c-4918-890d-f44b433d752a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:31.5293217Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6a89bce4-135c-4918-890d-f44b433d752a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:31.5293833Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:31.5617396Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:31.6688680Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:31.6693597Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:31.6782951Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:31.6783717Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9f7a63e6-e107-4c8a-8cbb-7bbba6f59902\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:31.6787997Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9f7a63e6-e107-4c8a-8cbb-7bbba6f59902\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:31.6788683Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:31.7115667Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:31.8132262Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:31.8137265Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:31.8233124Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:31.8234448Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b2e15ca3-c31e-4bcb-93da-55f733067f17\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:31.8237884Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b2e15ca3-c31e-4bcb-93da-55f733067f17\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:31.8238421Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:31.8575359Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:31.9704834Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:31.9709713Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:31.9821468Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:31.9822925Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9844c8b9-51af-4dc6-b631-0bcbd0669e11\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:31.9826288Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9844c8b9-51af-4dc6-b631-0bcbd0669e11\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:31.9826832Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:32.0155530Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:32.1228002Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:32.1232793Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:32.1326563Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:32.1327932Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2d3d63e1-4031-4f77-996f-019cadccc726\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:32.1332221Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2d3d63e1-4031-4f77-996f-019cadccc726\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:32.1333298Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:32.1660178Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:32.2665642Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:32.2671662Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:32.2847751Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:32.2848754Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f69fa8e4-6d30-4787-a6ca-a3db1b8b0989\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:32.2852348Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f69fa8e4-6d30-4787-a6ca-a3db1b8b0989\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:32.2852985Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:32.3196066Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:32.4238675Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:32.4245585Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:32.4340514Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:32.4341080Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\daabfbb7-f80e-42e4-81bd-3d5c9ffbbdfc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:32.4344469Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\daabfbb7-f80e-42e4-81bd-3d5c9ffbbdfc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:32.4345480Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:32.4666471Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:32.5767236Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:32.5772452Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:32.5883611Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:32.5884473Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a88e3f18-30a4-4e80-ac90-2c098f902646\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:32.5887550Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a88e3f18-30a4-4e80-ac90-2c098f902646\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:32.5888153Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:32.6215029Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:32.7342657Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:32.7350849Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:32.7454539Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:32.7456022Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3d2e3db7-9d1c-41b1-acd9-e0430e56bef4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:32.7461931Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3d2e3db7-9d1c-41b1-acd9-e0430e56bef4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:32.7463242Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:32.7863826Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:32.8994350Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:32.8999131Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:32.9111608Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:32.9112541Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c7139046-5e02-4387-8486-00bed8cfe749\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:32.9116131Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c7139046-5e02-4387-8486-00bed8cfe749\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:32.9116839Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:32.9451872Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:33.0458832Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:33.0463669Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:33.0559334Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:33.0560341Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d926ebc6-0025-4460-894d-45d736e66e94\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:33.0563484Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d926ebc6-0025-4460-894d-45d736e66e94\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:33.0564194Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:33.0870647Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:33.1949184Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:33.1954258Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:33.2051376Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:33.2052519Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\39af452d-6a09-421a-ad73-df3d512c55f5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:33.2055870Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\39af452d-6a09-421a-ad73-df3d512c55f5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:33.2056881Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:33.2405976Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:33.3524908Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:33.3531439Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:33.3627208Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:33.3628016Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a89cf26f-aa68-4fc9-90b6-959b323dff97\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:33.3631670Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a89cf26f-aa68-4fc9-90b6-959b323dff97\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:33.3632363Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:33.3930387Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:33.4986908Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:33.4992071Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:33.5116431Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:33.5117425Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\02243840-55d8-40cd-ab17-eb7bbe8836eb\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:33.5120950Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\02243840-55d8-40cd-ab17-eb7bbe8836eb\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:33.5121561Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:33.5479461Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:33.6432708Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:33.6437368Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:33.6518484Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:33.6519213Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0c08e1e5-4336-4c1f-9ef3-c6703e5bb2bc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:33.6522992Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0c08e1e5-4336-4c1f-9ef3-c6703e5bb2bc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:33.6523963Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:33.6948509Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:33.8097225Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:33.8103168Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:33.8216979Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:33.8218168Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1dd406f9-b506-4f47-9ffe-35d2550cff2b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:33.8220980Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1dd406f9-b506-4f47-9ffe-35d2550cff2b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:33.8221598Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:33.8541673Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:33.9647815Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:33.9653060Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:33.9747292Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:33.9747877Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\64f0359d-99c0-486c-b7bb-182e5edde7c0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:33.9751753Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\64f0359d-99c0-486c-b7bb-182e5edde7c0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:33.9752612Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:34.0049163Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:34.1216722Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:34.1221968Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:34.1356009Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:34.1357001Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\76884903-0535-49fd-a4c8-5cb7ef1e3bd8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:34.1360318Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\76884903-0535-49fd-a4c8-5cb7ef1e3bd8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:34.1360851Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:34.1843512Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:34.2879874Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:34.2886506Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:34.2979325Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:34.2979985Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3f5c6ad2-c74f-4df2-a687-c036e8ddad95\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:34.2983463Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3f5c6ad2-c74f-4df2-a687-c036e8ddad95\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:34.2984162Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:34.3301380Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:34.4460107Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:34.4464850Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:34.4562224Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:34.4563161Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3da1be84-781d-4def-b276-2aee2b87810e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:34.4566513Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3da1be84-781d-4def-b276-2aee2b87810e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:34.4567173Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:34.4903242Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:34.5912609Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:34.5917426Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:34.6002051Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:34.6003254Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c9f825fe-99fb-4937-83c4-eb571672cde6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:34.6005989Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c9f825fe-99fb-4937-83c4-eb571672cde6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:34.6006525Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:34.6357131Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:34.7480928Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:34.7489405Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:34.7595750Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:34.7596657Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c735ed59-636b-4439-b8b6-3bbc6fef9d90\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:34.7599925Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c735ed59-636b-4439-b8b6-3bbc6fef9d90\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:34.7600542Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:34.7923096Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:34.8967098Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:34.8972264Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:34.9086212Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:34.9087124Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\859ed6fb-a894-4935-957c-edf44a7f97e4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:34.9090731Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\859ed6fb-a894-4935-957c-edf44a7f97e4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:34.9091378Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:34.9422951Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:35.0429257Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:35.0437328Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:35.0517149Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:35.0518059Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\233c2e5b-8163-4dfe-bd60-e5f7d660625b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:35.0521054Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\233c2e5b-8163-4dfe-bd60-e5f7d660625b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:35.0522120Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:35.0876082Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:35.1950314Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:35.1955524Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:35.2080951Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:35.2081841Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\55cc0551-111f-490b-ab59-04967380c681\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:35.2086392Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\55cc0551-111f-490b-ab59-04967380c681\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:35.2087220Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:35.2409479Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:35.3310302Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:35.3314957Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:35.3358067Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Move to next project","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:05:35.3392173Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Move to next project","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:05:35.3392817Z","@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-06-09T14:05:35.3452183Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:35.3452987Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b0c7ad04-d587-4a67-a188-f01a928316d1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:35.3455612Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b0c7ad04-d587-4a67-a188-f01a928316d1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:35.3456409Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:35.3791105Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:35.4846570Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:35.4851423Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:35.4936378Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:35.4937569Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\76435b7e-98c2-4eaa-bd7d-41554f0bd311\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:35.4940505Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\76435b7e-98c2-4eaa-bd7d-41554f0bd311\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:35.4941051Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:35.5244875Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:35.6316275Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:35.6323941Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:35.6663657Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:35.6664560Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7a5b8268-b38f-48e7-9c37-2988767dddea\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:35.6668065Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7a5b8268-b38f-48e7-9c37-2988767dddea\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:35.6668825Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:35.7092701Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:35.8274923Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:35.8279883Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:35.8369657Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:35.8370486Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0333a513-70ba-46d8-a454-a7b259d76333\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:35.8374056Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0333a513-70ba-46d8-a454-a7b259d76333\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:35.8374594Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:35.8763933Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:36.0015436Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:36.0020432Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:36.0147272Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:36.0148231Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f9c5c699-f96e-4cb0-bc7e-98c25db6653b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:36.0151795Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f9c5c699-f96e-4cb0-bc7e-98c25db6653b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:36.0152387Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:36.0537239Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:36.1559770Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:36.1564672Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:36.1664719Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:36.1666002Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\edf01dae-afc3-4747-84fa-f5f25b195d88\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:36.1670309Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\edf01dae-afc3-4747-84fa-f5f25b195d88\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:36.1670897Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:36.2012315Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:36.3076132Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:36.3082928Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:36.3191852Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:36.3192861Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1820deb4-a91f-4272-82a8-721835d761f8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:36.3196481Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1820deb4-a91f-4272-82a8-721835d761f8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:36.3197523Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:36.3640771Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:36.4734609Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:36.4739319Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:36.4830160Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:36.4830935Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\da0a49bd-5e2f-4f6f-b657-b7fea1fbca40\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:36.4834218Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\da0a49bd-5e2f-4f6f-b657-b7fea1fbca40\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:36.4834738Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:36.5169228Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:36.6286322Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:36.6291362Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:36.6417470Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:36.6418512Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1e13c47c-24d9-4bdf-9d08-c3285b9682a0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:36.6422422Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1e13c47c-24d9-4bdf-9d08-c3285b9682a0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:36.6423021Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:36.6820590Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:36.7929449Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:36.7934318Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:36.8026315Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:36.8027387Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\93855fc4-9ac6-4b68-a5c3-a83abe806438\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:36.8030740Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\93855fc4-9ac6-4b68-a5c3-a83abe806438\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:36.8031620Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:36.8361829Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:36.9535198Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:36.9541713Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:36.9677539Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:36.9679088Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3e604521-6c04-4420-a682-43ffce031b95\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:36.9682651Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3e604521-6c04-4420-a682-43ffce031b95\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:36.9683278Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:37.0044987Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:37.1277426Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:37.1285011Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:37.1382858Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:37.1383916Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6bf0c8a2-b37e-49be-af36-33cb137d5733\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:37.1387162Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6bf0c8a2-b37e-49be-af36-33cb137d5733\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:37.1387852Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:37.1761397Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:37.2857145Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:37.2861949Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:37.2959346Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:37.2960241Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\908f2daf-817e-42d9-a972-23d2f17877c3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:37.2964752Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\908f2daf-817e-42d9-a972-23d2f17877c3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:37.2965309Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:37.3309839Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:37.5042280Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:37.5048153Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:37.5162250Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:37.5163075Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ff96970c-9b69-46d5-b8fa-5bd79441b525\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:37.5166506Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ff96970c-9b69-46d5-b8fa-5bd79441b525\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:37.5167288Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:37.5542062Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:37.6606335Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:37.6611715Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:37.6710309Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:37.6711168Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a5095d38-097b-4505-ae62-e1dd07b40ea2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:37.6714231Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a5095d38-097b-4505-ae62-e1dd07b40ea2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:37.6714978Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:37.7065638Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:37.8136341Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:37.8141362Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:37.8219796Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:37.8220952Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2693ed1c-423d-4244-a712-5b71e6bb12c7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:37.8223724Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2693ed1c-423d-4244-a712-5b71e6bb12c7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:37.8224270Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:37.8561779Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:37.9667113Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:37.9672557Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:37.9795182Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:37.9796149Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fc6a6a6f-6069-4f79-893e-86a5631dc32f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:37.9799595Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fc6a6a6f-6069-4f79-893e-86a5631dc32f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:37.9800238Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:38.0157720Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:38.1209643Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:38.1214486Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:38.1311088Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:38.1312449Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d46b29eb-e4a5-4f0a-b7bc-361f9d3c805e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:38.1315365Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d46b29eb-e4a5-4f0a-b7bc-361f9d3c805e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:38.1315914Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:38.1649632Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:38.2683604Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:38.2688416Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:38.2785599Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:38.2786533Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9779219b-6298-4863-87af-fa5eb28c8d5a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:38.2790665Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9779219b-6298-4863-87af-fa5eb28c8d5a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:38.2791662Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:38.3147194Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:38.4317335Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:38.4323241Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:38.4429719Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:38.4430891Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ac3a7171-8737-4b11-b942-baaddffc238b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:38.4435136Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ac3a7171-8737-4b11-b942-baaddffc238b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:38.4435694Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:38.4774258Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:38.5865097Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:38.5870065Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:38.5986886Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:38.5987827Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b9ec797e-d866-41a2-b153-e2a277772cd8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:38.5991783Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b9ec797e-d866-41a2-b153-e2a277772cd8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:38.5992762Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:38.6342230Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:38.7547982Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:38.7553274Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:38.7680792Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:38.7682134Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\07624754-29a8-4b31-b530-b8a12b19c6bd\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:38.7686126Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\07624754-29a8-4b31-b530-b8a12b19c6bd\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:38.7687138Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:38.8034741Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:38.9167874Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:38.9173692Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:38.9301076Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:38.9302241Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bc79dbc4-59fc-4781-954f-5216cb26c92d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:38.9305416Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bc79dbc4-59fc-4781-954f-5216cb26c92d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:38.9305970Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:38.9779422Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:39.0826999Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:39.0832590Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:39.0929252Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:39.0931038Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7c1540c8-1c30-4318-8ca5-eaa78d2cb6d1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:39.0933755Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7c1540c8-1c30-4318-8ca5-eaa78d2cb6d1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:39.0934751Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:39.1264841Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:39.2275091Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:39.2280362Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:39.2390806Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:39.2392876Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\36a7b83a-364d-48b6-9445-45b4dd329ebe\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:39.2398744Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\36a7b83a-364d-48b6-9445-45b4dd329ebe\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:39.2399505Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:39.2737000Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:39.3685412Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:39.3690465Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:39.3780011Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:39.3781149Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b0cabbc2-ece6-4c77-9e70-fa8e5736c167\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:39.3784028Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b0cabbc2-ece6-4c77-9e70-fa8e5736c167\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:39.3784627Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:39.4124382Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:39.5146949Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:39.5152518Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:39.5293507Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:39.5294748Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7719c51d-3fe5-4863-8307-2cab61e3985c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:39.5299050Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7719c51d-3fe5-4863-8307-2cab61e3985c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:39.5300158Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:39.5647031Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:39.6667218Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:39.6671864Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:39.6765584Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:39.6766992Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d9ddcc01-8d18-4182-877d-3b2171c43ca0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:39.6769602Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d9ddcc01-8d18-4182-877d-3b2171c43ca0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:39.6770184Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:39.7133083Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:39.8735135Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:39.8739896Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:39.8873676Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:39.8874758Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4478cf4e-89d8-4fb1-a767-251460b3018e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:39.8878596Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4478cf4e-89d8-4fb1-a767-251460b3018e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:39.8879237Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:39.9186254Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:40.0329156Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:40.0334521Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:40.0430159Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:40.0431393Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6bbdf087-276d-4866-8fc5-313ea9a63caa\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:40.0434762Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6bbdf087-276d-4866-8fc5-313ea9a63caa\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:40.0435802Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:40.0804664Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:40.1791093Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:40.1797356Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:40.1901476Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:40.1902394Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b085b352-a54f-4e43-99d3-c6c81d99f9bb\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:40.1905682Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b085b352-a54f-4e43-99d3-c6c81d99f9bb\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:40.1906366Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:40.2313245Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:40.3563283Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:40.3568208Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:40.3680208Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:40.3681602Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b55509a7-2e8f-457c-b51f-b51e008aa549\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:40.3684481Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b55509a7-2e8f-457c-b51f-b51e008aa549\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:40.3685347Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:40.4035325Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:40.5104591Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:40.5110474Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:40.5214565Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:40.5215480Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\270a2e37-3848-47c1-b09c-6035d6621cfe\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:40.5220270Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\270a2e37-3848-47c1-b09c-6035d6621cfe\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:40.5221329Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:40.5580613Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:40.6694899Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:40.6700493Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:40.6789771Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:40.6791035Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\11a67a3b-d18e-481a-b1ef-4a767f503187\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:40.6794516Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\11a67a3b-d18e-481a-b1ef-4a767f503187\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:40.6795198Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:40.7106093Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:40.8175226Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:40.8201374Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:40.8315960Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:40.8316853Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2548f769-2bea-4660-b4c6-98664f11a96f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:40.8321516Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2548f769-2bea-4660-b4c6-98664f11a96f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:40.8322365Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:40.8704319Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:40.9838354Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:40.9843246Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:40.9941701Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:40.9942668Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bd2033d9-3dbc-495d-a8bc-2ea023bdb7f7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:40.9945433Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bd2033d9-3dbc-495d-a8bc-2ea023bdb7f7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:40.9946369Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:41.0278073Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:41.1347482Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:41.1352128Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:41.1435347Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:41.1436824Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\faca2ab9-6418-4d89-a5ef-f982fea0f71d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:41.1439726Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\faca2ab9-6418-4d89-a5ef-f982fea0f71d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:41.1440356Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:41.1764039Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:41.2869597Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:41.2875900Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:41.2979005Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:41.2979729Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0507c369-60e4-493d-8003-8f73932ba15a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:41.2982477Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0507c369-60e4-493d-8003-8f73932ba15a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:41.2983141Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:41.3294487Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:41.4314773Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:41.4320082Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:41.4437021Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:41.4438958Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\80992eb3-0931-40de-b60c-9bade14fab95\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:41.4443309Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\80992eb3-0931-40de-b60c-9bade14fab95\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:41.4444007Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:41.4745338Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:41.5790246Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:41.5795422Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:41.5899668Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:41.5900757Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a8f15e8e-6ca3-4570-9346-147767b10183\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:41.5903715Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a8f15e8e-6ca3-4570-9346-147767b10183\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:41.5904356Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:41.6232265Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:41.7231387Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:41.7236159Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:41.7369854Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:41.7370773Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\920a0b78-f01b-41ae-8d2b-80230e2f92f2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:41.7373865Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\920a0b78-f01b-41ae-8d2b-80230e2f92f2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:41.7375221Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:41.7748734Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:41.8813369Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:41.8818450Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:41.8905832Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:41.8907201Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f5c3dc69-76c2-4c27-82f4-7549ab99eb3c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:41.8910064Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f5c3dc69-76c2-4c27-82f4-7549ab99eb3c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:41.8910623Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:41.9249779Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:42.0367895Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:42.0372491Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:42.0478299Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:42.0479234Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a00bf91e-6cc6-428d-9fdf-40a54ea39148\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:42.0482625Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a00bf91e-6cc6-428d-9fdf-40a54ea39148\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:42.0483372Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:42.0829242Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:42.2012084Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:42.2018189Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:42.2117717Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:42.2118490Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\381e5681-e430-4220-b081-636f48884646\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:42.2121502Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\381e5681-e430-4220-b081-636f48884646\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:42.2122028Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:42.2472801Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:42.3590687Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:42.3597607Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:42.3708166Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:42.3710065Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\47247ba4-4c17-4e12-ab8e-9ae9d3509c06\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:42.3712940Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\47247ba4-4c17-4e12-ab8e-9ae9d3509c06\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:42.3713659Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:42.4055416Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:42.5083668Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:42.5089017Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:42.5183930Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:42.5185085Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1b574b40-2183-4abb-959a-0bd3722ddc80\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:42.5188050Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1b574b40-2183-4abb-959a-0bd3722ddc80\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:42.5188651Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:42.5553455Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:42.6580578Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:42.6585191Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:42.6678897Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:42.6680443Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1f0f9938-028e-44f1-861d-c4e0afb01835\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:42.6684198Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1f0f9938-028e-44f1-861d-c4e0afb01835\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:42.6684796Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:42.7056916Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:42.8573756Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:42.8579765Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:42.8698780Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:42.8699529Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a63e136a-a324-4721-a18b-3b59220a6623\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:42.8702730Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a63e136a-a324-4721-a18b-3b59220a6623\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:42.8703375Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:42.9092110Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:43.0230185Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:43.0234646Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:43.0354945Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:43.0356100Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ad8f77e2-bac1-490d-a35d-680a9b3c2949\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:43.0359382Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ad8f77e2-bac1-490d-a35d-680a9b3c2949\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:43.0359997Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:43.0738113Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:43.1814203Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:43.1819415Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:43.2022861Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:43.2023966Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\84dba484-7bf6-4867-892f-0fc1ea593c88\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:43.2028154Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\84dba484-7bf6-4867-892f-0fc1ea593c88\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:43.2029212Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:43.2350845Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:43.3434337Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:43.3438900Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:43.3540531Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:43.3541610Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a9df6123-2604-4d1e-8a2b-f29b541142fc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:43.3545504Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a9df6123-2604-4d1e-8a2b-f29b541142fc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:43.3546275Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:43.3926117Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:43.5013174Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:43.5017836Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:43.5118894Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:43.5119824Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b9b8a655-2d42-4520-a3a2-0499e8a085d0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:43.5123839Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b9b8a655-2d42-4520-a3a2-0499e8a085d0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:43.5124666Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:43.5479235Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:43.6564883Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:43.6569415Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:43.6689037Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:43.6690355Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\23a0595f-5d2d-4fc8-8d00-de232fd210fe\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:43.6693669Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\23a0595f-5d2d-4fc8-8d00-de232fd210fe\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:43.6694236Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:43.7029452Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:43.8066072Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:43.8071588Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:43.8160184Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:43.8161362Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b457ae44-66f1-4734-96ab-7d8a80b7ef13\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:43.8164740Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b457ae44-66f1-4734-96ab-7d8a80b7ef13\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:43.8165344Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:43.8491108Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:43.9667515Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:43.9672888Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:43.9788900Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:43.9789840Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ef696200-e16e-4050-862c-a904a919287b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:43.9793142Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ef696200-e16e-4050-862c-a904a919287b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:43.9793933Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:44.0161178Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:44.1248300Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:44.1253404Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:44.1352612Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:44.1353902Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c8e4a8e5-cab3-436b-9bcb-1bfc6024b430\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:44.1357548Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c8e4a8e5-cab3-436b-9bcb-1bfc6024b430\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:44.1358081Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:44.1730891Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:44.2790444Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:44.2797706Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:48.8853208Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Move to next project","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Solution.NextProjectStep"} -{"@t":"2022-06-09T14:05:48.8867599Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Move to next project","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Solution.NextProjectStep"} -{"@t":"2022-06-09T14:05:52.2810879Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:52.2812086Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\42aa1c03-18e5-4838-9c63-bc8cfee5dc2a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:52.2815448Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\42aa1c03-18e5-4838-9c63-bc8cfee5dc2a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:52.2816145Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:52.3190016Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:52.4492142Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:52.4497192Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:52.4604402Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:52.4605536Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9d6459a1-a1e8-4b1f-a102-968442fd398e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:52.4609842Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9d6459a1-a1e8-4b1f-a102-968442fd398e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:52.4610429Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:52.4957228Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:52.6131166Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:52.6138044Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:52.6186601Z","@mt":"Skip minimum dependency check because Windows App SDK cannot work with targets lower than already recommended TFM.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.TargetFramework.DependencyMinimumTargetFrameworkSelectorFilter"} -{"@t":"2022-06-09T14:05:52.6225909Z","@mt":"Recommending Windows TFM {TFM} because the project either has Windows-specific dependencies or builds to a WinExe","TFM":"net6.0-windows10.0.19041","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsSdkTargetFrameworkSelectorFilter"} -{"@t":"2022-06-09T14:05:52.6263319Z","@mt":"Resetting upgrade step {UpgradeStep} because upgrade context has changed significantly since it was initialized","@l":"Debug","UpgradeStep":"Microsoft.DotNet.UpgradeAssistant.Steps.Solution.CurrentProjectSelectionStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Solution.CurrentProjectSelectionStep"} -{"@t":"2022-06-09T14:05:52.6322656Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:52.6323744Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\67bce2c8-835e-4263-b332-4420660d6ecb\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:52.6328253Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\67bce2c8-835e-4263-b332-4420660d6ecb\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:52.6329280Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:52.6734934Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:52.7931027Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:52.7936980Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:52.8043723Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:52.8044700Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b8505df4-e0f8-43c7-a65b-0b876ae04091\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:52.8047805Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b8505df4-e0f8-43c7-a65b-0b876ae04091\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:52.8048899Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:52.8430397Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:52.9978954Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:52.9984242Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:53.0037491Z","@mt":"Skip minimum dependency check because Windows App SDK cannot work with targets lower than already recommended TFM.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.TargetFramework.DependencyMinimumTargetFrameworkSelectorFilter"} -{"@t":"2022-06-09T14:05:53.0059357Z","@mt":"Recommending Windows TFM {TFM} because the project either has Windows-specific dependencies or builds to a WinExe","TFM":"net6.0-windows10.0.19041","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsSdkTargetFrameworkSelectorFilter"} -{"@t":"2022-06-09T14:05:53.0177736Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:53.0179110Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\713ca578-3385-439a-b6bb-c3198dc13455\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:53.0183476Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\713ca578-3385-439a-b6bb-c3198dc13455\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:53.0185422Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:53.0573934Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:53.1759706Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:53.1767773Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:53.1889984Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:53.1891032Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4f6243c8-97d6-4e61-b071-b18f40f00977\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:53.1896022Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4f6243c8-97d6-4e61-b071-b18f40f00977\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:53.1896600Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:53.2304325Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:53.3554704Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:53.3560802Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:53.3615213Z","@mt":"Skip minimum dependency check because Windows App SDK cannot work with targets lower than already recommended TFM.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.TargetFramework.DependencyMinimumTargetFrameworkSelectorFilter"} -{"@t":"2022-06-09T14:05:53.3667944Z","@mt":"Recommending Windows TFM {TFM} because the project either has Windows-specific dependencies or builds to a WinExe","TFM":"net6.0-windows10.0.19041","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsSdkTargetFrameworkSelectorFilter"} -{"@t":"2022-06-09T14:05:53.3687949Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Select project to upgrade","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:05:53.3747924Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:53.3749416Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\37fb11e0-6542-41dc-9f33-c1c440c9c0a3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:53.3752770Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\37fb11e0-6542-41dc-9f33-c1c440c9c0a3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:53.3753419Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:53.4106090Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:53.5255366Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:53.5261000Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:53.5367791Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:53.5368379Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6839bd6c-c8d9-45a9-99f0-8e9baabbe9ae\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:53.5372258Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6839bd6c-c8d9-45a9-99f0-8e9baabbe9ae\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:53.5373249Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:53.5748754Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:53.6860256Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:53.6865968Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:53.6917789Z","@mt":"Skip minimum dependency check because Windows App SDK cannot work with targets lower than already recommended TFM.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.TargetFramework.DependencyMinimumTargetFrameworkSelectorFilter"} -{"@t":"2022-06-09T14:05:53.6963498Z","@mt":"Recommending Windows TFM {TFM} because the project either has Windows-specific dependencies or builds to a WinExe","TFM":"net6.0-windows10.0.19041","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsSdkTargetFrameworkSelectorFilter"} -{"@t":"2022-06-09T14:05:53.7685751Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:53.7687354Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\637e2f89-0c1a-4e6d-ac92-54be79691a70\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:53.7690750Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\637e2f89-0c1a-4e6d-ac92-54be79691a70\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:53.7691466Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:53.9325819Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/microsoft.win32.registry/index.json","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:53.9345589Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/system.data.datasetextensions/index.json","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:53.9381823Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/microsoft.netcore.platforms/index.json","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:53.9524300Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/system.io.filesystem.accesscontrol/index.json","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:53.9533555Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/system.io.pipes.accesscontrol/index.json","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:53.9559337Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/system.reflection.emit.ilgeneration/index.json","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:53.9728189Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/system.security.cryptography.cng/index.json","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:53.9762747Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/system.net.security/index.json","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:53.9775868Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/system.net.websockets.client/index.json","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:53.9787340Z","@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-06-09T14:05:53.9805655Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/system.net.webheadercollection/index.json","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:54.0514350Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/system.componentmodel.eventbasedasync/index.json","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:54.1850537Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/microsoft.win32.registry/index.json 252ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:54.1937082Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.data.datasetextensions/index.json 259ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:54.1977926Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/microsoft.win32.registry/5.0.0/microsoft.win32.registry.5.0.0.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:54.2027864Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/system.data.datasetextensions/4.5.0/system.data.datasetextensions.4.5.0.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:54.2131905Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/microsoft.netcore.platforms/index.json 274ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:54.2159010Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.io.filesystem.accesscontrol/index.json 263ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:54.2240296Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/microsoft.netcore.platforms/3.1.8/microsoft.netcore.platforms.3.1.8.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:54.2267693Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/system.io.filesystem.accesscontrol/5.0.0/system.io.filesystem.accesscontrol.5.0.0.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:54.2296265Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.io.pipes.accesscontrol/index.json 276ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:54.2353774Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.reflection.emit.ilgeneration/index.json 279ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:54.2383496Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/microsoft.win32.registry/5.0.0/microsoft.win32.registry.5.0.0.nupkg 40ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:54.2406137Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/system.io.pipes.accesscontrol/5.0.0/system.io.pipes.accesscontrol.5.0.0.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:54.2442228Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.data.datasetextensions/4.5.0/system.data.datasetextensions.4.5.0.nupkg 41ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:54.2452475Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/system.reflection.emit.ilgeneration/4.7.0/system.reflection.emit.ilgeneration.4.7.0.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:54.2614002Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.security.cryptography.cng/index.json 288ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:54.2825203Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.io.filesystem.accesscontrol/5.0.0/system.io.filesystem.accesscontrol.5.0.0.nupkg 43ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:54.2825199Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.private.servicemodel/index.json 291ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:54.2827911Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.net.security/index.json 306ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:54.2830277Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.net.websockets.client/index.json 305ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:54.2842583Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/system.security.cryptography.cng/5.0.0/system.security.cryptography.cng.5.0.0.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:54.2862930Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.io.pipes.accesscontrol/5.0.0/system.io.pipes.accesscontrol.5.0.0.nupkg 45ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:54.2903262Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/system.private.servicemodel/4.5.3/system.private.servicemodel.4.5.3.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:54.2958391Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/system.net.websockets.client/4.3.1/system.net.websockets.client.4.3.1.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:54.2968408Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/system.net.security/4.3.1/system.net.security.4.3.1.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:54.3021617Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.net.webheadercollection/index.json 321ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:54.3136626Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/system.net.webheadercollection/4.3.0/system.net.webheadercollection.4.3.0.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:54.3311912Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.componentmodel.eventbasedasync/index.json 279ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:54.3320753Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.reflection.emit.ilgeneration/4.7.0/system.reflection.emit.ilgeneration.4.7.0.nupkg 86ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:54.3408084Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/system.componentmodel.eventbasedasync/4.3.0/system.componentmodel.eventbasedasync.4.3.0.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:54.3433796Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.security.cryptography.cng/5.0.0/system.security.cryptography.cng.5.0.0.nupkg 58ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:54.3591310Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.private.servicemodel/4.5.3/system.private.servicemodel.4.5.3.nupkg 68ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:54.3813144Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/microsoft.netcore.platforms/3.1.8/microsoft.netcore.platforms.3.1.8.nupkg 157ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:54.4050687Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.componentmodel.eventbasedasync/4.3.0/system.componentmodel.eventbasedasync.4.3.0.nupkg 64ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:54.4969358Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.net.websockets.client/4.3.1/system.net.websockets.client.4.3.1.nupkg 200ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:54.5257450Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.net.security/4.3.1/system.net.security.4.3.1.nupkg 228ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:54.5614986Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.net.webheadercollection/4.3.0/system.net.webheadercollection.4.3.0.nupkg 247ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:54.7993594Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/system.net.websockets/index.json","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:54.8005297Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/system.runtime.interopservices.windowsruntime/index.json","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:54.9999337Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.net.websockets/index.json 200ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:54.9999940Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.runtime.interopservices.windowsruntime/index.json 199ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:55.0114934Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/system.net.websockets/4.3.0/system.net.websockets.4.3.0.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:55.0124536Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/system.runtime.interopservices.windowsruntime/4.3.0/system.runtime.interopservices.windowsruntime.4.3.0.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:55.0648671Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.net.websockets/4.3.0/system.net.websockets.4.3.0.nupkg 53ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:55.0668464Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/system.runtime.interopservices.windowsruntime/4.3.0/system.runtime.interopservices.windowsruntime.4.3.0.nupkg 54ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:56.8457826Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:56.8483072Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquiring lock for the installation of System.Runtime.InteropServices.WindowsRuntime 4.3.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:56.8491745Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquired lock for the installation of System.Runtime.InteropServices.WindowsRuntime 4.3.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:56.8516448Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquiring lock for the installation of System.Net.WebSockets 4.3.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:56.8523533Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquired lock for the installation of System.Net.WebSockets 4.3.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:56.8542674Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquiring lock for the installation of System.ComponentModel.EventBasedAsync 4.3.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:56.8548564Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquired lock for the installation of System.ComponentModel.EventBasedAsync 4.3.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:56.8566820Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquiring lock for the installation of System.Net.WebHeaderCollection 4.3.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:56.8572527Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquired lock for the installation of System.Net.WebHeaderCollection 4.3.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:56.8591619Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquiring lock for the installation of System.Private.ServiceModel 4.5.3","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:56.8598252Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquired lock for the installation of System.Private.ServiceModel 4.5.3","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:56.8622761Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquiring lock for the installation of System.Net.WebSockets.Client 4.3.1","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:56.8633579Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquired lock for the installation of System.Net.WebSockets.Client 4.3.1","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:56.8656194Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquiring lock for the installation of System.Net.Security 4.3.1","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:56.8661851Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquired lock for the installation of System.Net.Security 4.3.1","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:56.8681117Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquiring lock for the installation of Microsoft.NETCore.Platforms 3.1.8","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:56.8687513Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquired lock for the installation of Microsoft.NETCore.Platforms 3.1.8","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:56.8706542Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquiring lock for the installation of System.Security.Cryptography.Cng 5.0.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:56.8712803Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquired lock for the installation of System.Security.Cryptography.Cng 5.0.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:56.8730140Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquiring lock for the installation of System.Reflection.Emit.ILGeneration 4.7.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:56.8735944Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquired lock for the installation of System.Reflection.Emit.ILGeneration 4.7.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:56.8751007Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"PackageSignatureVerificationLog: PackageIdentity: System.Runtime.InteropServices.WindowsRuntime.4.3.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:56.8754973Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquiring lock for the installation of System.IO.Pipes.AccessControl 5.0.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:56.8760785Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquired lock for the installation of System.IO.Pipes.AccessControl 5.0.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:56.8762054Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"PackageSignatureVerificationLog: PackageIdentity: System.Net.WebSockets.4.3.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:56.8792800Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquiring lock for the installation of System.IO.FileSystem.AccessControl 5.0.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:56.8798248Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquired lock for the installation of System.IO.FileSystem.AccessControl 5.0.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:56.8883921Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquiring lock for the installation of System.Data.DataSetExtensions 4.5.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:56.8890253Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquired lock for the installation of System.Data.DataSetExtensions 4.5.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:56.8924027Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquiring lock for the installation of Microsoft.Win32.Registry 5.0.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:56.8929645Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquired lock for the installation of Microsoft.Win32.Registry 5.0.0","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:56.8932828Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"PackageSignatureVerificationLog: PackageIdentity: System.Net.WebHeaderCollection.4.3.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:56.8935858Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"PackageSignatureVerificationLog: PackageIdentity: System.ComponentModel.EventBasedAsync.4.3.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:56.8950629Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"PackageSignatureVerificationLog: PackageIdentity: System.Net.WebSockets.Client.4.3.1 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:56.9016172Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"PackageSignatureVerificationLog: PackageIdentity: System.Net.Security.4.3.1 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:56.9074955Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"PackageSignatureVerificationLog: PackageIdentity: System.Private.ServiceModel.4.5.3 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:56.9226488Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"PackageSignatureVerificationLog: PackageIdentity: Microsoft.Win32.Registry.5.0.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:56.9719635Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Installed System.Net.WebHeaderCollection 4.3.0 from https://api.nuget.org/v3/index.json with content hash XZrXYG3c7QV/GpWeoaRC02rM6LH2JJetfVYskf35wdC/w2fFDFMphec4gmVH2dkll6abtW14u9Rt96pxd9YH2A==.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:56.9934364Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Installed System.Net.WebSockets 4.3.0 from https://api.nuget.org/v3/index.json with content hash u6fFNY5q4T8KerUAVbya7bR6b7muBuSTAersyrihkcmE5QhEOiH3t5rh4il15SexbVlpXFHGuMwr/m8fDrnkQg==.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:56.9952222Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"PackageSignatureVerificationLog: PackageIdentity: Microsoft.NETCore.Platforms.3.1.8 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:57.0238958Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"PackageSignatureVerificationLog: PackageIdentity: System.Security.Cryptography.Cng.5.0.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:57.0305965Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Installed Microsoft.NETCore.Platforms 3.1.8 from https://api.nuget.org/v3/index.json with content hash MKD4/rBBL+OAZSMENX+Q1+5ycX0CcUeK8PBS36zysfT2kEfrSKJ0zx31F/ZE46QdHqb1GVxAJLKyGJTtFXqkPA==.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:57.0346720Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Installed System.Net.WebSockets.Client 4.3.1 from https://api.nuget.org/v3/index.json with content hash uQ2JCw7PuWx/TsGc5uyMibp2X1Rui3iUpS3AHnWT7k/8A7ORTNIRktxgmrCDrgBFm771+JS+FGQPANRuWOBMTQ==.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:57.0676373Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"PackageSignatureVerificationLog: PackageIdentity: System.Reflection.Emit.ILGeneration.4.7.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:57.0680439Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Installed System.Runtime.InteropServices.WindowsRuntime 4.3.0 from https://api.nuget.org/v3/index.json with content hash J4GUi3xZQLUBasNwZnjrffN8i5wpHrBtZoLG+OhRyGo/+YunMRWWtwoMDlUAIdmX0uRfpHIBDSV6zyr3yf00TA==.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:57.0827500Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"PackageSignatureVerificationLog: PackageIdentity: System.IO.Pipes.AccessControl.5.0.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:57.0927046Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"PackageSignatureVerificationLog: PackageIdentity: System.IO.FileSystem.AccessControl.5.0.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:57.1079156Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Installed System.Net.Security 4.3.1 from https://api.nuget.org/v3/index.json with content hash qYnDntmrrHXUAhA+v2Kve8onMjJ2ZryQvx7kjGhW88c0IgA9B+q2M8b3l76HFBeotufDbAJfOvLEP32PS4XIKA==.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:57.1124887Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Installed Microsoft.Win32.Registry 5.0.0 from https://api.nuget.org/v3/index.json with content hash dDoKi0PnDz31yAyETfRntsLArTlVAVzUzCIvvEDsDsucrl33Dl8pIJG06ePTJTI3tGpeyHS9Cq7Foc/s4EeKcg==.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:57.1330401Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"PackageSignatureVerificationLog: PackageIdentity: System.Data.DataSetExtensions.4.5.0 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:57.1383862Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Installed System.Private.ServiceModel 4.5.3 from https://api.nuget.org/v3/index.json with content hash ancrQgJagx+yC4SZbuE+eShiEAUIF0E1d21TRSoy1C/rTwafAVcBr/fKibkq5TQzyy9uNil2tx2/iaUxsy0S9g==.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:57.1711134Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Installed System.Data.DataSetExtensions 4.5.0 from https://api.nuget.org/v3/index.json with content hash 221clPs1445HkTBZPL+K9sDBdJRB8UN8rgjO3ztB0CQ26z//fmJXtlsr6whGatscsKGBrhJl5bwJuKSA8mwFOw==.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:57.2008697Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Installed System.IO.Pipes.AccessControl 5.0.0 from https://api.nuget.org/v3/index.json with content hash P0FIsXSFNL1AXlHO9zpJ9atRUzVyoPZCkcbkYGZfXXMx9xlGA2H3HOGBwIhpKhB+h0eL3hry/z0UcfJZ+yb2kQ==.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:57.2052481Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Installed System.ComponentModel.EventBasedAsync 4.3.0 from https://api.nuget.org/v3/index.json with content hash fCFl8f0XdwA/BuoNrVBB5D0Y48/hv2J+w4xSDdXQitXZsR6UCSOrDVE7TCUraY802ENwcHUnUCv4En8CupDU1g==.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:57.2109437Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Installed System.Reflection.Emit.ILGeneration 4.7.0 from https://api.nuget.org/v3/index.json with content hash AucBYo3DSI0IDxdUjKksBcQJXPHyoPyrCXYURW1WDsLI4M65Ar/goSHjdnHOAY9MiYDNKqDlIgaYm+zL2hA1KA==.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:57.2393089Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Installed System.IO.FileSystem.AccessControl 5.0.0 from https://api.nuget.org/v3/index.json with content hash SxHB3nuNrpptVk+vZ/F+7OHEpoHUIKKMl02bUmYHQr1r+glbZQxs7pRtsf4ENO29TVm2TH3AEeep2fJcy92oYw==.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:57.3135082Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Installed System.Security.Cryptography.Cng 5.0.0 from https://api.nuget.org/v3/index.json with content hash jIMXsKn94T9JY7PvPq/tMfqa6GAaHpElRDpmG+SuL+D3+sTw2M8VhnibKnN8Tq+4JqbPJ/f+BwtLeDMEnzAvRg==.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:58.2433657Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:58.2435782Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:58.2616724Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:58.2617664Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\98081c43-ce96-4479-8a6f-f92fb5b04f65\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:58.2620891Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\98081c43-ce96-4479-8a6f-f92fb5b04f65\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:58.2621411Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:58.3927731Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:58.6911312Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:58.6913623Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:58.7071834Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:58.7072795Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\09e58a08-922b-4fa9-a328-1631d2de0292\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:58.7076052Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\09e58a08-922b-4fa9-a328-1631d2de0292\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:58.7076665Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:58.7901248Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:59.1296760Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:59.1298556Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:59.1461706Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:59.1462892Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d21998c0-3381-44ee-b593-1faf7cf5b6b2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:59.1466049Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d21998c0-3381-44ee-b593-1faf7cf5b6b2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:59.1466926Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:59.2428933Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:59.5356493Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:59.5358558Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:59.5507183Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:59.5508099Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a8264266-6deb-4421-baa7-bdab44e25e71\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:59.5511351Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a8264266-6deb-4421-baa7-bdab44e25e71\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:59.5511882Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:59.6193988Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:59.9989510Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:05:59.9991272Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:00.0156251Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:00.0157993Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f0600e92-8cef-4419-9604-6f16f4bbfa68\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:00.0161871Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f0600e92-8cef-4419-9604-6f16f4bbfa68\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:00.0162937Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:00.1025610Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:00.4357308Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:00.4359178Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:00.4487318Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Select project to upgrade","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:06:00.4488561Z","@mt":"Identified upgrade step {UpgradeStep} as the next step","@l":"Debug","UpgradeStep":"Microsoft.DotNet.UpgradeAssistant.Steps.Solution.CurrentProjectSelectionStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:06:00.4551091Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:00.4552143Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6b8f5e13-8ba4-45c4-9ee7-c91a00e9fe8e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:00.4555103Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6b8f5e13-8ba4-45c4-9ee7-c91a00e9fe8e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:00.4555761Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:00.4937007Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:00.6125024Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:00.6130161Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:00.6231060Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:00.6232213Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\008a62f4-3b14-49fb-8c87-5b3ea390dd2b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:00.6235096Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\008a62f4-3b14-49fb-8c87-5b3ea390dd2b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:00.6235714Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:00.6607159Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:00.7945298Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:00.7952169Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:00.7998326Z","@mt":"Skip minimum dependency check because Windows App SDK cannot work with targets lower than already recommended TFM.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.TargetFramework.DependencyMinimumTargetFrameworkSelectorFilter"} -{"@t":"2022-06-09T14:06:00.8018876Z","@mt":"Recommending Windows TFM {TFM} because the project either has Windows-specific dependencies or builds to a WinExe","TFM":"net6.0-windows10.0.19041","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsSdkTargetFrameworkSelectorFilter"} -{"@t":"2022-06-09T14:06:05.5365804Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Select project to upgrade","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Solution.CurrentProjectSelectionStep"} -{"@t":"2022-06-09T14:06:05.5416318Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:05.5417499Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7daac4fc-06d6-4d0d-84e3-1c3170a577d7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:05.5420845Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7daac4fc-06d6-4d0d-84e3-1c3170a577d7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:05.5421535Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:05.5799871Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:05.6951506Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:05.6956734Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:05.7051290Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:05.7052591Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\aae183c9-867e-40b2-b330-3aa1ecf89920\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:05.7056226Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\aae183c9-867e-40b2-b330-3aa1ecf89920\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:05.7057315Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:05.7416160Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:05.8628041Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:05.8634954Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:05.8699616Z","@mt":"Skip minimum dependency check because Windows App SDK cannot work with targets lower than already recommended TFM.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.TargetFramework.DependencyMinimumTargetFrameworkSelectorFilter"} -{"@t":"2022-06-09T14:06:05.8725800Z","@mt":"Recommending Windows TFM {TFM} because the project either has Windows-specific dependencies or builds to a WinExe","TFM":"net6.0-windows10.0.19041","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsSdkTargetFrameworkSelectorFilter"} -{"@t":"2022-06-09T14:06:05.8808481Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:05.8809846Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ca61b80b-43a9-441c-8d02-e663c1bdac7f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:05.8814211Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ca61b80b-43a9-441c-8d02-e663c1bdac7f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:05.8815265Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:05.9238973Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:06.0459056Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:06.0464912Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:06.0559857Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:06.0560771Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\74d3d3ad-d782-4cb2-af57-4797fdaeecd2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:06.0564811Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\74d3d3ad-d782-4cb2-af57-4797fdaeecd2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:06.0565611Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:06.0954749Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:06.2161916Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:06.2167829Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:06.2286336Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:06.2287798Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a7f2570f-4fca-4344-96ca-e6ab767f446e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:06.2291140Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a7f2570f-4fca-4344-96ca-e6ab767f446e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:06.2291951Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:06.2615119Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:06.3664532Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:06.3670085Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:06.3788412Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:06.3789349Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\45f38ae3-3eac-4fef-9917-ecb282420264\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:06.3793576Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\45f38ae3-3eac-4fef-9917-ecb282420264\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:06.3794189Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:06.4166424Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:06.5272453Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:06.5277645Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:06.5375415Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:06.5376395Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e0e7b7c2-3ce7-4424-aef8-9b4c744ff53c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:06.5380517Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e0e7b7c2-3ce7-4424-aef8-9b4c744ff53c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:06.5381075Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:06.5691985Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:06.6737896Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:06.6742565Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:06.6843022Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:06.6844214Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b76bfeb0-42b1-49ad-bf65-96e6ebd892e1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:06.6847520Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b76bfeb0-42b1-49ad-bf65-96e6ebd892e1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:06.6848359Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:06.7201300Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:06.8475142Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:06.8483244Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:06.8587262Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:06.8588494Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c36bab98-5338-4b15-b8a0-d6653af2a73a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:06.8592909Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c36bab98-5338-4b15-b8a0-d6653af2a73a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:06.8594134Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:06.9622969Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:07.3180074Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:07.3182026Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:07.3374183Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:07.3375050Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\65cd6ffd-afc5-4c16-bf17-37dfc3aa9839\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:07.3379489Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\65cd6ffd-afc5-4c16-bf17-37dfc3aa9839\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:07.3380289Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:07.4286444Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:07.7305510Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:07.7307332Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:07.7467802Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:07.7468760Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6c485539-aab2-4eed-96ce-3839d643cbab\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:07.7474329Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6c485539-aab2-4eed-96ce-3839d643cbab\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:07.7475203Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:07.8335086Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:08.1600171Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:08.1602151Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:08.1746627Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:08.1747462Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1cd1102e-ba06-4c8b-adef-94831469cf81\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:08.1750596Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1cd1102e-ba06-4c8b-adef-94831469cf81\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:08.1751195Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:08.2559794Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:08.5721527Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:08.5723348Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:08.5896947Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:08.5898159Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8fcfb5be-485a-4293-ad07-c38070cbf02d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:08.5901124Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8fcfb5be-485a-4293-ad07-c38070cbf02d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:08.5902096Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:08.6727987Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:08.9995069Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:08.9997192Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:09.0193574Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:09.0194775Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a8407ca3-e704-4362-989a-11735795a783\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:09.0198163Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a8407ca3-e704-4362-989a-11735795a783\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:09.0198849Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:09.1038192Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:09.4716111Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:09.4717724Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:16.2289544Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Select project to upgrade","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Solution.CurrentProjectSelectionStep"} -{"@t":"2022-06-09T14:06:18.6618644Z","@mt":"Resetting upgrade step {UpgradeStep} because upgrade context has changed significantly since it was initialized","@l":"Debug","UpgradeStep":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:18.6619654Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Back up project","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:06:18.6630491Z","@mt":"Determining backup path","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:18.6631361Z","@mt":"Using backup path {BackupPath}","@l":"Debug","BackupPath":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:18.6631722Z","@mt":"Backup upgrade step initialized as incomplete; will backup to {BackupLocation}","@l":"Debug","BackupLocation":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:18.6631961Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Back up project","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:06:18.6632096Z","@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-06-09T14:06:18.6644899Z","@mt":"Resetting upgrade step {UpgradeStep} because upgrade context has changed significantly since it was initialized","@l":"Debug","UpgradeStep":"Microsoft.DotNet.UpgradeAssistant.Steps.ProjectFormat.TryConvertProjectConverterStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.TryConvert.TryConvertProjectConverterStep"} -{"@t":"2022-06-09T14:06:18.6707521Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:18.6709081Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2f5d65ce-a315-4930-97dc-fd8d26fb6aab\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:18.6712098Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2f5d65ce-a315-4930-97dc-fd8d26fb6aab\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:18.6712806Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:18.7650469Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:19.0891164Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:19.0894074Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:19.1096538Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:19.1097773Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bc151625-fcdc-422b-bea5-6d0fc31ce944\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:19.1100980Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bc151625-fcdc-422b-bea5-6d0fc31ce944\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:19.1101740Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:19.2038932Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:19.5566935Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:19.5569141Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:19.5704324Z","@mt":"Resetting upgrade step {UpgradeStep} because upgrade context has changed significantly since it was initialized","@l":"Debug","UpgradeStep":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2022-06-09T14:06:19.5771070Z","@mt":"Resetting upgrade step {UpgradeStep} because upgrade context has changed significantly since it was initialized","@l":"Debug","UpgradeStep":"Microsoft.DotNet.UpgradeAssistant.Steps.ProjectFormat.SetTFMStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.TryConvert.SetTFMStep"} -{"@t":"2022-06-09T14:06:19.5776809Z","@mt":"Resetting upgrade step {UpgradeStep} because upgrade context has changed significantly since it was initialized","@l":"Debug","UpgradeStep":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"} -{"@t":"2022-06-09T14:06:19.5854118Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:19.5855302Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bccef550-f045-46c9-8f35-95e5a366e5eb\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:19.5859118Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bccef550-f045-46c9-8f35-95e5a366e5eb\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:19.5859872Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:19.6757031Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:20.0064199Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:20.0066524Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:20.0272832Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:20.0273481Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d236c2ce-440f-4a03-b71c-10be42bbfeb0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:20.0278507Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d236c2ce-440f-4a03-b71c-10be42bbfeb0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:20.0279552Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:20.1224333Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:20.4951128Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:20.4952992Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:20.5093644Z","@mt":"Resetting upgrade step {UpgradeStep} because upgrade context has changed significantly since it was initialized","@l":"Debug","UpgradeStep":"Microsoft.DotNet.UpgradeAssistant.Steps.Templates.TemplateInserterStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Templates.TemplateInserterStep"} -{"@t":"2022-06-09T14:06:20.5160197Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:20.5161081Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e31de506-583a-4902-8c89-c814b0ba4ae9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:20.5165976Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e31de506-583a-4902-8c89-c814b0ba4ae9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:20.5166735Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:20.6049043Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:20.9258929Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:20.9260736Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:20.9452024Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:20.9452671Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d463f62a-6a11-4634-b5f7-3c0f204db3a4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:20.9457130Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d463f62a-6a11-4634-b5f7-3c0f204db3a4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:20.9457739Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:21.0387269Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:21.3439028Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:21.3440901Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:21.3646415Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:21.3647360Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c5e46f29-b9dc-454a-8214-dad47fb311f3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:21.3650778Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c5e46f29-b9dc-454a-8214-dad47fb311f3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:21.3651314Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:21.4571231Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:21.7795724Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:21.7799182Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:21.8022888Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:21.8024227Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0c4a96d8-1e90-4542-8a86-bac2c1aa19ca\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:21.8027573Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0c4a96d8-1e90-4542-8a86-bac2c1aa19ca\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:21.8028146Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:21.8912634Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:22.2435565Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:22.2439259Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:22.2637694Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:22.2638852Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\da8d2ea7-4568-4e3d-8725-b5e5e00341dd\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:22.2642496Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\da8d2ea7-4568-4e3d-8725-b5e5e00341dd\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:22.2643333Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:22.3548124Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:22.6613071Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:22.6615927Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:22.6812567Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:22.6813742Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2ad786f4-012c-4dda-ae97-124509a67d1f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:22.6816954Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2ad786f4-012c-4dda-ae97-124509a67d1f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:22.6817559Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:22.7651708Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:23.0722399Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:23.0724117Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:23.0850354Z","@mt":"Resetting upgrade step {UpgradeStep} because upgrade context has changed significantly since it was initialized","@l":"Debug","UpgradeStep":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WinUINamespaceUpdater","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsDesktopUpdateStep"} -{"@t":"2022-06-09T14:06:23.0850998Z","@mt":"Resetting upgrade step {UpgradeStep} because upgrade context has changed significantly since it was initialized","@l":"Debug","UpgradeStep":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsDesktopUpdateStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsDesktopUpdateStep"} -{"@t":"2022-06-09T14:06:23.0914528Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:23.0915380Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\14a087f5-cf72-4510-8216-376e66c04105\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:23.0919229Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\14a087f5-cf72-4510-8216-376e66c04105\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:23.0920064Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:23.1827361Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:23.4680680Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:23.4683667Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:23.4870178Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:23.4871065Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\57cd25d9-956d-446c-ab56-ea004a894b5e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:23.4874804Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\57cd25d9-956d-446c-ab56-ea004a894b5e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:23.4875670Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:23.5675894Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:23.9326627Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:23.9328830Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:23.9503243Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:23.9504327Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1ce4142a-646d-4bfa-9424-fab9e725caa2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:23.9507764Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1ce4142a-646d-4bfa-9424-fab9e725caa2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:23.9508381Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:24.0386053Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:24.3449606Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:24.3452049Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:24.3635740Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:24.3636565Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7e55c147-1c11-45ba-8778-540dafddae5a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:24.3640048Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7e55c147-1c11-45ba-8778-540dafddae5a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:24.3640582Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:24.4542322Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:24.7693286Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:24.7695106Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:24.7891872Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:24.7892783Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e2dd3d6f-abb5-4834-a5cb-175ed7726e97\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:24.7899002Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e2dd3d6f-abb5-4834-a5cb-175ed7726e97\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:24.7899888Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:24.8835888Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:25.1961841Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:25.1963810Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:25.2132567Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:25.2133729Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1d9b9dd3-4ebe-4f4d-832e-88fcb0218576\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:25.2137124Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1d9b9dd3-4ebe-4f4d-832e-88fcb0218576\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:25.2137838Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:25.2915243Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:25.6354938Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:25.6356613Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:25.6531613Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:25.6532921Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\97f3d6c1-e6a9-46e9-b6f0-9cc747c7ce73\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:25.6536564Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\97f3d6c1-e6a9-46e9-b6f0-9cc747c7ce73\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:25.6537345Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:25.7434027Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:26.0337409Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:26.0339051Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:26.0483329Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:26.0483916Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\375b28f9-a636-4ddc-8cd8-0e44d914b2be\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:26.0487825Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\375b28f9-a636-4ddc-8cd8-0e44d914b2be\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:26.0488395Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:26.1333908Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:26.4111991Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:26.4113894Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:26.4300130Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:26.4300986Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dc988b35-423e-43e8-a0b1-71bfff9aa82e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:26.4304123Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dc988b35-423e-43e8-a0b1-71bfff9aa82e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:26.4304751Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:26.5172928Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:26.7963407Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:26.7965280Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:26.8122843Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:26.8123677Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2030f251-c332-4ca8-8bb5-f80e4a6975d4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:26.8129926Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2030f251-c332-4ca8-8bb5-f80e4a6975d4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:26.8130676Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:26.9063737Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:27.2701426Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:27.2703247Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:27.2874627Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:27.2876528Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d8bc15fc-57c3-4213-ac41-42c4fd499aeb\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:27.2879486Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d8bc15fc-57c3-4213-ac41-42c4fd499aeb\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:27.2880015Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:27.3826117Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:27.6928576Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:27.6930410Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:27.7113192Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:27.7114985Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3d809df3-fc43-4910-83ea-2fbd98760295\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:27.7118364Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3d809df3-fc43-4910-83ea-2fbd98760295\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:27.7121029Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:27.7999708Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:28.0873475Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:28.0875209Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:28.1081194Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:28.1082093Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3d96f2a9-0d02-4a61-b7be-4e58cfb22ac8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:28.1084905Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3d96f2a9-0d02-4a61-b7be-4e58cfb22ac8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:28.1085964Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:28.2138698Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:28.4845473Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:28.4847250Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:28.5022024Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:28.5023421Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c22e42d6-cb33-43c5-a6c5-deaf799263ad\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:28.5027181Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c22e42d6-cb33-43c5-a6c5-deaf799263ad\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:28.5027795Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:28.5746483Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:28.9213970Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:28.9217924Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:28.9429675Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:28.9430686Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\324bb90d-4e4c-4769-bc48-82ef578bb4cf\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:28.9434229Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\324bb90d-4e4c-4769-bc48-82ef578bb4cf\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:28.9434959Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:29.0353150Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:29.3692139Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:29.3694273Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:29.3876903Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:29.3879424Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\864c4670-840a-40b7-82bb-99eee0bcb9dd\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:29.3884038Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\864c4670-840a-40b7-82bb-99eee0bcb9dd\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:29.3885130Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:29.4776572Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:29.7922243Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:29.7925224Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:29.8165775Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:29.8167059Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\517b44d1-40ba-4269-8d57-555a72768889\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:29.8170077Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\517b44d1-40ba-4269-8d57-555a72768889\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:29.8170637Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:29.9032221Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:30.2313389Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:30.2315261Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:30.2483640Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:30.2484900Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9f964059-bf0b-47e7-8d57-dda73b8baedb\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:30.2487792Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9f964059-bf0b-47e7-8d57-dda73b8baedb\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:30.2488442Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:30.3280735Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:30.6769592Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:30.6773813Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:30.6893826Z","@mt":"Resetting upgrade step {UpgradeStep} because upgrade context has changed significantly since it was initialized","@l":"Debug","UpgradeStep":"Microsoft.DotNet.UpgradeAssistant.Steps.Source.CodeFixerStep:UA0002","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep"} -{"@t":"2022-06-09T14:06:30.6894361Z","@mt":"Resetting upgrade step {UpgradeStep} because upgrade context has changed significantly since it was initialized","@l":"Debug","UpgradeStep":"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep"} -{"@t":"2022-06-09T14:06:30.6959314Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:30.6960492Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e053f38a-cb97-4853-a97f-5f23c22b2542\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:30.6964035Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e053f38a-cb97-4853-a97f-5f23c22b2542\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:30.6965193Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:30.7855372Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:31.1141124Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:31.1145488Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:31.1318527Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:31.1319343Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9f4925a1-fb07-4697-bb9b-6c0026b4ced9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:31.1323551Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9f4925a1-fb07-4697-bb9b-6c0026b4ced9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:31.1324173Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:31.2164780Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:31.5466526Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:31.5468366Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:31.5643747Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:31.5644954Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1e5d4732-d3ff-496a-bfe2-6676ccc85a7d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:31.5648426Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1e5d4732-d3ff-496a-bfe2-6676ccc85a7d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:31.5649416Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:31.6556515Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:31.9704275Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:31.9706316Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:31.9853604Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:31.9855763Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\29e5e6fc-9480-4e27-9e13-c180c858e860\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:31.9860553Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\29e5e6fc-9480-4e27-9e13-c180c858e860\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:31.9861125Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:32.0786942Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:32.4517276Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:32.4520371Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:32.4684348Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:32.4685171Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6efc7fa0-5e99-4edf-9712-07a9d4032fa8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:32.4688707Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6efc7fa0-5e99-4edf-9712-07a9d4032fa8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:32.4689583Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:32.5429849Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:32.8605719Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:32.8607706Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:32.8787675Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:32.8788863Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\48c754ec-55dd-461f-9c41-5ef818e91d1a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:32.8792681Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\48c754ec-55dd-461f-9c41-5ef818e91d1a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:32.8793239Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:32.9685930Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:33.2667746Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:33.2669564Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:33.2815401Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:33.2817296Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\af9ba599-9bb1-4647-9d9b-4dabd5d317e5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:33.2820957Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\af9ba599-9bb1-4647-9d9b-4dabd5d317e5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:33.2822480Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:33.3545272Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:33.6742763Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:33.6744956Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:33.6883361Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:33.6884178Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bb929eb0-d279-4bbc-a28b-82720911a16a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:33.6887316Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bb929eb0-d279-4bbc-a28b-82720911a16a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:33.6887940Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:33.7752212Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:34.1571771Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:34.1573664Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:34.1746760Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:34.1748125Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0c820499-c592-4c1f-b912-d92214c57784\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:34.1751743Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0c820499-c592-4c1f-b912-d92214c57784\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:34.1752298Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:34.2566166Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:34.5770787Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:34.5773597Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:34.5977258Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:34.5978260Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d8a5dd4c-4846-4ce0-adca-e6a9c5201db0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:34.5982750Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d8a5dd4c-4846-4ce0-adca-e6a9c5201db0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:34.5983806Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:34.7349813Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:35.0982270Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:35.0984315Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:35.1135277Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:35.1136002Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e10b0e27-cc00-4a7b-8f09-6647ad99fe9b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:35.1138610Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e10b0e27-cc00-4a7b-8f09-6647ad99fe9b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:35.1139238Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:35.1928145Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:35.4841568Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:35.4844580Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:35.5011616Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:35.5012412Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1d4729ec-5cef-49b4-85e1-83cb065a8bf6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:35.5016000Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1d4729ec-5cef-49b4-85e1-83cb065a8bf6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:35.5016518Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:35.5903560Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:35.9256984Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:35.9258860Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:35.9447113Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:35.9448768Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7b3deaff-94b1-49dd-8843-3aec6d2b00eb\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:35.9451627Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7b3deaff-94b1-49dd-8843-3aec6d2b00eb\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:35.9452279Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:36.0324744Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:36.3393947Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:36.3397754Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:36.3590778Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:36.3591755Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7653ab46-0d63-476a-b61c-ff7ea266c20c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:36.3596102Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7653ab46-0d63-476a-b61c-ff7ea266c20c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:36.3596669Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:36.4480906Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:36.7423378Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:36.7425062Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:36.7619234Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:36.7620418Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\934e287d-89ad-4980-aa5a-6aae4992e212\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:36.7625163Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\934e287d-89ad-4980-aa5a-6aae4992e212\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:36.7625760Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:36.8524428Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:37.1400597Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:37.1402334Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:37.1583945Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:37.1585148Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\589d3501-40cf-410b-9a43-3fb7b4b004cc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:37.1587883Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\589d3501-40cf-410b-9a43-3fb7b4b004cc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:37.1588474Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:37.2394024Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:37.5655649Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:37.5657771Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:37.5852486Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:37.5853684Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f1765948-ded5-4874-afa4-0e18199cb8e2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:37.5857062Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f1765948-ded5-4874-afa4-0e18199cb8e2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:37.5857596Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:37.6806318Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:38.0003415Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:38.0005570Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:38.0170291Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:38.0170962Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\afd66df8-9ebc-4913-9210-0e912d6465a9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:38.0174281Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\afd66df8-9ebc-4913-9210-0e912d6465a9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:38.0175114Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:38.1031691Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:38.4086779Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:38.4088674Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:38.4296939Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:38.4297932Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8f5fcf08-f8dd-4a31-b555-3d37682508b8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:38.4301745Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8f5fcf08-f8dd-4a31-b555-3d37682508b8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:38.4302797Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:38.5146408Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:38.8084935Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:38.8087103Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:38.8245812Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:38.8247083Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d751f28a-6d31-4c8b-8901-9212e62369b1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:38.8250103Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d751f28a-6d31-4c8b-8901-9212e62369b1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:38.8250629Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:38.9049650Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:39.2619665Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:39.2621731Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:39.2802688Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:39.2803623Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\aac6746e-97a0-4856-8ec7-fe2aa006454d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:39.2807425Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\aac6746e-97a0-4856-8ec7-fe2aa006454d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:39.2808016Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:39.3660727Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:39.6804188Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:39.6807039Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:39.6985327Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:39.6987377Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c4c334b3-24d3-474e-bcad-2ae49138eb07\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:39.6990100Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c4c334b3-24d3-474e-bcad-2ae49138eb07\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:39.6990733Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:39.7825794Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:40.0907266Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:40.0909716Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:40.1095484Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:40.1096406Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7300770c-0567-4b42-a9d4-22b0415a1da5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:40.1099346Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7300770c-0567-4b42-a9d4-22b0415a1da5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:40.1100000Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:40.2024376Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:40.5284014Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:40.5285887Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:40.5442237Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:40.5442931Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7b180416-aca9-4960-a7e0-4731e9252a51\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:40.5446452Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7b180416-aca9-4960-a7e0-4731e9252a51\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:40.5447161Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:40.6333020Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:41.0069178Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:41.0070846Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:41.0254292Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:41.0255091Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6a3370fd-6eb2-40f4-b1ba-4715cec6c1ad\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:41.0263973Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6a3370fd-6eb2-40f4-b1ba-4715cec6c1ad\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:41.0264935Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:41.1172722Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:41.4500677Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:41.4502607Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:41.4698950Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:41.4700413Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1adcf8b2-1a55-41e0-89f5-aaf947baa0cc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:41.4703738Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1adcf8b2-1a55-41e0-89f5-aaf947baa0cc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:41.4704535Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:41.5580537Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:41.8840690Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:41.8842451Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:41.9031623Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:41.9032842Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c2bdd215-65fa-4c18-a464-847f97bdecd6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:41.9035963Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c2bdd215-65fa-4c18-a464-847f97bdecd6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:41.9036664Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:41.9939319Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:42.3206622Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:42.3208794Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:42.3382380Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:42.3383270Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a4a35537-7673-4e6d-a898-d13056fa5791\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:42.3387014Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a4a35537-7673-4e6d-a898-d13056fa5791\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:42.3387525Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:42.4280661Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:42.7905410Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:42.7907195Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:06:42.8040472Z","@mt":"Resetting upgrade step {UpgradeStep} because upgrade context has changed significantly since it was initialized","@l":"Debug","UpgradeStep":"Microsoft.DotNet.UpgradeAssistant.Steps.Solution.NextProjectStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Solution.NextProjectStep"} -{"@t":"2022-06-09T14:06:46.4206132Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Back up project","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:51.3282158Z","@mt":"Determining backup path","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:51.3283589Z","@mt":"Using backup path {BackupPath}","@l":"Debug","BackupPath":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:51.3284513Z","@mt":"Backing up {ProjectDir} to {BackupPath}","ProjectDir":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows","BackupPath":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:51.3432606Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\App.xaml","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\App.xaml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:51.3595800Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\App.xaml.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\App.xaml.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:51.3749723Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\DIService.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\DIService.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:51.3755841Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\openHAB.Windows.csproj","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\openHAB.Windows.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:51.3778336Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\openHAB.Windows.GeneratedMSBuildEditorConfig.editorconfig","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\openHAB.Windows.GeneratedMSBuildEditorConfig.editorconfig","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:51.3881484Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\OpenHAB.Windows_StoreKey.pfx","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\OpenHAB.Windows_StoreKey.pfx","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:51.4010385Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Package.appxmanifest","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Package.appxmanifest","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:51.4166028Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Package.StoreAssociation.xml","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Package.StoreAssociation.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:51.4419370Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Assets\\background.jpg","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Assets\\background.jpg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:51.4502838Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Assets\\LockScreenLogo.scale-200.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Assets\\LockScreenLogo.scale-200.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:51.4572259Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Assets\\LogoFlat.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Assets\\LogoFlat.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:51.4648610Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Assets\\LogoSplash.jpg","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Assets\\LogoSplash.jpg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:51.4725922Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Assets\\logoTransparantBig.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Assets\\logoTransparantBig.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:51.4816500Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Assets\\NewStoreLogo.scale-100.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Assets\\NewStoreLogo.scale-100.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:51.4894393Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Assets\\NewStoreLogo.scale-125.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Assets\\NewStoreLogo.scale-125.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:51.4979768Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Assets\\NewStoreLogo.scale-150.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Assets\\NewStoreLogo.scale-150.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:51.5059121Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Assets\\NewStoreLogo.scale-200.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Assets\\NewStoreLogo.scale-200.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:51.5145039Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Assets\\NewStoreLogo.scale-400.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Assets\\NewStoreLogo.scale-400.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:51.5231478Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Assets\\openhab-logo-square.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Assets\\openhab-logo-square.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:51.5315718Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Assets\\openhab.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Assets\\openhab.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:51.5408937Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Assets\\SplashScreen.scale-100.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Assets\\SplashScreen.scale-100.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:51.5489025Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Assets\\SplashScreen.scale-125.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Assets\\SplashScreen.scale-125.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:51.5567781Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Assets\\SplashScreen.scale-150.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Assets\\SplashScreen.scale-150.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:51.5655818Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Assets\\SplashScreen.scale-200.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Assets\\SplashScreen.scale-200.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:51.5749696Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Assets\\SplashScreen.scale-400.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Assets\\SplashScreen.scale-400.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:51.5836939Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Assets\\Square150x150Logo.scale-100.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Assets\\Square150x150Logo.scale-100.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:51.5928434Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Assets\\Square150x150Logo.scale-125.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Assets\\Square150x150Logo.scale-125.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:51.6026459Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Assets\\Square150x150Logo.scale-150.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Assets\\Square150x150Logo.scale-150.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:51.6122130Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Assets\\Square150x150Logo.scale-200.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Assets\\Square150x150Logo.scale-200.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:51.6217924Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Assets\\Square150x150Logo.scale-400.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Assets\\Square150x150Logo.scale-400.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:51.6305517Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Assets\\Square310x310Logo.scale-100.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Assets\\Square310x310Logo.scale-100.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:51.6395489Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Assets\\Square310x310Logo.scale-125.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Assets\\Square310x310Logo.scale-125.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:51.6493929Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Assets\\Square310x310Logo.scale-150.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Assets\\Square310x310Logo.scale-150.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:51.6585868Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Assets\\Square310x310Logo.scale-200.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Assets\\Square310x310Logo.scale-200.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:51.6674581Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Assets\\Square310x310Logo.scale-400.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Assets\\Square310x310Logo.scale-400.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:51.6759694Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Assets\\Square44x44Logo.scale-100.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Assets\\Square44x44Logo.scale-100.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:51.6852734Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Assets\\Square44x44Logo.scale-125.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Assets\\Square44x44Logo.scale-125.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:51.6939837Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Assets\\Square44x44Logo.scale-150.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Assets\\Square44x44Logo.scale-150.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:51.7022726Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Assets\\Square44x44Logo.scale-200.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Assets\\Square44x44Logo.scale-200.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:51.7102435Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Assets\\Square44x44Logo.scale-400.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Assets\\Square44x44Logo.scale-400.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:51.7188491Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Assets\\Square44x44Logo.targetsize-16.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Assets\\Square44x44Logo.targetsize-16.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:51.7217370Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Assets\\Square44x44Logo.targetsize-16_altform-unplated.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Assets\\Square44x44Logo.targetsize-16_altform-unplated.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:51.7313698Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Assets\\Square44x44Logo.targetsize-24.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Assets\\Square44x44Logo.targetsize-24.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:51.7340876Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Assets\\Square44x44Logo.targetsize-24_altform-unplated.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Assets\\Square44x44Logo.targetsize-24_altform-unplated.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:51.7438510Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Assets\\Square44x44Logo.targetsize-256.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Assets\\Square44x44Logo.targetsize-256.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:51.7518882Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Assets\\Square44x44Logo.targetsize-256_altform-unplated.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Assets\\Square44x44Logo.targetsize-256_altform-unplated.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:51.7613704Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Assets\\Square44x44Logo.targetsize-32.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Assets\\Square44x44Logo.targetsize-32.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:51.7637294Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Assets\\Square44x44Logo.targetsize-32_altform-unplated.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Assets\\Square44x44Logo.targetsize-32_altform-unplated.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:51.7731556Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Assets\\Square44x44Logo.targetsize-48.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Assets\\Square44x44Logo.targetsize-48.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:51.7767028Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Assets\\Square44x44Logo.targetsize-48_altform-unplated.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Assets\\Square44x44Logo.targetsize-48_altform-unplated.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:51.7851243Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Assets\\Square71x71Logo.scale-100.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Assets\\Square71x71Logo.scale-100.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:51.7941088Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Assets\\Square71x71Logo.scale-125.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Assets\\Square71x71Logo.scale-125.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:51.8030300Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Assets\\Square71x71Logo.scale-150.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Assets\\Square71x71Logo.scale-150.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:51.8113761Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Assets\\Square71x71Logo.scale-200.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Assets\\Square71x71Logo.scale-200.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:51.8201554Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Assets\\Square71x71Logo.scale-400.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Assets\\Square71x71Logo.scale-400.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:51.8282490Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Assets\\StoreLogo.backup.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Assets\\StoreLogo.backup.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:51.8370721Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Assets\\Wide310x150Logo.scale-100.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Assets\\Wide310x150Logo.scale-100.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:51.8464773Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Assets\\Wide310x150Logo.scale-125.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Assets\\Wide310x150Logo.scale-125.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:51.8569376Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Assets\\Wide310x150Logo.scale-150.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Assets\\Wide310x150Logo.scale-150.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:51.8663057Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Assets\\Wide310x150Logo.scale-200.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Assets\\Wide310x150Logo.scale-200.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:51.8793496Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Assets\\Wide310x150Logo.scale-400.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Assets\\Wide310x150Logo.scale-400.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:51.9505209Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\Microsoft.UI.Xaml.Markup.winmd","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\Microsoft.UI.Xaml.Markup.winmd","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:51.9600433Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\App.xbf","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\App.xbf","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:51.9747825Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\AppxManifest.xml","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\AppxManifest.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:52.2071224Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\ColorCode.Core.dll","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\ColorCode.Core.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:52.2326204Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\ColorCode.UWP.dll","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\ColorCode.UWP.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:52.2913721Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\CommunityToolkit.Mvvm.dll","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\CommunityToolkit.Mvvm.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:52.3213798Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Microsoft.Bcl.AsyncInterfaces.dll","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Microsoft.Bcl.AsyncInterfaces.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:52.3503375Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Microsoft.Extensions.Configuration.Abstractions.dll","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Microsoft.Extensions.Configuration.Abstractions.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:52.3996483Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Microsoft.Extensions.Configuration.Binder.dll","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Microsoft.Extensions.Configuration.Binder.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:52.4301244Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Microsoft.Extensions.Configuration.dll","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Microsoft.Extensions.Configuration.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:52.5174751Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Microsoft.Extensions.DependencyInjection.Abstractions.dll","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Microsoft.Extensions.DependencyInjection.Abstractions.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:52.5961206Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Microsoft.Extensions.DependencyInjection.dll","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Microsoft.Extensions.DependencyInjection.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:52.6375082Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Microsoft.Extensions.Logging.Abstractions.dll","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Microsoft.Extensions.Logging.Abstractions.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:52.6754572Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Microsoft.Extensions.Logging.dll","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Microsoft.Extensions.Logging.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:52.7177361Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Microsoft.Extensions.Options.dll","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Microsoft.Extensions.Options.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:52.7630133Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Microsoft.Extensions.Primitives.dll","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Microsoft.Extensions.Primitives.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:52.7921859Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Microsoft.Graphics.Canvas.dll","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Microsoft.Graphics.Canvas.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:52.8133779Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Microsoft.Graphics.Canvas.winmd","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Microsoft.Graphics.Canvas.winmd","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:52.8492816Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Microsoft.Toolkit.dll","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Microsoft.Toolkit.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:52.9128022Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Microsoft.Toolkit.Uwp.Connectivity.dll","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Microsoft.Toolkit.Uwp.Connectivity.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:52.9789858Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Microsoft.Toolkit.Uwp.dll","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Microsoft.Toolkit.Uwp.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:53.0312915Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Microsoft.Toolkit.Uwp.Notifications.dll","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Microsoft.Toolkit.Uwp.Notifications.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:53.0968923Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Microsoft.Toolkit.Uwp.UI.Controls.Core.dll","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Microsoft.Toolkit.Uwp.UI.Controls.Core.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:53.1749680Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Microsoft.Toolkit.Uwp.UI.Controls.DataGrid.dll","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Microsoft.Toolkit.Uwp.UI.Controls.DataGrid.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:53.2958562Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Microsoft.Toolkit.Uwp.UI.Controls.Input.dll","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Microsoft.Toolkit.Uwp.UI.Controls.Input.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:53.3934988Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Microsoft.Toolkit.Uwp.UI.Controls.Layout.dll","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Microsoft.Toolkit.Uwp.UI.Controls.Layout.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:53.6121465Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Microsoft.Toolkit.Uwp.UI.Controls.Markdown.dll","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Microsoft.Toolkit.Uwp.UI.Controls.Markdown.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:53.7397064Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Microsoft.Toolkit.Uwp.UI.Controls.Media.dll","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Microsoft.Toolkit.Uwp.UI.Controls.Media.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:53.8404490Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Microsoft.Toolkit.Uwp.UI.Controls.Primitives.dll","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Microsoft.Toolkit.Uwp.UI.Controls.Primitives.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:53.9002298Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Microsoft.Toolkit.Uwp.UI.dll","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Microsoft.Toolkit.Uwp.UI.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:53.9486599Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Microsoft.UI.Xaml.dll","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Microsoft.UI.Xaml.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:53.9966716Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Microsoft.UI.Xaml.Markup.winmd","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Microsoft.UI.Xaml.Markup.winmd","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:54.0176061Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Microsoft.UI.Xaml.winmd","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Microsoft.UI.Xaml.winmd","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:54.0901033Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Microsoft.Xaml.Interactions.dll","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Microsoft.Xaml.Interactions.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:54.1201349Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Microsoft.Xaml.Interactivity.dll","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Microsoft.Xaml.Interactivity.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:54.1467796Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\MJPEGDecoderWinRTLib.dll","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\MJPEGDecoderWinRTLib.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:54.2178028Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Newtonsoft.Json.dll","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Newtonsoft.Json.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:54.2919914Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\NLog.dll","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\NLog.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:54.3582388Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\NLog.Extensions.Logging.dll","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\NLog.Extensions.Logging.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:54.3669025Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\NoiseAsset_256x256_PNG.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\NoiseAsset_256x256_PNG.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:54.4221554Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\OpenHAB.Core.dll","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\OpenHAB.Core.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:54.4408927Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\OpenHAB.Windows.exe","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\OpenHAB.Windows.exe","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:54.4554220Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\OpenHAB.Windows.xr.xml","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\OpenHAB.Windows.xr.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:54.5251928Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\resources.pri","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\resources.pri","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:54.5422107Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\System.Runtime.CompilerServices.Unsafe.dll","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\System.Runtime.CompilerServices.Unsafe.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:54.5674274Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\System.Runtime.dll","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\System.Runtime.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:54.6133448Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\System.Text.Encodings.Web.dll","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\System.Text.Encodings.Web.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:54.6888881Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\System.Text.Json.dll","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\System.Text.Json.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:54.7601105Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\ucrtbased.dll","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\ucrtbased.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:54.7719936Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\vs.appxrecipe","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\vs.appxrecipe","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:54.8724016Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\WinRTXamlToolkit.dll","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\WinRTXamlToolkit.dll","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:54.9138952Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\background.jpg","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\background.jpg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:54.9156309Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\LockScreenLogo.scale-200.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\LockScreenLogo.scale-200.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:54.9220472Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\LogoSplash.jpg","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\LogoSplash.jpg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:54.9237341Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\NewStoreLogo.scale-100.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\NewStoreLogo.scale-100.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:54.9255830Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\NewStoreLogo.scale-125.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\NewStoreLogo.scale-125.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:54.9276380Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\NewStoreLogo.scale-150.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\NewStoreLogo.scale-150.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:54.9293802Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\NewStoreLogo.scale-200.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\NewStoreLogo.scale-200.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:54.9359887Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\NewStoreLogo.scale-400.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\NewStoreLogo.scale-400.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:54.9379353Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\openhab.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\openhab.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:54.9441602Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\SplashScreen.scale-100.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\SplashScreen.scale-100.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:54.9512880Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\SplashScreen.scale-125.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\SplashScreen.scale-125.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:54.9582781Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\SplashScreen.scale-150.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\SplashScreen.scale-150.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:54.9659085Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\SplashScreen.scale-200.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\SplashScreen.scale-200.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:54.9734810Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\SplashScreen.scale-400.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\SplashScreen.scale-400.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:54.9806626Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\Square150x150Logo.scale-100.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\Square150x150Logo.scale-100.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:54.9877533Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\Square150x150Logo.scale-125.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\Square150x150Logo.scale-125.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:54.9950462Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\Square150x150Logo.scale-150.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\Square150x150Logo.scale-150.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.0026205Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\Square150x150Logo.scale-200.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\Square150x150Logo.scale-200.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.0090545Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\Square150x150Logo.scale-400.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\Square150x150Logo.scale-400.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.0166862Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\Square310x310Logo.scale-100.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\Square310x310Logo.scale-100.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.0233729Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\Square310x310Logo.scale-125.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\Square310x310Logo.scale-125.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.0307722Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\Square310x310Logo.scale-150.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\Square310x310Logo.scale-150.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.0378943Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\Square310x310Logo.scale-200.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\Square310x310Logo.scale-200.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.0464064Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\Square310x310Logo.scale-400.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\Square310x310Logo.scale-400.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.0485729Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\Square44x44Logo.scale-100.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\Square44x44Logo.scale-100.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.0506900Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\Square44x44Logo.scale-125.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\Square44x44Logo.scale-125.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.0527951Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\Square44x44Logo.scale-150.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\Square44x44Logo.scale-150.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.0555849Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\Square44x44Logo.scale-200.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\Square44x44Logo.scale-200.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.0626753Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\Square44x44Logo.scale-400.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\Square44x44Logo.scale-400.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.0652957Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\Square44x44Logo.targetsize-16.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\Square44x44Logo.targetsize-16.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.0679016Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\Square44x44Logo.targetsize-16_altform-unplated.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\Square44x44Logo.targetsize-16_altform-unplated.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.0701676Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\Square44x44Logo.targetsize-24.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\Square44x44Logo.targetsize-24.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.0724822Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\Square44x44Logo.targetsize-24_altform-unplated.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\Square44x44Logo.targetsize-24_altform-unplated.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.0796349Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\Square44x44Logo.targetsize-256.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\Square44x44Logo.targetsize-256.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.0866702Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\Square44x44Logo.targetsize-256_altform-unplated.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\Square44x44Logo.targetsize-256_altform-unplated.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.0890277Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\Square44x44Logo.targetsize-32.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\Square44x44Logo.targetsize-32.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.0917549Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\Square44x44Logo.targetsize-32_altform-unplated.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\Square44x44Logo.targetsize-32_altform-unplated.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.0938477Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\Square44x44Logo.targetsize-48.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\Square44x44Logo.targetsize-48.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.0963238Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\Square44x44Logo.targetsize-48_altform-unplated.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\Square44x44Logo.targetsize-48_altform-unplated.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.0988666Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\Square71x71Logo.scale-100.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\Square71x71Logo.scale-100.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.1012560Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\Square71x71Logo.scale-125.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\Square71x71Logo.scale-125.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.1034068Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\Square71x71Logo.scale-150.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\Square71x71Logo.scale-150.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.1113107Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\Square71x71Logo.scale-200.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\Square71x71Logo.scale-200.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.1187003Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\Square71x71Logo.scale-400.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\Square71x71Logo.scale-400.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.1261551Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\Wide310x150Logo.scale-100.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\Wide310x150Logo.scale-100.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.1331618Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\Wide310x150Logo.scale-125.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\Wide310x150Logo.scale-125.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.1406066Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\Wide310x150Logo.scale-150.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\Wide310x150Logo.scale-150.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.1481821Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\Wide310x150Logo.scale-200.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\Wide310x150Logo.scale-200.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.1586208Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\Wide310x150Logo.scale-400.png","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Assets\\Wide310x150Logo.scale-400.png","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.1666616Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Controls\\ChartWidget.xbf","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Controls\\ChartWidget.xbf","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.1727075Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Controls\\ColorMap.xbf","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Controls\\ColorMap.xbf","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.1796104Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Controls\\ColorWidget.xbf","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Controls\\ColorWidget.xbf","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.1868283Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Controls\\ConnectionDialog.xbf","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Controls\\ConnectionDialog.xbf","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.1940656Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Controls\\FrameWidget.xbf","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Controls\\FrameWidget.xbf","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.2038351Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Controls\\ImageLabel.xbf","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Controls\\ImageLabel.xbf","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.2181472Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Controls\\ImageWidget.xbf","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Controls\\ImageWidget.xbf","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.2251723Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Controls\\MapViewWidget.xbf","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Controls\\MapViewWidget.xbf","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.2338972Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Controls\\MjpegWidget.xbf","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Controls\\MjpegWidget.xbf","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.2425776Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Controls\\PageLinkWidget.xbf","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Controls\\PageLinkWidget.xbf","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.2522854Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Controls\\RollershutterWidget.xbf","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Controls\\RollershutterWidget.xbf","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.2601180Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Controls\\SectionSwitchWidget.xbf","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Controls\\SectionSwitchWidget.xbf","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.2675329Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Controls\\SelectionWidget.xbf","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Controls\\SelectionWidget.xbf","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.2753182Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Controls\\SetpointWidget.xbf","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Controls\\SetpointWidget.xbf","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.2824090Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Controls\\SliderWidget.xbf","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Controls\\SliderWidget.xbf","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.2897570Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Controls\\SwitchWidget.xbf","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Controls\\SwitchWidget.xbf","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.2979560Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Controls\\TextWidget.xbf","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Controls\\TextWidget.xbf","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.3042953Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Controls\\ToggleWidget.xbf","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Controls\\ToggleWidget.xbf","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.3127681Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Controls\\WebViewWidget.xbf","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Controls\\WebViewWidget.xbf","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.3944207Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\entrypoint\\OpenHAB.Windows.exe","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\entrypoint\\OpenHAB.Windows.exe","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.4085187Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Microsoft.Toolkit.Uwp.UI.Controls.Core\\Microsoft.Toolkit.Uwp.UI.Controls.Core.xr.xml","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Microsoft.Toolkit.Uwp.UI.Controls.Core\\Microsoft.Toolkit.Uwp.UI.Controls.Core.xr.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.4241710Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Microsoft.Toolkit.Uwp.UI.Controls.DataGrid\\Microsoft.Toolkit.Uwp.UI.Controls.DataGrid.xr.xml","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Microsoft.Toolkit.Uwp.UI.Controls.DataGrid\\Microsoft.Toolkit.Uwp.UI.Controls.DataGrid.xr.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.4382970Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Microsoft.Toolkit.Uwp.UI.Controls.Input\\Microsoft.Toolkit.Uwp.UI.Controls.Input.xr.xml","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Microsoft.Toolkit.Uwp.UI.Controls.Input\\Microsoft.Toolkit.Uwp.UI.Controls.Input.xr.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.4503118Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Microsoft.Toolkit.Uwp.UI.Controls.Layout\\Microsoft.Toolkit.Uwp.UI.Controls.Layout.xr.xml","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Microsoft.Toolkit.Uwp.UI.Controls.Layout\\Microsoft.Toolkit.Uwp.UI.Controls.Layout.xr.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.4613203Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Microsoft.Toolkit.Uwp.UI.Controls.Markdown\\Microsoft.Toolkit.Uwp.UI.Controls.Markdown.xr.xml","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Microsoft.Toolkit.Uwp.UI.Controls.Markdown\\Microsoft.Toolkit.Uwp.UI.Controls.Markdown.xr.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.4728338Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Microsoft.Toolkit.Uwp.UI.Controls.Media\\Microsoft.Toolkit.Uwp.UI.Controls.Media.xr.xml","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Microsoft.Toolkit.Uwp.UI.Controls.Media\\Microsoft.Toolkit.Uwp.UI.Controls.Media.xr.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.4817530Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Properties\\Default.rd.xml","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Properties\\Default.rd.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.4919818Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Styles\\DefaultTheme.xbf","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Styles\\DefaultTheme.xbf","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.4994091Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Themes\\Generic.xbf","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\Themes\\Generic.xbf","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.5062730Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\View\\LogViewerPage.xbf","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\View\\LogViewerPage.xbf","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.5142897Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\View\\MainPage.xbf","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\View\\MainPage.xbf","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.5218961Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\View\\SettingsPage.xbf","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\View\\SettingsPage.xbf","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.5955768Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\WinMetadata\\Windows.winmd","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\WinMetadata\\Windows.winmd","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.6065995Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\WinRTXamlToolkit\\WinRTXamlToolkit.xr.xml","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\WinRTXamlToolkit\\WinRTXamlToolkit.xr.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.6149208Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\WinRTXamlToolkit\\Properties\\WinRTXamlToolkit.rd.xml","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\bin\\x86\\Debug\\AppX\\WinRTXamlToolkit\\Properties\\WinRTXamlToolkit.rd.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.6312495Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Controls\\ChartWidget.xaml","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Controls\\ChartWidget.xaml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.6485782Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Controls\\ChartWidget.xaml.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Controls\\ChartWidget.xaml.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.6588067Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Controls\\ColorMap.xaml","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Controls\\ColorMap.xaml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.6737819Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Controls\\ColorMap.xaml.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Controls\\ColorMap.xaml.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.6847942Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Controls\\ColorWidget.xaml","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Controls\\ColorWidget.xaml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.6956492Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Controls\\ColorWidget.xaml.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Controls\\ColorWidget.xaml.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.7051464Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Controls\\ConnectionDialog.xaml","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Controls\\ConnectionDialog.xaml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.7166095Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Controls\\ConnectionDialog.xaml.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Controls\\ConnectionDialog.xaml.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.7284943Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Controls\\DeviceFamilyStateTrigger.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Controls\\DeviceFamilyStateTrigger.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.7381214Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Controls\\FrameWidget.xaml","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Controls\\FrameWidget.xaml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.7502712Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Controls\\FrameWidget.xaml.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Controls\\FrameWidget.xaml.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.7608618Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Controls\\ImageLabel.xaml","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Controls\\ImageLabel.xaml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.7715354Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Controls\\ImageLabel.xaml.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Controls\\ImageLabel.xaml.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.7818576Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Controls\\ImageWidget.xaml","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Controls\\ImageWidget.xaml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.7976495Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Controls\\ImageWidget.xaml.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Controls\\ImageWidget.xaml.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.8076194Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Controls\\MapViewWidget.xaml","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Controls\\MapViewWidget.xaml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.8191239Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Controls\\MapViewWidget.xaml.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Controls\\MapViewWidget.xaml.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.8284014Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Controls\\MjpegWidget.xaml","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Controls\\MjpegWidget.xaml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.8402434Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Controls\\MjpegWidget.xaml.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Controls\\MjpegWidget.xaml.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.8540092Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Controls\\NavMenuListView.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Controls\\NavMenuListView.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.8640358Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Controls\\PageLinkWidget.xaml","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Controls\\PageLinkWidget.xaml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.8772553Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Controls\\PageLinkWidget.xaml.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Controls\\PageLinkWidget.xaml.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.8916585Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Controls\\RadialSlider.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Controls\\RadialSlider.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.9038533Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Controls\\RollershutterWidget.xaml","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Controls\\RollershutterWidget.xaml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.9182131Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Controls\\RollershutterWidget.xaml.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Controls\\RollershutterWidget.xaml.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.9277980Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Controls\\SectionSwitchWidget.xaml","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Controls\\SectionSwitchWidget.xaml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.9392281Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Controls\\SectionSwitchWidget.xaml.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Controls\\SectionSwitchWidget.xaml.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.9518427Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Controls\\SelectionWidget.xaml","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Controls\\SelectionWidget.xaml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.9649724Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Controls\\SelectionWidget.xaml.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Controls\\SelectionWidget.xaml.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.9745102Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Controls\\SetpointWidget.xaml","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Controls\\SetpointWidget.xaml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.9847594Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Controls\\SetpointWidget.xaml.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Controls\\SetpointWidget.xaml.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:55.9948340Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Controls\\SliderWidget.xaml","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Controls\\SliderWidget.xaml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.0058511Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Controls\\SliderWidget.xaml.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Controls\\SliderWidget.xaml.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.0145673Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Controls\\SwitchWidget.xaml","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Controls\\SwitchWidget.xaml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.0260884Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Controls\\SwitchWidget.xaml.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Controls\\SwitchWidget.xaml.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.0357732Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Controls\\TextWidget.xaml","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Controls\\TextWidget.xaml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.0489205Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Controls\\TextWidget.xaml.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Controls\\TextWidget.xaml.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.0594626Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Controls\\ToggleWidget.xaml","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Controls\\ToggleWidget.xaml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.0742615Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Controls\\ToggleWidget.xaml.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Controls\\ToggleWidget.xaml.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.0843703Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Controls\\WebViewWidget.xaml","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Controls\\WebViewWidget.xaml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.0990570Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Controls\\WebViewWidget.xaml.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Controls\\WebViewWidget.xaml.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.1133615Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Controls\\WidgetBase.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Controls\\WidgetBase.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.1299938Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Converters\\BooleanToVisibilityConverter.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Converters\\BooleanToVisibilityConverter.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.1419736Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Converters\\IconToBitmapConverter.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Converters\\IconToBitmapConverter.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.1540522Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Converters\\IconToPathConverter.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Converters\\IconToPathConverter.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.1668691Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Converters\\MenuItemTemplateSelector.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Converters\\MenuItemTemplateSelector.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.1793793Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Converters\\NullToBooleanConverter.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Converters\\NullToBooleanConverter.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.1901899Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Converters\\ObjectToSitemapConverter.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Converters\\ObjectToSitemapConverter.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.2022404Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Converters\\OpenHabUrlStateToGlyph.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Converters\\OpenHabUrlStateToGlyph.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.2133186Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Converters\\ReverseBoolConverter.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Converters\\ReverseBoolConverter.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.2252765Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Converters\\StateToBoolConverter.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Converters\\StateToBoolConverter.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.2363029Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Converters\\StringToColorBrushConverter.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Converters\\StringToColorBrushConverter.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.2464244Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Converters\\StringToDoubleConverter.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Converters\\StringToDoubleConverter.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.2584679Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Converters\\WidgetTemplateSelector.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Converters\\WidgetTemplateSelector.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.2678014Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Converters\\ZeroToVisibilityConverter.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Converters\\ZeroToVisibilityConverter.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.2782986Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Extensions\\ContentDialogExtensions.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Extensions\\ContentDialogExtensions.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.2868507Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\obj\\openHAB.Windows.csproj.nuget.dgspec.json","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\obj\\openHAB.Windows.csproj.nuget.dgspec.json","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.2878410Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\obj\\openHAB.Windows.csproj.nuget.g.props","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\obj\\openHAB.Windows.csproj.nuget.g.props","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.2885246Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\obj\\openHAB.Windows.csproj.nuget.g.targets","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\obj\\openHAB.Windows.csproj.nuget.g.targets","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.2986652Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\obj\\project.assets.json","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\obj\\project.assets.json","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.3081677Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\obj\\project.nuget.cache","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\obj\\project.nuget.cache","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.3181973Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\obj\\x86\\Debug\\.NETCore,Version=v5.0.AssemblyAttributes.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\obj\\x86\\Debug\\.NETCore,Version=v5.0.AssemblyAttributes.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.3191159Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\obj\\x86\\Debug\\App.g.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\obj\\x86\\Debug\\App.g.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.3196484Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\obj\\x86\\Debug\\build.force","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\obj\\x86\\Debug\\build.force","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.3283242Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\obj\\x86\\Debug\\DesignTimeResolveAssemblyReferencesInput.cache","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\obj\\x86\\Debug\\DesignTimeResolveAssemblyReferencesInput.cache","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.3553143Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\obj\\x86\\Debug\\openHAB.Windows.csproj.AssemblyReference.cache","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\obj\\x86\\Debug\\openHAB.Windows.csproj.AssemblyReference.cache","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.3651729Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\obj\\x86\\Debug\\openHAB.Windows.csproj.FileListAbsolute.txt","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\obj\\x86\\Debug\\openHAB.Windows.csproj.FileListAbsolute.txt","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.3672717Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\obj\\x86\\Debug\\openHAB.Windows.GeneratedMSBuildEditorConfig.editorconfig","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\obj\\x86\\Debug\\openHAB.Windows.GeneratedMSBuildEditorConfig.editorconfig","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.3818564Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\obj\\x86\\Debug\\OpenHAB.Windows.xr.xml","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\obj\\x86\\Debug\\OpenHAB.Windows.xr.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.3837439Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\obj\\x86\\Debug\\Controls\\ChartWidget.g.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\obj\\x86\\Debug\\Controls\\ChartWidget.g.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.3845104Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\obj\\x86\\Debug\\Controls\\ColorMap.g.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\obj\\x86\\Debug\\Controls\\ColorMap.g.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.3853906Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\obj\\x86\\Debug\\Controls\\ColorWidget.g.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\obj\\x86\\Debug\\Controls\\ColorWidget.g.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.3861721Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\obj\\x86\\Debug\\Controls\\ConnectionDialog.g.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\obj\\x86\\Debug\\Controls\\ConnectionDialog.g.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.3869649Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\obj\\x86\\Debug\\Controls\\FrameWidget.g.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\obj\\x86\\Debug\\Controls\\FrameWidget.g.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.3882098Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\obj\\x86\\Debug\\Controls\\ImageLabel.g.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\obj\\x86\\Debug\\Controls\\ImageLabel.g.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.3891699Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\obj\\x86\\Debug\\Controls\\ImageWidget.g.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\obj\\x86\\Debug\\Controls\\ImageWidget.g.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.3898673Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\obj\\x86\\Debug\\Controls\\MapViewWidget.g.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\obj\\x86\\Debug\\Controls\\MapViewWidget.g.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.3909301Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\obj\\x86\\Debug\\Controls\\MjpegWidget.g.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\obj\\x86\\Debug\\Controls\\MjpegWidget.g.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.3918116Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\obj\\x86\\Debug\\Controls\\PageLinkWidget.g.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\obj\\x86\\Debug\\Controls\\PageLinkWidget.g.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.3925941Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\obj\\x86\\Debug\\Controls\\RollershutterWidget.g.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\obj\\x86\\Debug\\Controls\\RollershutterWidget.g.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.3934531Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\obj\\x86\\Debug\\Controls\\SectionSwitchWidget.g.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\obj\\x86\\Debug\\Controls\\SectionSwitchWidget.g.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.3944134Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\obj\\x86\\Debug\\Controls\\SelectionWidget.g.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\obj\\x86\\Debug\\Controls\\SelectionWidget.g.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.3954289Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\obj\\x86\\Debug\\Controls\\SetpointWidget.g.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\obj\\x86\\Debug\\Controls\\SetpointWidget.g.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.3962791Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\obj\\x86\\Debug\\Controls\\SliderWidget.g.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\obj\\x86\\Debug\\Controls\\SliderWidget.g.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.3970880Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\obj\\x86\\Debug\\Controls\\SwitchWidget.g.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\obj\\x86\\Debug\\Controls\\SwitchWidget.g.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.3978332Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\obj\\x86\\Debug\\Controls\\TextWidget.g.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\obj\\x86\\Debug\\Controls\\TextWidget.g.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.3986031Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\obj\\x86\\Debug\\Controls\\ToggleWidget.g.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\obj\\x86\\Debug\\Controls\\ToggleWidget.g.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.3995270Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\obj\\x86\\Debug\\Controls\\WebViewWidget.g.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\obj\\x86\\Debug\\Controls\\WebViewWidget.g.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.4005946Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\obj\\x86\\Debug\\embed\\embed.resfiles","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\obj\\x86\\Debug\\embed\\embed.resfiles","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.4010970Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\obj\\x86\\Debug\\embed\\embed.resfiles.intermediate","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\obj\\x86\\Debug\\embed\\embed.resfiles.intermediate","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.4819280Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\obj\\x86\\Debug\\intermediatexaml\\OpenHAB.Windows.exe","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\obj\\x86\\Debug\\intermediatexaml\\OpenHAB.Windows.exe","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.4927261Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\obj\\x86\\Debug\\intermediatexaml\\OpenHAB.Windows.pdb","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\obj\\x86\\Debug\\intermediatexaml\\OpenHAB.Windows.pdb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.5058691Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\obj\\x86\\Debug\\Styles\\DefaultTheme.g.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\obj\\x86\\Debug\\Styles\\DefaultTheme.g.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.5079415Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\obj\\x86\\Debug\\Styles\\DefaultTheme.g.i.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\obj\\x86\\Debug\\Styles\\DefaultTheme.g.i.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.5112393Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\obj\\x86\\Debug\\Themes\\Generic.g.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\obj\\x86\\Debug\\Themes\\Generic.g.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.5136886Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\obj\\x86\\Debug\\Themes\\Generic.g.i.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\obj\\x86\\Debug\\Themes\\Generic.g.i.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.5147579Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\obj\\x86\\Debug\\View\\LogViewerPage.g.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\obj\\x86\\Debug\\View\\LogViewerPage.g.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.5156714Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\obj\\x86\\Debug\\View\\MainPage.g.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\obj\\x86\\Debug\\View\\MainPage.g.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.5268668Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Properties\\Annotations.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Properties\\Annotations.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.5383326Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Properties\\AssemblyInfo.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Properties\\AssemblyInfo.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.5402799Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Properties\\Default.rd.xml","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Properties\\Default.rd.xml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.5541615Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Styles\\DefaultTheme.xaml","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Styles\\DefaultTheme.xaml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.5606327Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Themes\\Generic.xaml","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\Themes\\Generic.xaml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.5724915Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\View\\LogViewerPage.xaml","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\View\\LogViewerPage.xaml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.5865217Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\View\\LogViewerPage.xaml.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\View\\LogViewerPage.xaml.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.5975319Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\View\\MainPage.xaml","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\View\\MainPage.xaml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.6086418Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\View\\MainPage.xaml.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\View\\MainPage.xaml.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.6201483Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\View\\SettingsPage.xaml","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\View\\SettingsPage.xaml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.6324942Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\View\\SettingsPage.xaml.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\View\\SettingsPage.xaml.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.6467246Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\ViewModel\\ConfigurationViewModel.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\ViewModel\\ConfigurationViewModel.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.6586422Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\ViewModel\\ConnectionDialogViewModel.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\ViewModel\\ConnectionDialogViewModel.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.6699084Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\ViewModel\\ConnectionProfileViewModel.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\ViewModel\\ConnectionProfileViewModel.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.7037580Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\ViewModel\\ConnectionStatusViewModel.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\ViewModel\\ConnectionStatusViewModel.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.7147488Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\ViewModel\\IViewModel.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\ViewModel\\IViewModel.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.7265808Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\ViewModel\\LanguageViewModel.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\ViewModel\\LanguageViewModel.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.7397397Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\ViewModel\\LogsViewModel.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\ViewModel\\LogsViewModel.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.7509324Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\ViewModel\\MainViewModel.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\ViewModel\\MainViewModel.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.7616577Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\ViewModel\\SettingsViewModel.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\ViewModel\\SettingsViewModel.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.7746812Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\ViewModel\\SitemapViewModel.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\ViewModel\\SitemapViewModel.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.7868998Z","@mt":"Copied {SourceFile} to {DestinationFile}","@l":"Debug","SourceFile":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\ViewModel\\ViewModelBase.cs","DestinationFile":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows\\ViewModel\\ViewModelBase.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.7874590Z","@mt":"Project backed up to {BackupPath}","BackupPath":"D:\\Source\\GitHub\\openhab\\openhab-windows.backup\\openHAB.Windows","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:06:56.7932025Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Back up project","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Backup.BackupStep"} -{"@t":"2022-06-09T14:26:50.6181356Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Convert project file to SDK style","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:26:50.6194669Z","@mt":"Project {ProjectPath} not yet converted","@l":"Debug","ProjectPath":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\openHAB.Windows.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.TryConvert.TryConvertRunner"} -{"@t":"2022-06-09T14:26:50.6462972Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:50.6464298Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4193877f-29ee-41fc-9267-ab807bb46704\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:50.6468756Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4193877f-29ee-41fc-9267-ab807bb46704\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:50.6469703Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:52.5983672Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:53.8791056Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:53.8792929Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:53.8966942Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:53.8967754Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e07013ae-6705-45a1-a26c-c887776f9e04\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:53.8972128Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e07013ae-6705-45a1-a26c-c887776f9e04\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:53.8974021Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:53.9724664Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:54.2523967Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:54.2525642Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:54.2638812Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Convert project file to SDK style","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:26:54.2639274Z","@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-06-09T14:26:54.2721887Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:54.2722810Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1ebf83c2-9862-4bd8-9916-01c49fc1aab8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:54.2725172Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1ebf83c2-9862-4bd8-9916-01c49fc1aab8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:54.2725813Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:54.3436665Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:54.6187931Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:54.6192187Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:54.6337475Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:54.6338119Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c5a3a38f-f913-4110-8bfd-37846c7ef328\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:54.6341165Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c5a3a38f-f913-4110-8bfd-37846c7ef328\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:54.6341767Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:54.7113337Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:55.0301842Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:55.0305130Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:55.0533378Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:55.0534469Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7eb72230-435a-4b73-b02b-76f18c79401f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:55.0537024Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7eb72230-435a-4b73-b02b-76f18c79401f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:55.0537605Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:55.1256877Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:55.3882473Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:55.3884180Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:55.4021398Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:55.4022188Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e2041ed9-6e67-4475-982a-463332f35e0c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:55.4025080Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e2041ed9-6e67-4475-982a-463332f35e0c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:55.4025599Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:55.4769201Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:55.7347624Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:55.7349318Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:55.7520163Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:55.7521087Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4412c01c-ac53-4073-8888-4b20ca4c15ca\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:55.7524092Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4412c01c-ac53-4073-8888-4b20ca4c15ca\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:55.7524637Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:55.8236455Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:56.0755130Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:56.0756970Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:56.0888161Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:56.0888933Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\11970d40-bda7-4b28-a09c-cd036a075424\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:56.0891750Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\11970d40-bda7-4b28-a09c-cd036a075424\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:56.0892273Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:56.1565074Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:56.4655796Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:56.4657297Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:56.4804048Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:56.4804972Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0442c949-d233-4e1d-86f4-ada6b30a70cc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:56.4807905Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0442c949-d233-4e1d-86f4-ada6b30a70cc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:56.4808413Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:56.5520741Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:56.8072703Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:56.8074464Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:56.8224330Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:56.8225162Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\faa0eede-613f-4927-b41a-baa494f9574b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:56.8228026Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\faa0eede-613f-4927-b41a-baa494f9574b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:56.8228547Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:56.8921384Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:57.1518006Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:57.1519790Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:57.1659612Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:57.1660516Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\32d100b8-b5b6-463d-a4d9-26f7eedd0686\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:57.1663432Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\32d100b8-b5b6-463d-a4d9-26f7eedd0686\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:57.1663965Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:57.2279172Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:57.4826029Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:57.4827824Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:57.4969582Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:57.4971417Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\461f3801-fbd8-4637-a964-8d03c3f849ae\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:57.4975738Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\461f3801-fbd8-4637-a964-8d03c3f849ae\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:57.4977072Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:57.5697421Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:57.8757820Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:57.8759430Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:57.8911854Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:57.8912983Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6484298e-4f98-4f2f-82ac-1b4b8fef97f8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:57.8915932Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6484298e-4f98-4f2f-82ac-1b4b8fef97f8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:57.8916537Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:57.9650495Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:58.2242937Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:58.2246754Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:58.2382244Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:58.2382994Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8a516a0f-fb1f-414b-bd41-f404f42c641f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:58.2385965Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8a516a0f-fb1f-414b-bd41-f404f42c641f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:58.2386489Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:58.3663812Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:58.6272063Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:58.6273697Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:58.6436570Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:58.6438156Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\df6b24dd-5e41-4703-bb6b-bef092954373\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:58.6442624Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\df6b24dd-5e41-4703-bb6b-bef092954373\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:58.6443899Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:58.7176084Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:59.0157197Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:59.0159290Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:59.0297701Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:59.0298746Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8237224b-e3db-49ff-86b7-4122cbeeeead\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:59.0302407Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8237224b-e3db-49ff-86b7-4122cbeeeead\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:59.0303345Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:59.1178618Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:59.4317382Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:59.4319216Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:59.4461321Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:59.4462388Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b2930f4b-8d1d-4f0b-bbb5-e5864fe9f654\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:59.4465003Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b2930f4b-8d1d-4f0b-bbb5-e5864fe9f654\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:59.4465551Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:59.5194246Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:59.7995102Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:59.7996977Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:59.8182082Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:59.8183129Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\11429131-c9bf-46c6-9665-12e44585877b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:59.8186397Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\11429131-c9bf-46c6-9665-12e44585877b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:59.8187164Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:26:59.9086181Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:00.2380979Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:00.2383769Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:00.2617002Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:00.2619264Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1bde4366-5eb5-4e7c-ac30-4b75b5350afb\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:00.2621731Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1bde4366-5eb5-4e7c-ac30-4b75b5350afb\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:00.2623089Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:00.3480036Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:00.6516933Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:00.6519119Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:00.6651424Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:00.6652577Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\aa5d3155-5421-434a-a37d-8de5437c114e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:00.6655306Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\aa5d3155-5421-434a-a37d-8de5437c114e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:00.6655824Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:00.7314941Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:01.0249181Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:01.0250955Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:01.0399948Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:01.0400805Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c516dabe-bcfb-406c-88b3-4d563133a494\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:01.0404392Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c516dabe-bcfb-406c-88b3-4d563133a494\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:01.0404950Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:01.1147325Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:01.3893374Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:01.3894914Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:01.4030174Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:01.4031360Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7db7430b-b23f-4b8c-9d09-d2aacb1b5a37\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:01.4034005Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7db7430b-b23f-4b8c-9d09-d2aacb1b5a37\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:01.4034560Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:01.4719240Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:01.7265568Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:01.7267085Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:01.7412311Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:01.7413210Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bbe18e1f-ff85-4296-9029-7bb236084338\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:01.7416237Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bbe18e1f-ff85-4296-9029-7bb236084338\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:01.7416762Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:01.8246139Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:02.1675292Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:02.1677105Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:02.1818293Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:02.1819105Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b969d2e8-464b-43a1-95a5-e74fe84c5309\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:02.1821959Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b969d2e8-464b-43a1-95a5-e74fe84c5309\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:02.1823142Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:02.4170751Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:02.8326635Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:02.8328655Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:02.8489212Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:02.8489969Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\35a8b7c2-71a8-4a80-8690-252a0c852fd9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:02.8492630Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\35a8b7c2-71a8-4a80-8690-252a0c852fd9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:02.8493337Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:02.9218559Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:03.2321717Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:03.2324309Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:03.2501776Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:03.2502800Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ac3df4b6-adc0-43da-8f51-c4d222c59bea\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:03.2506025Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ac3df4b6-adc0-43da-8f51-c4d222c59bea\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:03.2507023Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:03.3239902Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:03.6103286Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:03.6104890Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:03.6257670Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:03.6258784Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\061ccc54-98e3-4e54-abd9-505c9c12be5b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:03.6261449Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\061ccc54-98e3-4e54-abd9-505c9c12be5b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:03.6262009Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:03.7165858Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:04.1148537Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:04.1150584Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:04.1316641Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:04.1317524Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\56afd3c5-05ed-40d4-aa1a-2bb7bc075310\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:04.1320416Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\56afd3c5-05ed-40d4-aa1a-2bb7bc075310\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:04.1321067Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:04.2014524Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:04.5247828Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:04.5250684Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:04.5490389Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:04.5492153Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5348d16d-3ccd-4f55-a7b6-566e4f708a67\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:04.5496875Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5348d16d-3ccd-4f55-a7b6-566e4f708a67\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:04.5498406Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:04.6211872Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:04.9112271Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:04.9115231Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:04.9325593Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:04.9326894Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e2fa9727-a269-456d-aac0-20a31971fce1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:04.9332623Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e2fa9727-a269-456d-aac0-20a31971fce1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:04.9333552Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:05.0558484Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:05.4361141Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:05.4364085Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:05.4561939Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:05.4563093Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\401fce11-1b4a-40b6-891c-b5e1f1867446\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:05.4565971Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\401fce11-1b4a-40b6-891c-b5e1f1867446\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:05.4566599Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:05.5657114Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:05.9008005Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:05.9010126Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:05.9231108Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:05.9232397Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ef49e43b-8d6c-4a73-8411-4455224dc0db\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:05.9237055Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ef49e43b-8d6c-4a73-8411-4455224dc0db\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:05.9238062Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:06.0184473Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:06.3784663Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:06.3788078Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:06.4110648Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:06.4113150Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0272fc5e-ebad-4f1d-b21b-2e7585b46f29\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:06.4118674Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0272fc5e-ebad-4f1d-b21b-2e7585b46f29\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:06.4120031Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:06.5446250Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:06.9348825Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:06.9364172Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:06.9570573Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:06.9571397Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\de0250f9-a0b5-43b2-8d49-d830279fabb4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:06.9574284Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\de0250f9-a0b5-43b2-8d49-d830279fabb4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:06.9575015Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:07.0423687Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:07.3357360Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:07.3360065Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:07.3506082Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:07.3506745Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c2dbe9cf-3064-4584-9c50-1989f2196502\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:07.3510458Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c2dbe9cf-3064-4584-9c50-1989f2196502\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:07.3511430Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:07.4355728Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:07.7438827Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:07.7441529Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:07.7611023Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:07.7612114Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b3315b67-7732-434d-bcff-f15ed5f14220\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:07.7619605Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b3315b67-7732-434d-bcff-f15ed5f14220\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:07.7621751Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:07.8416253Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:08.1507829Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:08.1510289Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:08.1652032Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:08.1652871Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\aec88eab-8384-46a8-96e5-95d247cc5e2d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:08.1655847Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\aec88eab-8384-46a8-96e5-95d247cc5e2d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:08.1656416Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:08.2317173Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:08.4908222Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:08.4910068Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:08.5045356Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:08.5046228Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\932f86e6-c5f1-4bd6-8c36-adbf2b887747\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:08.5049130Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\932f86e6-c5f1-4bd6-8c36-adbf2b887747\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:08.5049782Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:08.5755612Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:08.8622557Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:08.8626642Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:08.8835868Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:08.8836692Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ee07d35b-6fb1-468a-859f-e0765c503833\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:08.8839470Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ee07d35b-6fb1-468a-859f-e0765c503833\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:08.8840012Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:08.9605671Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:09.2731153Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:09.2732984Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:09.2878801Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:09.2879681Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1817981c-fa9b-495d-b742-0c80138e1374\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:09.2882120Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1817981c-fa9b-495d-b742-0c80138e1374\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:09.2882789Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:09.3683058Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:09.6185698Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:09.6187401Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:09.6338559Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:09.6339488Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b1e6a7a1-7f3a-4342-9255-0fae34c0c4d8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:09.6342042Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b1e6a7a1-7f3a-4342-9255-0fae34c0c4d8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:09.6342571Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:09.7065762Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:10.0324588Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:10.0326312Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:10.0478429Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:10.0479703Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7aea6a09-65c0-4e7d-a842-e143801293b4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:10.0482821Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7aea6a09-65c0-4e7d-a842-e143801293b4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:10.0483485Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:10.1227629Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:10.3978270Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:10.3981774Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:10.4159667Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:10.4160388Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a0108ab9-4a07-46cb-b355-fa6cd14bcb53\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:10.4163009Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a0108ab9-4a07-46cb-b355-fa6cd14bcb53\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:10.4163548Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:10.4874923Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:10.7421420Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:10.7423160Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:10.7573088Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:10.7574344Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\72cc7eb0-9dce-4a27-be55-520e3038ca8b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:10.7576755Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\72cc7eb0-9dce-4a27-be55-520e3038ca8b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:10.7577286Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:10.8345708Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:11.1146918Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:11.1148623Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:11.1301443Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:11.1302205Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dd84e504-7766-48f8-b977-be85269847b1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:11.1304649Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dd84e504-7766-48f8-b977-be85269847b1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:11.1305186Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:11.2008504Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:11.4896891Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:11.4898673Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:11.5060521Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:11.5061671Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\79f91479-ca89-449a-8412-30919817e5ab\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:11.5068362Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\79f91479-ca89-449a-8412-30919817e5ab\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:11.5070947Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:11.5730088Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:11.8367193Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:11.8368934Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:11.8515063Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:11.8516240Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\50099e3e-393b-4107-8340-aa762328995c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:11.8518879Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\50099e3e-393b-4107-8340-aa762328995c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:11.8519478Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:11.9274939Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:12.2008822Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:12.2010430Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:12.2169677Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:12.2171437Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a04a7e15-a917-4469-890c-2f437ae70550\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:12.2174076Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a04a7e15-a917-4469-890c-2f437ae70550\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:12.2174589Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:12.2891319Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:12.5546413Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:12.5548114Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:12.5703351Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:12.5704440Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\285f63a0-1d95-4b50-8f1e-4f354891a7c0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:12.5707070Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\285f63a0-1d95-4b50-8f1e-4f354891a7c0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:12.5707636Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:12.6446758Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:12.9533652Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:12.9535303Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:12.9676885Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:12.9677658Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6952127b-3668-44c4-b02e-849e1e76c941\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:12.9680268Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6952127b-3668-44c4-b02e-849e1e76c941\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:12.9680801Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:13.0419747Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:13.3122619Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:13.3124447Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:13.3266524Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:13.3267264Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\00fdd2a7-b3c8-45c3-bce8-e19a6fcb140c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:13.3269964Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\00fdd2a7-b3c8-45c3-bce8-e19a6fcb140c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:13.3270529Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:13.4049247Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:13.6581024Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:13.6584417Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:13.6716550Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:13.6717624Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0ef726fb-f4f1-4e1f-a6e0-78047680c478\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:13.6719907Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0ef726fb-f4f1-4e1f-a6e0-78047680c478\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:13.6720497Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:13.7442880Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:14.0273093Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:14.0274718Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:14.0406382Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:14.0407085Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3b0202eb-983b-4525-8914-d8130c4274f8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:14.0409401Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3b0202eb-983b-4525-8914-d8130c4274f8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:14.0409951Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:14.1124192Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:14.4112218Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:14.4113909Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:14.4259731Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:14.4260431Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ffc72152-de62-4024-9bbe-33a74bd40139\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:14.4263349Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ffc72152-de62-4024-9bbe-33a74bd40139\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:14.4263869Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:14.4993668Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:14.7559952Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:14.7561602Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:14.7708030Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:14.7708760Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\31219096-9ad3-433a-bbda-45df426f958e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:14.7711726Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\31219096-9ad3-433a-bbda-45df426f958e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:14.7712260Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:14.8460776Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:15.0974282Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:15.0975946Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:15.1124096Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:15.1125040Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\aad6da38-abe6-4c1d-b7b8-1f4e7d4a504d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:15.1128098Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\aad6da38-abe6-4c1d-b7b8-1f4e7d4a504d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:15.1128814Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:15.1837671Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:15.4494073Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:15.4495812Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:15.4662970Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:15.4664135Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\66a2c580-1fbf-4e2b-9df2-ededdbde2bc1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:15.4667974Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\66a2c580-1fbf-4e2b-9df2-ededdbde2bc1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:15.4668528Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:15.5370207Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:15.8344460Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:15.8346500Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:15.8500783Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:15.8501996Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\aed7067e-c9b7-4e91-9e42-2d31eff04afb\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:15.8505039Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\aed7067e-c9b7-4e91-9e42-2d31eff04afb\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:15.8505592Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:15.9209303Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:16.1838435Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:27:16.1840130Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:28:21.2804350Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Convert project file to SDK style","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.TryConvert.TryConvertProjectConverterStep"} -{"@t":"2022-06-09T14:28:21.2870180Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:28:21.2871160Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\54c71318-540d-40b3-99dd-7dcfa077dd1b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:28:21.2874336Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\54c71318-540d-40b3-99dd-7dcfa077dd1b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:28:21.2875055Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:28:21.3665679Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:28:21.6307417Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:28:21.6309173Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:28:21.6464969Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:28:21.6465752Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\977fce99-fc80-49a5-9b37-ee1a462c6ad9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:28:21.6468442Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\977fce99-fc80-49a5-9b37-ee1a462c6ad9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:28:21.6468973Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:28:21.7154901Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:28:21.9988634Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:28:21.9991178Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:28:22.0137619Z","@mt":"Converting project file format with try-convert, version 0.3.330801+3799b6849a9457619660a355ca9111c050b0ef79","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.TryConvert.TryConvertRunner"} -{"@t":"2022-06-09T14:28:22.0217856Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:28:22.0219060Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f99e0464-809a-4e26-b75d-95a0324c3965\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:28:22.0222139Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f99e0464-809a-4e26-b75d-95a0324c3965\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:28:22.0222813Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:28:22.1119678Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:28:22.4585469Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:28:22.4589345Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:28:22.4769978Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:28:22.4771856Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0031d980-4bfc-43fe-ab6b-89172499c472\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:28:22.4777240Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0031d980-4bfc-43fe-ab6b-89172499c472\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:28:22.4778106Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:28:22.5641933Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for UAP,Version=v10.0.17763...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:28:22.9356312Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on UAP,Version=v10.0.17763.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:28:22.9357954Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package CommunityToolkit.WinUI.Connectivity 7.1.2 is not compatible with uap10.0.17763 (UAP,Version=v10.0.17763). Package CommunityToolkit.WinUI.Connectivity 7.1.2 supports: net5.0-windows10.0.18362 (.NETCoreApp,Version=v5.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:28:22.9459927Z","@mt":"Skip minimum dependency check because Windows App SDK cannot work with targets lower than already recommended TFM.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.TargetFramework.DependencyMinimumTargetFrameworkSelectorFilter"} -{"@t":"2022-06-09T14:28:22.9472285Z","@mt":"Recommending Windows TFM {TFM} because the project either has Windows-specific dependencies or builds to a WinExe","TFM":"net6.0-windows10.0.19041","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsSdkTargetFrameworkSelectorFilter"} -{"@t":"2022-06-09T14:28:25.7736199Z","@mt":"Converting project {Path} to SDK style","Path":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\openHAB.Windows.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.TryConvert.TryConvertInProcessTool"} -{"@t":"2022-06-09T14:28:26.6765930Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Openhab.Core.csproj' with message: C:\\Program Files\\dotnet\\sdk\\6.0.300\\Sdks\\Microsoft.NET.Sdk\\targets\\Microsoft.NET.Sdk.FrameworkReferenceResolution.targets: (90, 5): The \"ProcessFrameworkReferences\" 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.ProcessFrameworkReferences.ProcessRuntimeIdentifier(String runtimeIdentifier, KnownRuntimePack selectedRuntimePack, String runtimePackVersion, List`1 additionalFrameworkReferencesForRuntimePack, HashSet`1 unrecognizedRuntimeIdentifiers, List`1 unavailableRuntimePacks, List`1 runtimePacks, List`1 packagesToDownload, String isTrimmable, Boolean addRuntimePackAndDownloadIfNecessary)\r\n at Microsoft.NET.Build.Tasks.ProcessFrameworkReferences.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-06-09T14:28:26.7744101Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\openHAB.Windows.csproj' with message: C:\\Program Files\\dotnet\\sdk\\6.0.300\\Sdks\\Microsoft.NET.Sdk\\targets\\Microsoft.NET.Sdk.FrameworkReferenceResolution.targets: (90, 5): The \"ProcessFrameworkReferences\" 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.ProcessFrameworkReferences.ProcessRuntimeIdentifier(String runtimeIdentifier, KnownRuntimePack selectedRuntimePack, String runtimePackVersion, List`1 additionalFrameworkReferencesForRuntimePack, HashSet`1 unrecognizedRuntimeIdentifiers, List`1 unavailableRuntimePacks, List`1 runtimePacks, List`1 packagesToDownload, String isTrimmable, Boolean addRuntimePackAndDownloadIfNecessary)\r\n at Microsoft.NET.Build.Tasks.ProcessFrameworkReferences.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-06-09T14:28:26.7748637Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Warning","Message":"Found project reference without a matching metadata reference: D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Openhab.Core.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2022-06-09T14:28:26.7749180Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Warning","Message":"Found project reference without a matching metadata reference: D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\OpenHAB.Core\\OpenHAB.Core.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2022-06-09T14:28:26.7776728Z","@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-06-09T14:28:26.7789290Z","@mt":"Restoring packages for {ProjectPath} with dotnet restore","@l":"Debug","ProjectPath":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\openHAB.Windows.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.DotnetRestorePackageRestorer"} -{"@t":"2022-06-09T14:28:27.5794614Z","@mt":"[{Tool}] {Data}","@l":"Debug","Tool":"dotnet-restore","Data":" Determining projects to restore...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.ProcessRunner"} -{"@t":"2022-06-09T14:28:28.4622272Z","@mt":"[{Tool}] {Data}","@l":"Debug","Tool":"dotnet-restore","Data":" Restored D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Openhab.Core.csproj (in 566 ms).","SourceContext":"Microsoft.DotNet.UpgradeAssistant.ProcessRunner"} -{"@t":"2022-06-09T14:28:28.5209965Z","@mt":"[{Tool}] {Data}","@l":"Debug","Tool":"dotnet-restore","Data":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\openHAB.Windows.csproj : error NU1202: Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.ProcessRunner"} -{"@t":"2022-06-09T14:28:28.5214116Z","@mt":"[{Tool}] {Data}","@l":"Debug","Tool":"dotnet-restore","Data":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\openHAB.Windows.csproj : error NU1202: Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0) / win10-arm. Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.ProcessRunner"} -{"@t":"2022-06-09T14:28:28.5219326Z","@mt":"[{Tool}] {Data}","@l":"Debug","Tool":"dotnet-restore","Data":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\openHAB.Windows.csproj : error NU1202: Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0) / win10-arm-aot. Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.ProcessRunner"} -{"@t":"2022-06-09T14:28:28.5224021Z","@mt":"[{Tool}] {Data}","@l":"Debug","Tool":"dotnet-restore","Data":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\openHAB.Windows.csproj : error NU1202: Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0) / win10-x64. Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.ProcessRunner"} -{"@t":"2022-06-09T14:28:28.5229177Z","@mt":"[{Tool}] {Data}","@l":"Debug","Tool":"dotnet-restore","Data":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\openHAB.Windows.csproj : error NU1202: Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0) / win10-x64-aot. Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.ProcessRunner"} -{"@t":"2022-06-09T14:28:28.5233450Z","@mt":"[{Tool}] {Data}","@l":"Debug","Tool":"dotnet-restore","Data":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\openHAB.Windows.csproj : error NU1202: Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0) / win10-x86. Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.ProcessRunner"} -{"@t":"2022-06-09T14:28:28.5238035Z","@mt":"[{Tool}] {Data}","@l":"Debug","Tool":"dotnet-restore","Data":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\openHAB.Windows.csproj : error NU1202: Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0) / win10-x86-aot. Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.ProcessRunner"} -{"@t":"2022-06-09T14:28:28.5532875Z","@mt":"[{Tool}] {Data}","@l":"Debug","Tool":"dotnet-restore","Data":" Failed to restore D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\openHAB.Windows.csproj (in 672 ms).","SourceContext":"Microsoft.DotNet.UpgradeAssistant.ProcessRunner"} -{"@t":"2022-06-09T14:28:28.5810521Z","@mt":"[{Tool}] Error: Exited with non-success code: {ExitCode}","@l":"Debug","Tool":"dotnet-restore","ExitCode":1,"SourceContext":"Microsoft.DotNet.UpgradeAssistant.ProcessRunner"} -{"@t":"2022-06-09T14:28:28.7808423Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Openhab.Core.csproj' with message: C:\\Program Files\\dotnet\\sdk\\6.0.300\\Sdks\\Microsoft.NET.Sdk\\targets\\Microsoft.NET.Sdk.FrameworkReferenceResolution.targets: (90, 5): The \"ProcessFrameworkReferences\" 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.ProcessFrameworkReferences.ProcessRuntimeIdentifier(String runtimeIdentifier, KnownRuntimePack selectedRuntimePack, String runtimePackVersion, List`1 additionalFrameworkReferencesForRuntimePack, HashSet`1 unrecognizedRuntimeIdentifiers, List`1 unavailableRuntimePacks, List`1 runtimePacks, List`1 packagesToDownload, String isTrimmable, Boolean addRuntimePackAndDownloadIfNecessary)\r\n at Microsoft.NET.Build.Tasks.ProcessFrameworkReferences.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-06-09T14:28:28.8630692Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\openHAB.Windows.csproj' with message: C:\\Program Files\\dotnet\\sdk\\6.0.300\\Sdks\\Microsoft.NET.Sdk\\targets\\Microsoft.NET.Sdk.FrameworkReferenceResolution.targets: (90, 5): The \"ProcessFrameworkReferences\" 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.ProcessFrameworkReferences.ProcessRuntimeIdentifier(String runtimeIdentifier, KnownRuntimePack selectedRuntimePack, String runtimePackVersion, List`1 additionalFrameworkReferencesForRuntimePack, HashSet`1 unrecognizedRuntimeIdentifiers, List`1 unavailableRuntimePacks, List`1 runtimePacks, List`1 packagesToDownload, String isTrimmable, Boolean addRuntimePackAndDownloadIfNecessary)\r\n at Microsoft.NET.Build.Tasks.ProcessFrameworkReferences.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-06-09T14:28:28.8635231Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Warning","Message":"Found project reference without a matching metadata reference: D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Openhab.Core.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2022-06-09T14:28:28.8636111Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Warning","Message":"Found project reference without a matching metadata reference: D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\OpenHAB.Core\\OpenHAB.Core.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2022-06-09T14:28:28.8655697Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Convert project file to SDK style","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.TryConvert.TryConvertProjectConverterStep"} -{"@t":"2022-06-09T14:29:47.9072486Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:47.9073378Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ff0df0b3-245f-4c5c-8a65-f343b3d3ed15\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:47.9076434Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ff0df0b3-245f-4c5c-8a65-f343b3d3ed15\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:47.9077060Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:48.1360389Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:48.3233111Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:48.3234735Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:48.3325637Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:48.3326449Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ae99c4ef-88c0-433a-ac9b-cb8a2e6761fe\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:48.3329343Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ae99c4ef-88c0-433a-ac9b-cb8a2e6761fe\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:48.3330008Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:48.3642262Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:48.4590262Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:48.4591769Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:48.4685022Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:48.4686034Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2c9955be-1867-4916-b6cb-40c04b566e40\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:48.4688719Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2c9955be-1867-4916-b6cb-40c04b566e40\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:48.4689299Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:48.4999794Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:48.5968091Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:48.5969838Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:48.6067901Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:48.6069231Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\57e451b7-6eca-4af5-948d-e8e962a124a3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:48.6072114Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\57e451b7-6eca-4af5-948d-e8e962a124a3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:48.6072693Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:48.6367822Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:48.7386958Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:48.7388731Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:48.7441940Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Clean up NuGet package references","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:29:48.7500285Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Clean up NuGet package references","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:29:48.7500747Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Duplicate reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:29:48.7518276Z","@mt":"Analyzing packages with {AnalyzerName}","@l":"Debug","AnalyzerName":"Duplicate reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2022-06-09T14:29:48.7519142Z","@mt":"No package updates needed","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2022-06-09T14:29:48.7525966Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Duplicate reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:29:48.7526146Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Package map reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:29:48.7534159Z","@mt":"Analyzing packages with {AnalyzerName}","@l":"Debug","AnalyzerName":"Package map reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2022-06-09T14:29:48.7534828Z","@mt":"Marking package {PackageName} for removal based on package mapping configuration {PackageMapSet}","PackageName":"Microsoft.NETCore.UniversalWindowsPlatform","PackageMapSet":"UWP","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.PackageMapReferenceAnalyzer"} -{"@t":"2022-06-09T14:29:48.7544508Z","@mt":"Adding package {PackageName} based on package mapping configuration {PackageMapSet}","PackageName":"Microsoft.Graphics.Win2D","PackageMapSet":"UWP","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.PackageMapReferenceAnalyzer"} -{"@t":"2022-06-09T14:29:48.7553814Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Package map reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:29:48.7554538Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Remove package 'Microsoft.NETCore.UniversalWindowsPlatform'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:29:48.7568161Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Remove package 'Microsoft.NETCore.UniversalWindowsPlatform'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:29:48.7569297Z","@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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:29:48.7619349Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:48.7620486Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b9250cbf-881f-4074-8b13-db43b99b6cab\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:48.7641153Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b9250cbf-881f-4074-8b13-db43b99b6cab\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:48.7642366Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:48.7956195Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:48.8931344Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:48.8933131Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:48.9026125Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:48.9027792Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bbddc98b-1b2a-4e69-a3ac-24d43f82d4ed\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:48.9030249Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bbddc98b-1b2a-4e69-a3ac-24d43f82d4ed\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:48.9030784Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:48.9332480Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:49.0302999Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:49.0305254Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:49.0449585Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:49.0450277Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\47cd01b0-de8b-40b2-9ea1-ab3218e25457\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:49.0452830Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\47cd01b0-de8b-40b2-9ea1-ab3218e25457\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:49.0454017Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:49.0764860Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:49.1690758Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:49.1692253Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:49.1797169Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:49.1797938Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8552fb7e-d62e-492d-a7fe-464f0aef9824\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:49.1801442Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8552fb7e-d62e-492d-a7fe-464f0aef9824\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:49.1802044Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:49.2094530Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:49.3052082Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:49.3054026Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:49.3159631Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:49.3160338Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a84e9c58-3349-4801-9470-420e99db5c99\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:49.3163987Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a84e9c58-3349-4801-9470-420e99db5c99\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:49.3164723Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:49.3461275Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:49.4485801Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:49.4487427Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:49.4582830Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:49.4583943Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9e6f4ff4-aec8-4057-be86-af05ce080263\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:49.4590244Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9e6f4ff4-aec8-4057-be86-af05ce080263\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:49.4592066Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:49.4893111Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:49.5804386Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:49.5805849Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:49.5910105Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:49.5910872Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ce03681e-9ba1-4fba-ae68-8f37de02fcf7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:49.5913587Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ce03681e-9ba1-4fba-ae68-8f37de02fcf7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:49.5914156Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:49.6198516Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:49.7114434Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:49.7115797Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:49.7203722Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:49.7205092Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d4e610fd-93ac-45fd-b7a5-e25f6cdeb507\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:49.7208926Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d4e610fd-93ac-45fd-b7a5-e25f6cdeb507\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:49.7209805Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:49.7508221Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:49.8636428Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:49.8639969Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:49.8738311Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:49.8739028Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5ae6d88d-1560-49b7-a10b-014e196ea07c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:49.8741654Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5ae6d88d-1560-49b7-a10b-014e196ea07c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:49.8742501Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:49.9023889Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:50.0029467Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:50.0044571Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:50.0130442Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:50.0131099Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3642429e-abfa-4f59-8e20-040dccb8f404\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:50.0133940Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3642429e-abfa-4f59-8e20-040dccb8f404\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:50.0134689Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:50.0423517Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:50.1346868Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:50.1348326Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:50.1449658Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:50.1450976Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bb449b4a-483d-4d3b-8c36-c096c5df672f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:50.1454951Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bb449b4a-483d-4d3b-8c36-c096c5df672f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:50.1455947Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:50.1751326Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:50.2657880Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:50.2659563Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:50.2750194Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:50.2750922Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d7893016-e769-409a-8e26-6512bec5c748\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:50.2753553Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d7893016-e769-409a-8e26-6512bec5c748\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:50.2754118Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:50.3026140Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:50.3976288Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:50.3978044Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:50.4070264Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:50.4070991Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7b2a28e2-58e8-4338-9e6e-22a8e6a0f30d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:50.4076266Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7b2a28e2-58e8-4338-9e6e-22a8e6a0f30d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:50.4078210Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:50.4360059Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:50.5315374Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:50.5318121Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:50.5435715Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:50.5436992Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e356f976-f88e-4c35-bb26-796527fab1d8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:50.5439654Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e356f976-f88e-4c35-bb26-796527fab1d8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:50.5440224Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:50.5758953Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:50.6712517Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:50.6713942Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:50.6815217Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:50.6815906Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\63fd79f6-82ce-47cf-9a08-d3205cca4470\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:50.6818525Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\63fd79f6-82ce-47cf-9a08-d3205cca4470\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:50.6819084Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:50.7195663Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:50.8235500Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:50.8236953Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:50.8336264Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:50.8337059Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8cd6b11d-733c-43e5-9072-f57de201ec58\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:50.8339747Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8cd6b11d-733c-43e5-9072-f57de201ec58\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:50.8340315Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:50.8622001Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:50.9540939Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:50.9542674Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:50.9649025Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:50.9649723Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e0b120aa-d923-41de-9d4d-26dc21e11d3b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:50.9653443Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e0b120aa-d923-41de-9d4d-26dc21e11d3b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:50.9654001Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:50.9986401Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:51.1028814Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:51.1030378Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:51.1125247Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:51.1125974Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cc44dba1-b8c1-4aa5-9339-e40fdba0ce16\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:51.1128790Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cc44dba1-b8c1-4aa5-9339-e40fdba0ce16\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:51.1129562Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:51.1408029Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:51.2370095Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:51.2371424Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:51.2467556Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:51.2468265Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\84db44ad-f73e-43c7-8e06-e46c2361f06b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:51.2470829Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\84db44ad-f73e-43c7-8e06-e46c2361f06b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:51.2471365Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:51.2762176Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:51.3729880Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:51.3731326Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:51.3822427Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:51.3822984Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d55d3ecb-c554-45fe-808e-68befdef76fb\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:51.3826381Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d55d3ecb-c554-45fe-808e-68befdef76fb\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:51.3826977Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:51.4132309Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:51.5606409Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:51.5608148Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:51.5700233Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:51.5700879Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\04d19555-9a93-4282-b29d-a4b8fa4f83fe\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:51.5703503Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\04d19555-9a93-4282-b29d-a4b8fa4f83fe\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:51.5704051Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:51.6037191Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:51.6990204Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:51.6992365Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:51.7079369Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:51.7080055Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f66446bd-8315-4c8b-9a51-c031056a8e5f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:51.7083156Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f66446bd-8315-4c8b-9a51-c031056a8e5f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:51.7083733Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:51.7414437Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:51.8365535Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:51.8366955Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:51.8482011Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:51.8482768Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3ff31270-bbf4-4eac-9150-d2ce477f3314\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:51.8485455Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3ff31270-bbf4-4eac-9150-d2ce477f3314\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:51.8486000Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:51.8804791Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:51.9735305Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:51.9736864Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:51.9824866Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:51.9825569Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9b333f80-fe3e-409a-bac0-d5af8e661a37\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:51.9828199Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9b333f80-fe3e-409a-bac0-d5af8e661a37\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:51.9828770Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:52.0114471Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:52.1060762Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:52.1062115Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:52.1155981Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:52.1156630Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d7f1e53d-cbbe-4f7e-bddd-ce750c28d876\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:52.1159270Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d7f1e53d-cbbe-4f7e-bddd-ce750c28d876\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:52.1159820Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:52.1451218Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:52.2409822Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:52.2411178Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:52.2521869Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:52.2522513Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0369bcab-c109-4645-a0b7-264ae8db1144\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:52.2525614Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0369bcab-c109-4645-a0b7-264ae8db1144\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:52.2526242Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:52.2816422Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:52.3698341Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:52.3699750Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:52.3833477Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:52.3834585Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b986c1c1-c8de-481a-a4d5-99a31d2332a9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:52.3837166Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b986c1c1-c8de-481a-a4d5-99a31d2332a9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:52.3837721Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:52.4132674Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:52.5065529Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:52.5068979Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:52.5179283Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:52.5179870Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2b2a3483-9fef-423f-93de-4c12e84700df\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:52.5183751Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2b2a3483-9fef-423f-93de-4c12e84700df\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:52.5184850Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:52.5494042Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:52.6488001Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:52.6489718Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:52.6598561Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:52.6600006Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\39c49c31-db03-4088-838f-ff5a8b4ed7fa\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:52.6602502Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\39c49c31-db03-4088-838f-ff5a8b4ed7fa\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:52.6603093Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:52.6918501Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:52.7965488Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:52.7967060Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:52.8055649Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:52.8056909Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bb8c4520-0c8e-47b7-a646-599f635b8f29\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:52.8059376Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bb8c4520-0c8e-47b7-a646-599f635b8f29\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:52.8059916Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:52.8322167Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:52.9199728Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:52.9201034Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:52.9298604Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:52.9299509Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f030100e-7f5b-4f6c-8c7f-828a9d99f38e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:52.9302338Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f030100e-7f5b-4f6c-8c7f-828a9d99f38e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:52.9302919Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:52.9586491Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:53.0556658Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:53.0558006Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:53.0639973Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:53.0641125Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2403d2a3-24d0-4cd6-bcee-f93d6e9faf59\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:53.0643985Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2403d2a3-24d0-4cd6-bcee-f93d6e9faf59\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:53.0644507Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:53.0940561Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:53.2083278Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:53.2084903Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:53.2426797Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:53.2428039Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\15431cbd-5af5-4414-a706-2f45154e9194\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:53.2430623Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\15431cbd-5af5-4414-a706-2f45154e9194\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:53.2431221Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:53.2696276Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:53.3566569Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:53.3568699Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:53.3666491Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:53.3667744Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\739ca476-397c-4442-8062-dcab73bf301f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:53.3670673Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\739ca476-397c-4442-8062-dcab73bf301f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:53.3671233Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:53.3936392Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:53.4800144Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:53.4801612Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:53.4892177Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:53.4893107Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\de5a9c36-7d4d-4fe0-a7b5-7dc766c23847\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:53.4896342Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\de5a9c36-7d4d-4fe0-a7b5-7dc766c23847\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:53.4896965Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:53.5165440Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:53.6053995Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:53.6055455Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:53.6138161Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:53.6139315Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3b48eefa-ddb5-4aa5-9615-beb75a1b3033\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:53.6141934Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3b48eefa-ddb5-4aa5-9615-beb75a1b3033\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:53.6142489Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:53.6400247Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:53.7303725Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:53.7305155Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:53.7395719Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:53.7396763Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d1ffdc52-f564-484c-a2c2-b898a8a6ac66\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:53.7399925Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d1ffdc52-f564-484c-a2c2-b898a8a6ac66\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:53.7400598Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:53.7678966Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:53.8689549Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:53.8691113Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:53.8799160Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:53.8800612Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\30f02395-b20e-4651-9191-57eba51fa7b3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:53.8803465Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\30f02395-b20e-4651-9191-57eba51fa7b3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:53.8804055Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:53.9051041Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:54.0032460Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:54.0034406Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:54.0127326Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:54.0128682Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\94385df9-618a-49ab-8c81-eb86a440e3ff\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:54.0131402Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\94385df9-618a-49ab-8c81-eb86a440e3ff\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:54.0131931Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:54.0430161Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:54.1364924Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:54.1366405Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:54.1473097Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:54.1474476Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\af6b341d-52a4-4f7e-aa54-d1c870d9adbf\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:54.1477010Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\af6b341d-52a4-4f7e-aa54-d1c870d9adbf\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:54.1477545Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:54.1767953Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:54.2669386Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:54.2671073Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:54.2789400Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:54.2790774Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\baa3929b-007d-4caa-8087-d919b6cb7928\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:54.2793426Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\baa3929b-007d-4caa-8087-d919b6cb7928\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:54.2793984Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:54.3095144Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:54.4093751Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:54.4095110Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:54.4182330Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:54.4182869Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\63008392-7ce7-42db-be35-00b11d14fa77\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:54.4185918Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\63008392-7ce7-42db-be35-00b11d14fa77\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:54.4186467Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:54.4489734Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:54.5372477Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:54.5374184Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:54.5500557Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:54.5501620Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\45ba32f1-e4ad-4243-b23b-c437dcad3323\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:54.5505033Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\45ba32f1-e4ad-4243-b23b-c437dcad3323\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:54.5505805Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:54.5830618Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:54.6835113Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:54.6836522Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:54.6931211Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:54.6932357Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5222f01f-2e4c-4c4d-b117-9c97b998e880\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:54.6935148Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5222f01f-2e4c-4c4d-b117-9c97b998e880\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:54.6935716Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:54.7221347Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:54.8131366Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:54.8133679Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:54.8249507Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:54.8251292Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0b61cba5-4200-4dc6-af4c-7279fe9337ce\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:54.8255284Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0b61cba5-4200-4dc6-af4c-7279fe9337ce\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:54.8256398Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:54.8566734Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:54.9559587Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:54.9561242Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:54.9649035Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:54.9650374Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3ae82f5f-f4d8-4ac6-8a60-f6350a16f3b2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:54.9653205Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3ae82f5f-f4d8-4ac6-8a60-f6350a16f3b2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:54.9653782Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:54.9929168Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:55.0871767Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:55.0873402Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:55.0978090Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:55.0979000Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d288ae50-eb20-49cd-af81-92ca1f4bdd49\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:55.0981856Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d288ae50-eb20-49cd-af81-92ca1f4bdd49\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:55.0982479Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:55.1301733Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:55.2282339Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:55.2283798Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:55.2389060Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:55.2390185Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9dc10aaf-f32f-47bb-84db-652c21ab1ba3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:55.2395383Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9dc10aaf-f32f-47bb-84db-652c21ab1ba3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:55.2396111Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:55.2682736Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:55.3612373Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:55.3613837Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:55.3714178Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:55.3715203Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c6b137cf-78b9-412c-bbb3-d7f046f48efa\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:55.3719934Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c6b137cf-78b9-412c-bbb3-d7f046f48efa\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:55.3720761Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:55.4002594Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:55.5056833Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:55.5058922Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:55.5149092Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:55.5149686Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3721b46d-3c56-445b-8f63-5f74492bf5cf\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:55.5153404Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3721b46d-3c56-445b-8f63-5f74492bf5cf\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:55.5154082Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:55.5439227Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:55.6376129Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:55.6378107Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:55.6484960Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:55.6485883Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\adbabb4a-cfa5-4ebe-a044-9f339c61d955\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:55.6489755Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\adbabb4a-cfa5-4ebe-a044-9f339c61d955\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:55.6490290Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:55.6796039Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:55.7720945Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:55.7722865Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:55.7815612Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:55.7816858Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f6a4acae-6fec-4f4d-8dd4-68ddc19a56e0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:55.7819422Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f6a4acae-6fec-4f4d-8dd4-68ddc19a56e0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:55.7820047Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:55.8098530Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:55.9290730Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:55.9292211Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:55.9397090Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:55.9397984Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c4042970-dd96-4fcb-a21d-ac199e12589a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:55.9401034Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c4042970-dd96-4fcb-a21d-ac199e12589a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:55.9401572Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:55.9718407Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:56.0703802Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:56.0706232Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:56.0797597Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:56.0798763Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c75ffec4-3edf-41db-bee5-7917a8e97baa\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:56.0801427Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c75ffec4-3edf-41db-bee5-7917a8e97baa\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:56.0802044Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:56.1092726Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:56.1972876Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:56.1974603Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:56.2081201Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:56.2082202Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\beb512ee-84c3-4af7-8847-9f24804f0f99\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:56.2085663Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\beb512ee-84c3-4af7-8847-9f24804f0f99\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:56.2086217Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:56.2385049Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:56.3388312Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:56.3389814Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:56.3477275Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:56.3478042Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\986e97e1-01f3-4329-8614-83c27e4f702b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:56.3481116Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\986e97e1-01f3-4329-8614-83c27e4f702b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:56.3482724Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:56.3769336Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:56.4714547Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:29:56.4716509Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:01.0627472Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Remove package 'Microsoft.NETCore.UniversalWindowsPlatform'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2022-06-09T14:30:01.0640094Z","@mt":"Removing outdated package reference: {PackageReference}","PackageReference":"Microsoft.NETCore.UniversalWindowsPlatform, Version=6.2.13","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"} -{"@t":"2022-06-09T14:30:01.0650231Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Remove package 'Microsoft.NETCore.UniversalWindowsPlatform'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2022-06-09T14:30:02.2015106Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:02.2015975Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ece50193-2fde-40cb-8825-f08dfe5d13ef\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:02.2018668Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ece50193-2fde-40cb-8825-f08dfe5d13ef\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:02.2019324Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:02.2312994Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:02.3327279Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:02.3330373Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:02.3437927Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:02.3439369Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\eedabca3-868a-4c76-a627-cd4fe788fbd1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:02.3441806Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\eedabca3-868a-4c76-a627-cd4fe788fbd1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:02.3442337Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:02.3792973Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:02.4757100Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:02.4758609Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:02.4854677Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:02.4855646Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2149079d-b841-4ede-ab55-5e92db0cc6a8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:02.4858675Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2149079d-b841-4ede-ab55-5e92db0cc6a8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:02.4859252Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:02.5142507Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:02.6062923Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:02.6064506Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:02.6149683Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:02.6150327Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d69d3d65-a23b-4dd4-8c8d-b4101b3b3f15\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:02.6152816Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d69d3d65-a23b-4dd4-8c8d-b4101b3b3f15\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:02.6153563Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:02.6449759Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:02.7485852Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:02.7487224Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:02.7533321Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Add package 'Microsoft.Graphics.Win2D'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:30:02.7585076Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Add package 'Microsoft.Graphics.Win2D'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:30:02.7585951Z","@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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:30:02.7657034Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:02.7658181Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\800d673f-e80e-4809-b007-1f8d231da59b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:02.7660777Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\800d673f-e80e-4809-b007-1f8d231da59b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:02.7661340Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:02.7962964Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:02.9013532Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:02.9014958Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:02.9113343Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:02.9114392Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\18c822ae-f56c-4815-a564-3fc1ceafa623\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:02.9117108Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\18c822ae-f56c-4815-a564-3fc1ceafa623\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:02.9117695Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:02.9427338Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:03.0425257Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:03.0426729Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:03.0628971Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:03.0630168Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4c83d44c-24d2-4e9f-8ff3-964304eb1168\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:03.0634638Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4c83d44c-24d2-4e9f-8ff3-964304eb1168\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:03.0635561Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:03.0934609Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:03.1939001Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:03.1940515Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:03.2034547Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:03.2035369Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\80ab1eda-2108-4cab-b672-f1957e5c3a77\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:03.2038681Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\80ab1eda-2108-4cab-b672-f1957e5c3a77\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:03.2039583Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:03.2322991Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:03.3297910Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:03.3299302Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:03.3421124Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:03.3422119Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\374a2420-f7ba-4b94-91b2-54eb3ea76ce1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:03.3425615Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\374a2420-f7ba-4b94-91b2-54eb3ea76ce1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:03.3426246Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:03.3733914Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:03.4777089Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:03.4778804Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:03.4880111Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:03.4880866Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ac2f076d-70c5-4ba5-b6b2-9ef1fd08593e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:03.4884002Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ac2f076d-70c5-4ba5-b6b2-9ef1fd08593e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:03.4884537Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:03.5186899Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:03.6168251Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:03.6169853Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:03.6262716Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:03.6263948Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0617deb6-64b5-4bec-abd4-2061aed6f2a2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:03.6266916Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0617deb6-64b5-4bec-abd4-2061aed6f2a2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:03.6267600Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:03.6574580Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:03.7523821Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:03.7525256Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:03.7637666Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:03.7638926Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3d133f18-edd2-4e15-b808-559e3364fb3d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:03.7642789Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3d133f18-edd2-4e15-b808-559e3364fb3d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:03.7643846Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:03.7980562Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:03.8967759Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:03.8969216Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:03.9060702Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:03.9062004Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\04705dab-9f00-4e66-b420-9f1602dd73a8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:03.9065935Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\04705dab-9f00-4e66-b420-9f1602dd73a8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:03.9066755Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:03.9380502Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:04.0428386Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:04.0429790Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:04.0521170Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:04.0522323Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\730e28a0-0ee8-40c2-9e53-083a2377137c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:04.0526514Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\730e28a0-0ee8-40c2-9e53-083a2377137c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:04.0527865Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:04.0847149Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:04.1819949Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:04.1821561Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:04.1942704Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:04.1943697Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\64a46db2-654c-43b5-b4ad-76e2cc8e93da\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:04.1946561Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\64a46db2-654c-43b5-b4ad-76e2cc8e93da\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:04.1947195Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:04.2262034Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:04.3540384Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:04.3542888Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:04.3636605Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:04.3637393Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\93245b4e-219a-49bb-887d-b331472550b3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:04.3640303Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\93245b4e-219a-49bb-887d-b331472550b3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:04.3640838Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:04.3925953Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:04.4984508Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:04.4986173Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:04.5082395Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:04.5083387Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5a8fcccb-26a3-4bb7-9edd-470cf087a18e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:04.5087065Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5a8fcccb-26a3-4bb7-9edd-470cf087a18e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:04.5087828Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:04.5401188Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:04.6353856Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:04.6355258Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:04.6445582Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:04.6446349Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\989b033e-e4d5-4bd7-92ee-0be594eb3228\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:04.6449353Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\989b033e-e4d5-4bd7-92ee-0be594eb3228\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:04.6449883Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:04.6778487Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:04.7724233Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:04.7727203Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:04.7821423Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:04.7822378Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\650b572d-6e4c-4c72-9698-52e5c338b945\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:04.7825566Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\650b572d-6e4c-4c72-9698-52e5c338b945\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:04.7826434Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:04.8157799Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:04.9161599Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:04.9166776Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:04.9273230Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:04.9274754Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d9fbbf23-89f2-42df-87ac-64b1e11b9b71\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:04.9277607Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d9fbbf23-89f2-42df-87ac-64b1e11b9b71\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:04.9278223Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:04.9594987Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:05.0658431Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:05.0661779Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:05.0783008Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:05.0783911Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e7ac9ca2-1c0e-47ad-833f-7322e0c102d4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:05.0786985Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e7ac9ca2-1c0e-47ad-833f-7322e0c102d4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:05.0787526Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:05.1153238Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:05.2123849Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:05.2126092Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:05.2215395Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:05.2216609Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a7b13b9d-ee6a-441c-8c07-23f718882b84\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:05.2219182Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a7b13b9d-ee6a-441c-8c07-23f718882b84\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:05.2219753Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:05.2516171Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:05.3542059Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:05.3543462Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:05.3645831Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:05.3647328Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\78e0295c-78a5-4bef-8bba-ce3402153825\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:05.3650180Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\78e0295c-78a5-4bef-8bba-ce3402153825\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:05.3650738Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:05.3963982Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:05.4945177Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:05.4946578Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:05.5035268Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:05.5037216Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d3f0510b-b410-468d-ab67-f9d45e64bf0d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:05.5041035Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d3f0510b-b410-468d-ab67-f9d45e64bf0d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:05.5041943Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:05.5374299Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:05.6351665Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:05.6353191Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:05.6467053Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:05.6467977Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\686e542f-30db-4d08-9754-47b50f022837\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:05.6470870Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\686e542f-30db-4d08-9754-47b50f022837\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:05.6471418Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:05.6795734Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:05.7777528Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:05.7778892Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:05.7874165Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:05.7875232Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1d426568-223b-4523-87ee-72544394f2b1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:05.7877963Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1d426568-223b-4523-87ee-72544394f2b1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:05.7879088Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:05.8196748Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:05.9239760Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:05.9241568Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:05.9342683Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:05.9343788Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\449963cd-a9e2-4d75-ac7d-e8af970e0b46\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:05.9347189Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\449963cd-a9e2-4d75-ac7d-e8af970e0b46\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:05.9347738Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:05.9666263Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:06.0670650Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:06.0672537Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:06.0786652Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:06.0788298Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9605fb89-c1ea-4960-bb0a-01bdd3e6b08f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:06.0792756Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9605fb89-c1ea-4960-bb0a-01bdd3e6b08f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:06.0793713Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:06.1099738Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:06.2078588Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:06.2080143Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:06.2180520Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:06.2181455Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8c88d97f-c2e3-40db-9f61-2acbc7d55aba\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:06.2184928Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8c88d97f-c2e3-40db-9f61-2acbc7d55aba\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:06.2185670Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:06.2520565Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:06.3484974Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:06.3486630Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:06.3572085Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:06.3573251Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\57a123e2-c16a-471f-8008-044674e4f3b5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:06.3576206Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\57a123e2-c16a-471f-8008-044674e4f3b5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:06.3576775Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:06.3857864Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:06.4799004Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:06.4801019Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:06.4960062Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:06.4961015Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\30f6e4e6-6c05-4d79-8830-1e2108e8e1ae\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:06.4964301Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\30f6e4e6-6c05-4d79-8830-1e2108e8e1ae\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:06.4964877Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:06.5341877Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:06.6369722Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:06.6371203Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:06.6472671Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:06.6474153Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ddfc5e3b-a545-4833-882b-6a6512b765c4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:06.6477003Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ddfc5e3b-a545-4833-882b-6a6512b765c4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:06.6477535Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:06.6771364Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:06.7719975Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:06.7721759Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:06.7840419Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:06.7841423Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\de1e6124-0b51-4eda-a586-5d8324642cdc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:06.7844627Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\de1e6124-0b51-4eda-a586-5d8324642cdc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:06.7845178Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:06.8159186Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:06.9166611Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:06.9168387Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:06.9274477Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:06.9275386Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\76b022fc-f646-4353-b167-d7166bd64b5d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:06.9278475Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\76b022fc-f646-4353-b167-d7166bd64b5d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:06.9279021Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:06.9542022Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:07.0464445Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:07.0465965Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:07.0562065Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:07.0562979Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ebc2ce55-b92d-4b9a-8180-cde0e39d59eb\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:07.0565915Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ebc2ce55-b92d-4b9a-8180-cde0e39d59eb\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:07.0566463Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:07.0862488Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:07.2343705Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:07.2345702Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:07.2434669Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:07.2435308Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\82ac3ed8-7eb5-4d93-ab99-7205f3030f55\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:07.2438519Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\82ac3ed8-7eb5-4d93-ab99-7205f3030f55\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:07.2439065Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:07.2736292Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:07.3699896Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:07.3701283Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:07.3804974Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:07.3805837Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\26cfcae2-3951-44c2-aab8-ab6b217e3c8b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:07.3821365Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\26cfcae2-3951-44c2-aab8-ab6b217e3c8b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:07.3822057Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:07.4108793Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:07.5089141Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:07.5090594Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:07.5175116Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:07.5176350Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\307bd787-5a6c-4f97-be5e-a4afdba48e73\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:07.5179043Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\307bd787-5a6c-4f97-be5e-a4afdba48e73\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:07.5179612Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:07.5471915Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:07.6421513Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:07.6423284Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:07.6511504Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:07.6512395Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a138111f-c396-463a-b0b5-90443368fc37\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:07.6516001Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a138111f-c396-463a-b0b5-90443368fc37\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:07.6516562Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:07.6840464Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:07.7797828Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:07.7799418Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:07.7897779Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:07.7899037Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c4aeba90-9bac-4440-8443-9720e0f501da\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:07.7905063Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c4aeba90-9bac-4440-8443-9720e0f501da\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:07.7906025Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:07.8186757Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:07.9170780Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:07.9172175Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:07.9279721Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:07.9280603Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4af789f7-33d8-4fa3-849c-a5a1d0119a43\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:07.9283453Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4af789f7-33d8-4fa3-849c-a5a1d0119a43\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:07.9284008Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:07.9587009Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:08.0512921Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:08.0514435Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:08.0608521Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:08.0609369Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3c6a4402-737e-42cd-acf5-3861b4ae654c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:08.0612634Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3c6a4402-737e-42cd-acf5-3861b4ae654c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:08.0613232Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:08.0893311Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:08.1816580Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:08.1818328Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:08.1933951Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:08.1934984Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5453a298-02fe-41c8-8113-57bf420ffbc6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:08.1938248Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5453a298-02fe-41c8-8113-57bf420ffbc6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:08.1938809Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:08.2234914Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:08.3180064Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:08.3181989Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:08.3270202Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:08.3270851Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2536e608-49c1-493d-a511-14d019507afc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:08.3274275Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2536e608-49c1-493d-a511-14d019507afc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:08.3274933Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:08.3553462Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:08.4572153Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:08.4574003Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:08.4701437Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:08.4702362Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\964b75c2-8133-4221-a36e-7ddc8ad87665\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:08.4705313Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\964b75c2-8133-4221-a36e-7ddc8ad87665\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:08.4705852Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:08.5020946Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:08.5982578Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:08.5994020Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:08.6086459Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:08.6087203Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5f95a19c-13af-4af2-990d-219d703c7a5d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:08.6090091Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5f95a19c-13af-4af2-990d-219d703c7a5d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:08.6090826Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:08.6406282Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:08.7383828Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:08.7385272Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:08.7500919Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:08.7501829Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fa9d340d-d5a4-434a-bfba-efed17ab486f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:08.7504936Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fa9d340d-d5a4-434a-bfba-efed17ab486f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:08.7505456Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:08.7825322Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:08.8802706Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:08.8804466Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:08.8894637Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:08.8895399Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c009ce20-fbe1-4d03-9164-fa784a458b49\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:08.8898179Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c009ce20-fbe1-4d03-9164-fa784a458b49\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:08.8898704Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:08.9221628Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:09.0215169Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:09.0217710Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:09.0338883Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:09.0339964Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4e5b60d3-33bc-4cd2-8ce4-fb09a65afeaf\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:09.0343203Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4e5b60d3-33bc-4cd2-8ce4-fb09a65afeaf\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:09.0343783Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:09.0638222Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:09.1576108Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:09.1577546Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:09.1671132Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:09.1672339Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4e9a2cc7-a5b3-4fda-b751-b7fee45c646e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:09.1675517Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4e9a2cc7-a5b3-4fda-b751-b7fee45c646e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:09.1676103Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:09.1970180Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:09.2908343Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:09.2909797Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:09.3026171Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:09.3027143Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2a7b3a7c-b682-4bc4-a228-bb677e8655fe\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:09.3030316Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2a7b3a7c-b682-4bc4-a228-bb677e8655fe\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:09.3031347Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:09.3323552Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:09.4245226Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:09.4246701Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:09.4346956Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:09.4348206Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\28ac3f64-cd62-4a9e-b3f8-adb34769ba01\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:09.4351065Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\28ac3f64-cd62-4a9e-b3f8-adb34769ba01\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:09.4351624Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:09.4627360Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:09.5653047Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:09.5655923Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:09.5763930Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:09.5764861Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a1d3a14e-0356-4375-b312-d24291dfd2d3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:09.5767911Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a1d3a14e-0356-4375-b312-d24291dfd2d3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:09.5768900Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:09.6061338Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:09.7017624Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:09.7019147Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:09.7108313Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:09.7109474Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\316afa4b-f656-41d8-8939-aeb358846743\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:09.7112183Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\316afa4b-f656-41d8-8939-aeb358846743\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:09.7112750Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:09.7422848Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:09.8347764Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:09.8349900Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:09.8469776Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:09.8471365Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ba170a5d-5382-494f-b06b-f12d3f6ffbfa\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:09.8475705Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ba170a5d-5382-494f-b06b-f12d3f6ffbfa\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:09.8476585Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:09.8771134Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:10.0088643Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:10.0090187Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:10.0171707Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:10.0172514Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8a7c05af-14c2-4d78-b6d5-08517aae8b90\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:10.0176844Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8a7c05af-14c2-4d78-b6d5-08517aae8b90\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:10.0178466Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:10.0550801Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:10.1473262Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:10.1474847Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:10.1576245Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:10.1577145Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\18fa5f51-e57f-4b80-bc1c-7f504784c47f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:10.1582633Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\18fa5f51-e57f-4b80-bc1c-7f504784c47f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:10.1583534Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:10.1918317Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:10.2880217Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:10.2882752Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:10.2994185Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:10.2994821Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3fac6b44-95af-4ab5-ac4a-b92f23dc391b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:10.2999587Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3fac6b44-95af-4ab5-ac4a-b92f23dc391b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:10.3000287Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:10.3289559Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:10.4211046Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:10.4212433Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:10.4306243Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:10.4307606Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b4a4463f-6cf8-489b-94e3-863cd575ee41\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:10.4310933Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b4a4463f-6cf8-489b-94e3-863cd575ee41\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:10.4311462Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:10.4603222Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:10.5576801Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:10.5578268Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:10.5684557Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:10.5685336Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\77a5a6ba-0573-4048-8df8-3f19a827ee48\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:10.5688190Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\77a5a6ba-0573-4048-8df8-3f19a827ee48\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:10.5688739Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:10.5986393Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:10.6910891Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:10.6912273Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:20.7823059Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Add package 'Microsoft.Graphics.Win2D'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2022-06-09T14:30:20.7834143Z","@mt":"Adding package reference: {PackageReference}","PackageReference":"Microsoft.Graphics.Win2D, Version=1.0.0.30","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"} -{"@t":"2022-06-09T14:30:20.7841434Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Add package 'Microsoft.Graphics.Win2D'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2022-06-09T14:30:20.7849101Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Package map reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2022-06-09T14:30:20.7855521Z","@mt":"Saving changes to project file","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"} -{"@t":"2022-06-09T14:30:20.9417553Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Openhab.Core.csproj' with message: C:\\Program Files\\dotnet\\sdk\\6.0.300\\Sdks\\Microsoft.NET.Sdk\\targets\\Microsoft.NET.Sdk.FrameworkReferenceResolution.targets: (90, 5): The \"ProcessFrameworkReferences\" 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.ProcessFrameworkReferences.ProcessRuntimeIdentifier(String runtimeIdentifier, KnownRuntimePack selectedRuntimePack, String runtimePackVersion, List`1 additionalFrameworkReferencesForRuntimePack, HashSet`1 unrecognizedRuntimeIdentifiers, List`1 unavailableRuntimePacks, List`1 runtimePacks, List`1 packagesToDownload, String isTrimmable, Boolean addRuntimePackAndDownloadIfNecessary)\r\n at Microsoft.NET.Build.Tasks.ProcessFrameworkReferences.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-06-09T14:30:21.0132510Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\openHAB.Windows.csproj' with message: C:\\Program Files\\dotnet\\sdk\\6.0.300\\Sdks\\Microsoft.NET.Sdk\\targets\\Microsoft.NET.Sdk.FrameworkReferenceResolution.targets: (90, 5): The \"ProcessFrameworkReferences\" 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.ProcessFrameworkReferences.ProcessRuntimeIdentifier(String runtimeIdentifier, KnownRuntimePack selectedRuntimePack, String runtimePackVersion, List`1 additionalFrameworkReferencesForRuntimePack, HashSet`1 unrecognizedRuntimeIdentifiers, List`1 unavailableRuntimePacks, List`1 runtimePacks, List`1 packagesToDownload, String isTrimmable, Boolean addRuntimePackAndDownloadIfNecessary)\r\n at Microsoft.NET.Build.Tasks.ProcessFrameworkReferences.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-06-09T14:30:21.0137290Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Warning","Message":"Found project reference without a matching metadata reference: D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Openhab.Core.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2022-06-09T14:30:21.0137859Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Warning","Message":"Found project reference without a matching metadata reference: D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\OpenHAB.Core\\OpenHAB.Core.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2022-06-09T14:30:21.0165688Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Package map reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2022-06-09T14:30:24.6269749Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:24.6271236Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a6f74db4-3fe1-4688-b4f5-317630b1161a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:24.6274251Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a6f74db4-3fe1-4688-b4f5-317630b1161a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:24.6274829Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:24.6764705Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:24.7726712Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:24.7728466Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:24.7821637Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:24.7822449Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b3816245-3198-433c-807b-7faf4a43751d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:24.7825717Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b3816245-3198-433c-807b-7faf4a43751d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:24.7826295Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:24.8112132Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:24.9063957Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:24.9066442Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:24.9185906Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:24.9186822Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\203ba021-fead-415e-bb7a-facaa8bdb090\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:24.9189998Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\203ba021-fead-415e-bb7a-facaa8bdb090\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:24.9190545Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:24.9521088Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:25.0819639Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:25.0824341Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:25.1058416Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:25.1059635Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5bf2ff6f-1c13-40e7-bc4c-01c1da5976f4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:25.1062440Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5bf2ff6f-1c13-40e7-bc4c-01c1da5976f4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:25.1062993Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:25.1351909Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:25.2269774Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:25.2271760Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:25.2328360Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Target compatibility reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:30:25.2374815Z","@mt":"Analyzing packages with {AnalyzerName}","@l":"Debug","AnalyzerName":"Target compatibility reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2022-06-09T14:30:25.2376540Z","@mt":"NuGet package {NuGetPackage} loaded from {PackagePath}","@l":"Debug","NuGetPackage":"CommunityToolkit.Mvvm, Version=7.1.2","PackagePath":"C:\\Users\\chrisho\\.nuget\\packages\\CommunityToolkit.Mvvm\\7.1.2\\CommunityToolkit.Mvvm.7.1.2.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:30:25.2469465Z","@mt":"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}","@l":"Debug","NuGetPackage":"CommunityToolkit.Mvvm.7.1.2","TargetFrameworks":["net5.0",".NETStandard,Version=v2.0",".NETStandard,Version=v2.1"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:30:25.2470675Z","@mt":"Package {NuGetPackage} will work on {TargetFramework}","@l":"Debug","NuGetPackage":"CommunityToolkit.Mvvm, Version=7.1.2","TargetFramework":["net6.0-windows10.0.19041"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer"} -{"@t":"2022-06-09T14:30:25.2471824Z","@mt":"NuGet package {NuGetPackage} loaded from {PackagePath}","@l":"Debug","NuGetPackage":"Microsoft.CodeAnalysis.NetAnalyzers, Version=6.0.0","PackagePath":"C:\\Users\\chrisho\\.nuget\\packages\\Microsoft.CodeAnalysis.NetAnalyzers\\6.0.0\\Microsoft.CodeAnalysis.NetAnalyzers.6.0.0.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:30:25.2554904Z","@mt":"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}","@l":"Debug","NuGetPackage":"Microsoft.CodeAnalysis.NetAnalyzers.6.0.0","TargetFrameworks":["Any,Version=v0.0"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:30:25.2556935Z","@mt":"Package {NuGetPackage} will work on {TargetFramework}","@l":"Debug","NuGetPackage":"Microsoft.CodeAnalysis.NetAnalyzers, Version=6.0.0","TargetFramework":["net6.0-windows10.0.19041"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer"} -{"@t":"2022-06-09T14:30:25.2558208Z","@mt":"NuGet package {NuGetPackage} loaded from {PackagePath}","@l":"Debug","NuGetPackage":"Microsoft.Extensions.DependencyInjection, Version=6.0.0","PackagePath":"C:\\Users\\chrisho\\.nuget\\packages\\Microsoft.Extensions.DependencyInjection\\6.0.0\\Microsoft.Extensions.DependencyInjection.6.0.0.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:30:25.2632115Z","@mt":"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}","@l":"Debug","NuGetPackage":"Microsoft.Extensions.DependencyInjection.6.0.0","TargetFrameworks":["net6.0",".NETFramework,Version=v4.6.1",".NETStandard,Version=v2.0",".NETStandard,Version=v2.1"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:30:25.2633090Z","@mt":"Package {NuGetPackage} will work on {TargetFramework}","@l":"Debug","NuGetPackage":"Microsoft.Extensions.DependencyInjection, Version=6.0.0","TargetFramework":["net6.0-windows10.0.19041"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer"} -{"@t":"2022-06-09T14:30:25.2634425Z","@mt":"NuGet package {NuGetPackage} loaded from {PackagePath}","@l":"Debug","NuGetPackage":"Microsoft.Services.Store.Engagement, Version=10.1901.28001","PackagePath":"C:\\Users\\chrisho\\.nuget\\packages\\Microsoft.Services.Store.Engagement\\10.1901.28001\\Microsoft.Services.Store.Engagement.10.1901.28001.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:30:25.2717773Z","@mt":"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}","@l":"Debug","NuGetPackage":"Microsoft.Services.Store.Engagement.10.1901.28001","TargetFrameworks":["Any,Version=v0.0"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:30:25.2718706Z","@mt":"Package {NuGetPackage} will work on {TargetFramework}","@l":"Debug","NuGetPackage":"Microsoft.Services.Store.Engagement, Version=10.1901.28001","TargetFramework":["net6.0-windows10.0.19041"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer"} -{"@t":"2022-06-09T14:30:25.2720026Z","@mt":"NuGet package {NuGetPackage} loaded from {PackagePath}","@l":"Debug","NuGetPackage":"Microsoft.Toolkit.Uwp.UI.Controls, Version=7.1.2","PackagePath":"C:\\Users\\chrisho\\.nuget\\packages\\Microsoft.Toolkit.Uwp.UI.Controls\\7.1.2\\Microsoft.Toolkit.Uwp.UI.Controls.7.1.2.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:30:25.2782318Z","@mt":"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}","@l":"Debug","NuGetPackage":"Microsoft.Toolkit.Uwp.UI.Controls.7.1.2","TargetFrameworks":["UAP,Version=v10.0.17763"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:30:25.2790808Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.toolkit.uwp.ui.controls/index.json","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:30:25.5676522Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.toolkit.uwp.ui.controls/index.json 288ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:30:25.5830422Z","@mt":"No version of {PackageName} found that supports {TargetFramework}; leaving unchanged","@l":"Warning","PackageName":"Microsoft.Toolkit.Uwp.UI.Controls","TargetFramework":["net6.0-windows10.0.19041"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer"} -{"@t":"2022-06-09T14:30:25.5927605Z","@mt":"NuGet package {NuGetPackage} loaded from {PackagePath}","@l":"Debug","NuGetPackage":"Microsoft.WindowsAppSDK, Version=1.1.0","PackagePath":"C:\\Users\\chrisho\\.nuget\\packages\\Microsoft.WindowsAppSDK\\1.1.0\\Microsoft.WindowsAppSDK.1.1.0.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:30:25.5994609Z","@mt":"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}","@l":"Debug","NuGetPackage":"Microsoft.WindowsAppSDK.1.1.0","TargetFrameworks":["net5.0-windows10.0.17763","net5.0-windows10.0.18362","UAP,Version=v10.0","UAP,Version=v10.0.17763","UAP,Version=v10.0.18362","Windows,Version=v1.0,Profile=arm64","Windows,Version=v1.0,Profile=x64","Windows,Version=v1.0,Profile=x86"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:30:25.5995872Z","@mt":"Package {NuGetPackage} will work on {TargetFramework}","@l":"Debug","NuGetPackage":"Microsoft.WindowsAppSDK, Version=1.1.0","TargetFramework":["net6.0-windows10.0.19041"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer"} -{"@t":"2022-06-09T14:30:25.5998163Z","@mt":"NuGet package {NuGetPackage} loaded from {PackagePath}","@l":"Debug","NuGetPackage":"Microsoft.Xaml.Behaviors.Uwp.Managed, Version=2.0.1","PackagePath":"C:\\Users\\chrisho\\.nuget\\packages\\Microsoft.Xaml.Behaviors.Uwp.Managed\\2.0.1\\Microsoft.Xaml.Behaviors.Uwp.Managed.2.0.1.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:30:25.6098637Z","@mt":"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}","@l":"Debug","NuGetPackage":"Microsoft.Xaml.Behaviors.Uwp.Managed.2.0.1","TargetFrameworks":["UAP,Version=v10.0"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:30:25.6106660Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.xaml.behaviors.uwp.managed/index.json","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:30:25.7830168Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.xaml.behaviors.uwp.managed/index.json 172ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:30:25.7937928Z","@mt":"No version of {PackageName} found that supports {TargetFramework}; leaving unchanged","@l":"Warning","PackageName":"Microsoft.Xaml.Behaviors.Uwp.Managed","TargetFramework":["net6.0-windows10.0.19041"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer"} -{"@t":"2022-06-09T14:30:25.8015700Z","@mt":"NuGet package {NuGetPackage} loaded from {PackagePath}","@l":"Debug","NuGetPackage":"NLog.Extensions.Logging, Version=5.0.0","PackagePath":"C:\\Users\\chrisho\\.nuget\\packages\\NLog.Extensions.Logging\\5.0.0\\NLog.Extensions.Logging.5.0.0.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:30:25.8100250Z","@mt":"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}","@l":"Debug","NuGetPackage":"NLog.Extensions.Logging.5.0.0","TargetFrameworks":[".NETCoreApp,Version=v3.1","net5.0",".NETFramework,Version=v4.6.1",".NETStandard,Version=v1.3",".NETStandard,Version=v1.5",".NETStandard,Version=v2.0"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:30:25.8101261Z","@mt":"Package {NuGetPackage} will work on {TargetFramework}","@l":"Debug","NuGetPackage":"NLog.Extensions.Logging, Version=5.0.0","TargetFramework":["net6.0-windows10.0.19041"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer"} -{"@t":"2022-06-09T14:30:25.8102577Z","@mt":"NuGet package {NuGetPackage} loaded from {PackagePath}","@l":"Debug","NuGetPackage":"StyleCop.Analyzers, Version=1.1.118","PackagePath":"C:\\Users\\chrisho\\.nuget\\packages\\StyleCop.Analyzers\\1.1.118\\StyleCop.Analyzers.1.1.118.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:30:25.8192864Z","@mt":"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}","@l":"Debug","NuGetPackage":"StyleCop.Analyzers.1.1.118","TargetFrameworks":["Any,Version=v0.0"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:30:25.8193798Z","@mt":"Package {NuGetPackage} will work on {TargetFramework}","@l":"Debug","NuGetPackage":"StyleCop.Analyzers, Version=1.1.118","TargetFramework":["net6.0-windows10.0.19041"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer"} -{"@t":"2022-06-09T14:30:25.8194991Z","@mt":"NuGet package {NuGetPackage} loaded from {PackagePath}","@l":"Debug","NuGetPackage":"Microsoft.Graphics.Win2D, Version=1.0.0.30","PackagePath":"C:\\Users\\chrisho\\.nuget\\packages\\Microsoft.Graphics.Win2D\\1.0.0.30\\Microsoft.Graphics.Win2D.1.0.0.30.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:30:25.8258685Z","@mt":"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}","@l":"Debug","NuGetPackage":"Microsoft.Graphics.Win2D.1.0.0.30","TargetFrameworks":[".NETCoreApp,Version=v3.0","net5.0-windows10.0.18362",".NETFramework,Version=v4.5","UAP,Version=v10.0"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:30:25.8259639Z","@mt":"Package {NuGetPackage} will work on {TargetFramework}","@l":"Debug","NuGetPackage":"Microsoft.Graphics.Win2D, Version=1.0.0.30","TargetFramework":["net6.0-windows10.0.19041"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer"} -{"@t":"2022-06-09T14:30:25.8259858Z","@mt":"No package updates needed","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2022-06-09T14:30:25.8287636Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Target compatibility reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:30:25.8288044Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Upgrade assistant reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:30:25.8356896Z","@mt":"Analyzing packages with {AnalyzerName}","@l":"Debug","AnalyzerName":"Upgrade assistant reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2022-06-09T14:30:25.8365430Z","@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-06-09T14:30:26.0035481Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.dotnet.upgradeassistant.extensions.default.analyzers/index.json 166ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:30:26.0181374Z","@mt":"Reference to .NET Upgrade Assistant analyzer package ({AnalyzerPackageName}, version {AnalyzerPackageVersion}) needs to be added","AnalyzerPackageName":"Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers","AnalyzerPackageVersion":"0.3.330701","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.UpgradeAssistantReferenceAnalyzer"} -{"@t":"2022-06-09T14:30:26.0231275Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Upgrade assistant reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:30:26.0231543Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Add package 'Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:30:26.0238550Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Add package 'Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:30:26.0239285Z","@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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:30:26.0310604Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:26.0311882Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\adfa5ca4-9a88-4e31-93f8-9b07cb87feab\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:26.0314605Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\adfa5ca4-9a88-4e31-93f8-9b07cb87feab\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:26.0315170Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:26.0579568Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:26.1640472Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:26.1642729Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:26.1735509Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:26.1736686Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\df687020-d175-468c-8d06-b7631eebe4c8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:26.1742395Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\df687020-d175-468c-8d06-b7631eebe4c8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:26.1743658Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:26.2043524Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:26.2985598Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:26.2986976Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:26.3173878Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:26.3174827Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1c183633-0f87-4690-a874-e32ae4a65ace\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:26.3177444Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1c183633-0f87-4690-a874-e32ae4a65ace\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:26.3178087Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:26.3461192Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:26.4442790Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:26.4444181Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:26.4537696Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:26.4538734Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8992a44e-af3d-45cd-81e5-93db966ed8ca\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:26.4541519Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8992a44e-af3d-45cd-81e5-93db966ed8ca\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:26.4542087Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:26.4836052Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:26.5818636Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:26.5820700Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:26.5927909Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:26.5928876Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1c83e4f8-b561-4100-988f-610907296789\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:26.5931909Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1c83e4f8-b561-4100-988f-610907296789\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:26.5932446Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:26.6251338Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:26.7232930Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:26.7234313Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:26.7316262Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:26.7317040Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c0ede915-5d31-4b89-b2c9-de2f9a27255d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:26.7320145Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c0ede915-5d31-4b89-b2c9-de2f9a27255d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:26.7320696Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:26.7609002Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:26.8503231Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:26.8504723Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:26.8614278Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:26.8615219Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\65cc0f34-b949-4096-a9f4-7092d00d4b1b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:26.8618548Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\65cc0f34-b949-4096-a9f4-7092d00d4b1b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:26.8619101Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:26.8948710Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:26.9816330Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:26.9817858Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:26.9920717Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:26.9921963Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ef60bfbc-387e-46b3-9b77-ecb6bb929cd4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:26.9924999Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ef60bfbc-387e-46b3-9b77-ecb6bb929cd4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:26.9925595Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:27.0202999Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:27.1181029Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:27.1182474Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:27.1275142Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:27.1276295Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\37cf4a91-bd3f-4f59-9b97-b936bef22312\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:27.1279122Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\37cf4a91-bd3f-4f59-9b97-b936bef22312\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:27.1279688Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:27.1550514Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:27.2443795Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:27.2445164Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:27.2524634Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:27.2525378Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8987bbc2-1b79-4ef5-9bc0-a1714514b0e6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:27.2528528Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8987bbc2-1b79-4ef5-9bc0-a1714514b0e6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:27.2529067Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:27.2848603Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:27.3781967Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:27.3783582Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:27.3940824Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:27.3941845Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\11eec728-7908-42b0-8df0-6293cba49928\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:27.3948319Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\11eec728-7908-42b0-8df0-6293cba49928\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:27.3950230Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:27.4236405Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:27.5161219Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:27.5162645Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:27.5260184Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:27.5261368Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\be643509-c557-4491-b356-6df52e09a7bd\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:27.5264135Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\be643509-c557-4491-b356-6df52e09a7bd\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:27.5264829Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:27.5557375Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:27.6488622Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:27.6490286Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:27.6598244Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:27.6599502Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fdbe79fd-2c55-4965-8bf1-b807381fa930\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:27.6602822Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fdbe79fd-2c55-4965-8bf1-b807381fa930\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:27.6603605Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:27.6883046Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:27.7870502Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:27.7871903Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:27.7950323Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:27.7951076Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\77af54c7-fa67-487b-910f-91fb43e94c11\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:27.7953930Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\77af54c7-fa67-487b-910f-91fb43e94c11\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:27.7954476Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:27.8244567Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:27.9255479Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:27.9256904Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:27.9360884Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:27.9361864Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c35fcf09-f8fc-4d2a-baae-7f122d1ac152\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:27.9364818Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c35fcf09-f8fc-4d2a-baae-7f122d1ac152\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:27.9365371Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:27.9657737Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:28.0550207Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:28.0551808Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:28.0635016Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:28.0635787Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\741aa11c-62ca-4b73-bbaf-21a31c3b0579\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:28.0638650Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\741aa11c-62ca-4b73-bbaf-21a31c3b0579\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:28.0639252Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:28.0944910Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:28.1918534Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:28.1919851Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:28.2049937Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:28.2051245Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\881907b1-09ed-4c3e-9a6a-4fbf351cb4da\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:28.2054085Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\881907b1-09ed-4c3e-9a6a-4fbf351cb4da\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:28.2054626Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:28.2343817Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:28.3272008Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:28.3273570Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:28.3384122Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:28.3385288Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e0ce8175-3cc7-4d1a-9283-cb7a9d30c022\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:28.3388050Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e0ce8175-3cc7-4d1a-9283-cb7a9d30c022\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:28.3388668Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:28.3664147Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:28.4613272Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:28.4614759Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:28.4719361Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:28.4720787Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\19a62a9d-3362-470a-85d5-1005b28e087b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:28.4724194Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\19a62a9d-3362-470a-85d5-1005b28e087b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:28.4727067Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:28.5023648Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:28.6075977Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:28.6077292Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:28.6179738Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:28.6180916Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7d3d9e59-fa62-41e8-909b-cab1b4c6c49f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:28.6183446Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7d3d9e59-fa62-41e8-909b-cab1b4c6c49f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:28.6184006Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:28.6474669Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:28.7382867Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:28.7384193Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:28.7483023Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:28.7484302Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6ebd2649-88ff-4ad5-8e8b-f300a1d0d062\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:28.7488907Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6ebd2649-88ff-4ad5-8e8b-f300a1d0d062\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:28.7489778Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:28.7883101Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:28.8865279Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:28.8866848Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:28.8963560Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:28.8964742Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\eefb69aa-adf6-473b-9e3b-3fa4cbcd2b18\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:28.8967410Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\eefb69aa-adf6-473b-9e3b-3fa4cbcd2b18\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:28.8967973Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:28.9259325Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:29.0186204Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:29.0187669Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:29.0319855Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:29.0321112Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\eaf348f2-3206-4b60-ae0a-c3d0a1638657\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:29.0324681Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\eaf348f2-3206-4b60-ae0a-c3d0a1638657\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:29.0325604Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:29.0630165Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:29.2057997Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:29.2059438Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:29.2145505Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:29.2147666Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5d0c051c-a110-44d5-a367-3a951a366d89\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:29.2150841Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5d0c051c-a110-44d5-a367-3a951a366d89\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:29.2151676Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:29.2440619Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:29.3360384Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:29.3361789Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:29.3466507Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:29.3468107Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\145a9af0-0bc1-466f-83f1-f2ffdb465493\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:29.3474029Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\145a9af0-0bc1-466f-83f1-f2ffdb465493\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:29.3475117Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:29.3817762Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:29.4787047Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:29.4788442Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:29.4894695Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:29.4895931Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\211564a1-3485-48b2-8bc1-ee8cd7f9921a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:29.4898490Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\211564a1-3485-48b2-8bc1-ee8cd7f9921a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:29.4899024Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:29.5180610Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:29.6131995Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:29.6134357Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:29.6285999Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:29.6287014Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ff4e4eae-f5b2-4f96-8748-5a393b5bd665\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:29.6290275Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ff4e4eae-f5b2-4f96-8748-5a393b5bd665\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:29.6291051Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:29.6612104Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:29.7594937Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:29.7596335Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:29.7702781Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:29.7704031Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\82c15c13-40ed-4910-b972-2560b53b0f81\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:29.7706760Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\82c15c13-40ed-4910-b972-2560b53b0f81\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:29.7707339Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:29.8015240Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:29.8910300Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:29.8911689Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:29.9021456Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:29.9022395Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b57fae0e-b4e3-4a58-8712-7ebc401f6304\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:29.9025319Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b57fae0e-b4e3-4a58-8712-7ebc401f6304\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:29.9025854Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:29.9338258Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:30.0335629Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:30.0337032Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:30.0428644Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:30.0429455Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\91f2261c-3173-489c-aa8a-18a2da36fb3d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:30.0432539Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\91f2261c-3173-489c-aa8a-18a2da36fb3d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:30.0433080Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:30.0737654Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:30.1681400Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:30.1682781Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:30.1798395Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:30.1799702Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cb773ae7-a7bf-46f4-b46e-a03313877bbc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:30.1802541Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cb773ae7-a7bf-46f4-b46e-a03313877bbc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:30.1803103Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:30.2126854Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:30.3112583Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:30.3114150Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:30.3205572Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:30.3206381Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2fdc0c6f-9307-4d38-94b0-7bbabcf48de6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:30.3209394Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2fdc0c6f-9307-4d38-94b0-7bbabcf48de6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:30.3210052Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:30.3481864Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:30.4400315Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:30.4402330Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:30.4518516Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:30.4519458Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0d8426c3-b824-4ac7-893f-e585e55fd984\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:30.4522566Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0d8426c3-b824-4ac7-893f-e585e55fd984\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:30.4523099Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:30.4803688Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:30.5715566Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:30.5717140Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:30.5815324Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:30.5816096Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f16b69de-e45c-4ffb-bc99-220a697ce0da\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:30.5819054Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f16b69de-e45c-4ffb-bc99-220a697ce0da\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:30.5819600Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:30.6103652Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:30.7101424Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:30.7102908Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:30.7208104Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:30.7209422Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fd12893b-6bbb-4445-ae79-366c1ce909ae\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:30.7211966Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fd12893b-6bbb-4445-ae79-366c1ce909ae\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:30.7212509Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:30.7514832Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:30.8436364Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:30.8437940Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:30.8523201Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:30.8523767Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c009aeaf-e0ef-416b-b40e-ec006f4e4666\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:30.8526830Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c009aeaf-e0ef-416b-b40e-ec006f4e4666\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:30.8527447Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:30.8811244Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:30.9680931Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:30.9682664Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:30.9852995Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:30.9854567Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\14c3bd10-0ed6-4a11-9f64-32a78dd969bb\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:30.9857614Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\14c3bd10-0ed6-4a11-9f64-32a78dd969bb\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:30.9858165Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:31.0149814Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:31.1027493Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:31.1028931Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:31.1120097Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:31.1121573Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5590549a-4baa-4537-b8e5-f45a479c3e1c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:31.1124937Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5590549a-4baa-4537-b8e5-f45a479c3e1c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:31.1125637Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:31.1382326Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:31.2268356Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:31.2270288Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:31.2362655Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:31.2363627Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bdef2e87-9cb6-4c51-918c-aa894a49f86f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:31.2368285Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bdef2e87-9cb6-4c51-918c-aa894a49f86f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:31.2369504Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:31.2644486Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:31.3578808Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:31.3580284Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:31.3663110Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:31.3664122Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\70ca9f28-a4c2-450e-a3d4-43406085908e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:31.3667083Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\70ca9f28-a4c2-450e-a3d4-43406085908e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:31.3667658Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:31.3937726Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:31.4818242Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:31.4819976Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:31.4944108Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:31.4945366Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\700afc92-a618-457c-b88a-8f2763b72eed\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:31.4947959Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\700afc92-a618-457c-b88a-8f2763b72eed\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:31.4948568Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:31.5250480Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:31.6183331Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:31.6184826Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:31.6271241Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:31.6272230Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ec223121-3387-442f-a9c5-b41551e89126\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:31.6275209Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ec223121-3387-442f-a9c5-b41551e89126\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:31.6275771Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:31.6645793Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:31.7664683Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:31.7666467Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:31.7787962Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:31.7788941Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\95445498-9c37-4bad-8085-fe5d2f6e7e2b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:31.7792015Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\95445498-9c37-4bad-8085-fe5d2f6e7e2b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:31.7792582Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:31.8115783Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:31.9055229Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:31.9056703Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:31.9141139Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:31.9142304Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\220c82cf-f432-4b08-9653-f375dc1229eb\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:31.9144769Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\220c82cf-f432-4b08-9653-f375dc1229eb\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:31.9145337Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:31.9425863Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:32.0776478Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:32.0778252Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:32.0888548Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:32.0889710Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fa0240df-8992-433b-8e15-fa5f98fd7c09\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:32.0892381Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fa0240df-8992-433b-8e15-fa5f98fd7c09\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:32.0892966Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:32.1160430Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:32.2173387Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:32.2176974Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:32.2279231Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:32.2280382Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b9c39ccc-71bc-4396-86f1-7ef04934cda6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:32.2283883Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b9c39ccc-71bc-4396-86f1-7ef04934cda6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:32.2285015Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:32.2588396Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:32.3575753Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:32.3577172Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:32.3701031Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:32.3702023Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fa7dee00-0d59-4349-b7e6-f6e90c907e4a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:32.3707963Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fa7dee00-0d59-4349-b7e6-f6e90c907e4a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:32.3709920Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:32.4001444Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:32.4999962Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:32.5001390Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:32.5093638Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:32.5094975Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c2268d9e-43b4-41d6-a518-241f20947e90\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:32.5097759Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c2268d9e-43b4-41d6-a518-241f20947e90\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:32.5098297Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:32.5395381Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:32.6374234Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:32.6375605Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:32.6484084Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:32.6485091Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cf41e368-f90e-43f5-b3d2-eba45c64ec84\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:32.6488366Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cf41e368-f90e-43f5-b3d2-eba45c64ec84\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:32.6488926Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:32.6802765Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:32.7753680Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:32.7757851Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:32.7846021Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:32.7846766Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cc97e590-b904-498e-bd3a-f2c5e4acbabb\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:32.7849852Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cc97e590-b904-498e-bd3a-f2c5e4acbabb\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:32.7850388Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:32.8141529Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:32.9102910Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:32.9104564Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:32.9205401Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:32.9206914Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\08101678-20fd-402b-972a-62d533103a36\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:32.9210248Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\08101678-20fd-402b-972a-62d533103a36\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:32.9210780Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:32.9512874Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:33.0481062Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:33.0482403Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:33.0568475Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:33.0569936Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d0266d44-14fa-4ca4-92df-dea33bea4b6a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:33.0572947Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d0266d44-14fa-4ca4-92df-dea33bea4b6a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:33.0573505Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:33.0857237Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:33.1789151Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:33.1790556Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:33.1897232Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:33.1898218Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bd343561-392e-422b-bb80-31bf6e9c6b29\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:33.1913987Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bd343561-392e-422b-bb80-31bf6e9c6b29\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:33.1914679Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:33.2207144Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:33.3171456Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:33.3172810Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:33.3282056Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:33.3283023Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4e53ad96-559f-4280-a33e-ef023c09bfb8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:33.3286329Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4e53ad96-559f-4280-a33e-ef023c09bfb8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:33.3286887Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:33.3574503Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:33.4525331Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:33.4527292Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:33.4650693Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:33.4651667Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6e642abd-ab31-4a0b-92c0-390aef30a33b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:33.4654555Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6e642abd-ab31-4a0b-92c0-390aef30a33b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:33.4655080Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:33.4981890Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:33.5929350Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:33.5930873Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:33.6083363Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:33.6085484Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\596eee6d-8d68-49d4-90b0-011bd74e7c77\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:33.6089336Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\596eee6d-8d68-49d4-90b0-011bd74e7c77\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:33.6089945Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:33.6385566Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:33.7288198Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:33.7289679Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:39.8001577Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Add package 'Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2022-06-09T14:30:39.8019109Z","@mt":"Adding package reference: {PackageReference}","PackageReference":"Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers, Version=0.3.330701","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"} -{"@t":"2022-06-09T14:30:39.8028892Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Add package 'Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2022-06-09T14:30:39.8037240Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Upgrade assistant reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2022-06-09T14:30:39.8044587Z","@mt":"Saving changes to project file","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"} -{"@t":"2022-06-09T14:30:39.9689833Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Openhab.Core.csproj' with message: C:\\Program Files\\dotnet\\sdk\\6.0.300\\Sdks\\Microsoft.NET.Sdk\\targets\\Microsoft.NET.Sdk.FrameworkReferenceResolution.targets: (90, 5): The \"ProcessFrameworkReferences\" 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.ProcessFrameworkReferences.ProcessRuntimeIdentifier(String runtimeIdentifier, KnownRuntimePack selectedRuntimePack, String runtimePackVersion, List`1 additionalFrameworkReferencesForRuntimePack, HashSet`1 unrecognizedRuntimeIdentifiers, List`1 unavailableRuntimePacks, List`1 runtimePacks, List`1 packagesToDownload, String isTrimmable, Boolean addRuntimePackAndDownloadIfNecessary)\r\n at Microsoft.NET.Build.Tasks.ProcessFrameworkReferences.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-06-09T14:30:40.0437371Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\openHAB.Windows.csproj' with message: C:\\Program Files\\dotnet\\sdk\\6.0.300\\Sdks\\Microsoft.NET.Sdk\\targets\\Microsoft.NET.Sdk.FrameworkReferenceResolution.targets: (90, 5): The \"ProcessFrameworkReferences\" 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.ProcessFrameworkReferences.ProcessRuntimeIdentifier(String runtimeIdentifier, KnownRuntimePack selectedRuntimePack, String runtimePackVersion, List`1 additionalFrameworkReferencesForRuntimePack, HashSet`1 unrecognizedRuntimeIdentifiers, List`1 unavailableRuntimePacks, List`1 runtimePacks, List`1 packagesToDownload, String isTrimmable, Boolean addRuntimePackAndDownloadIfNecessary)\r\n at Microsoft.NET.Build.Tasks.ProcessFrameworkReferences.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-06-09T14:30:40.0440717Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Warning","Message":"Found project reference without a matching metadata reference: D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Openhab.Core.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2022-06-09T14:30:40.0441212Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Warning","Message":"Found project reference without a matching metadata reference: D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\OpenHAB.Core\\OpenHAB.Core.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2022-06-09T14:30:40.0465548Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Upgrade assistant reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2022-06-09T14:30:50.5354724Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:50.5356310Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\375e5836-2a57-46f7-9d99-da3404248aec\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:50.5359645Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\375e5836-2a57-46f7-9d99-da3404248aec\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:50.5360239Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:50.5674257Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:50.6715707Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:50.6717231Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:50.6805961Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:50.6806768Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6a1b3332-d365-4f22-bbb8-bc8b4866f7dd\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:50.6810804Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6a1b3332-d365-4f22-bbb8-bc8b4866f7dd\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:50.6812010Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:50.7112162Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:50.8023546Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:50.8024942Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:50.8112543Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:50.8113487Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\74c133fb-418f-48c6-84d1-5f4166dce4db\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:50.8116619Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\74c133fb-418f-48c6-84d1-5f4166dce4db\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:50.8117179Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:50.8425361Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:50.9313760Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:50.9315503Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:50.9403392Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:50.9404021Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c2385fa1-2c39-42e0-9e8e-232df58e2b9f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:50.9407516Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c2385fa1-2c39-42e0-9e8e-232df58e2b9f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:50.9408155Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:50.9724375Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:51.0670937Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:51.0672635Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:51.0722195Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Windows Compatibility Pack Analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:30:51.0769032Z","@mt":"Analyzing packages with {AnalyzerName}","@l":"Debug","AnalyzerName":"Windows Compatibility Pack Analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2022-06-09T14:30:51.0820380Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:51.0821262Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\51a72996-585f-497e-98fc-6f86b4b1f02c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:51.0824035Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\51a72996-585f-497e-98fc-6f86b4b1f02c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:51.0824794Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:51.1113738Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:51.2059478Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:51.2063397Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:51.2108833Z","@mt":"{PackageName} already referenced transitively","@l":"Debug","PackageName":"Microsoft.Windows.Compatibility","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.WindowsCompatReferenceAnalyzer"} -{"@t":"2022-06-09T14:30:51.2109520Z","@mt":"No package updates needed","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2022-06-09T14:30:51.2162477Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Windows Compatibility Pack Analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:30:51.2162738Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"MyDotAnalyzer reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:30:51.2184230Z","@mt":"Analyzing packages with {AnalyzerName}","@l":"Debug","AnalyzerName":"MyDotAnalyzer reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2022-06-09T14:30:51.2184859Z","@mt":"{Project} is not a VB class library","@l":"Debug","Project":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\openHAB.Windows.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.VisualBasic.MyDotAnalyzer"} -{"@t":"2022-06-09T14:30:51.2185022Z","@mt":"No package updates needed","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2022-06-09T14:30:51.2191900Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"MyDotAnalyzer reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:30:51.2192097Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Newtonsoft.Json reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:30:51.2200923Z","@mt":"Analyzing packages with {AnalyzerName}","@l":"Debug","AnalyzerName":"Newtonsoft.Json reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2022-06-09T14:30:51.2244537Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:51.2245712Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\820aef6d-2777-4b62-8188-b1baf517b27d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:51.2248224Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\820aef6d-2777-4b62-8188-b1baf517b27d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:51.2248799Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:51.2544482Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:51.3944702Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:51.3946166Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:51.4038355Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:51.4039580Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ed050caa-73a5-47e0-adfb-f70247d11d10\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:51.4042519Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ed050caa-73a5-47e0-adfb-f70247d11d10\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:51.4043107Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:51.4334418Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:51.5244732Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:51.5246228Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:51.5289188Z","@mt":"No package updates needed","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2022-06-09T14:30:51.5329235Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Newtonsoft.Json reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:30:51.5330216Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Windows App SDK package analysis","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:30:51.5373488Z","@mt":"Analyzing packages with {AnalyzerName}","@l":"Debug","AnalyzerName":"Windows App SDK package analysis","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2022-06-09T14:30:51.5412842Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:51.5413612Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4e537245-ac47-4492-94b0-83b6cab12cbe\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:51.5417379Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4e537245-ac47-4492-94b0-83b6cab12cbe\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:51.5417957Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:51.5727373Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:51.6633274Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:51.6635209Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:51.6728076Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:51.6729925Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8fa0000a-1110-4ab4-bcfd-eaee57b8fd5d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:51.6733448Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8fa0000a-1110-4ab4-bcfd-eaee57b8fd5d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:51.6734906Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:51.7044491Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:51.8082208Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:51.8083706Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:51.8138153Z","@mt":"NuGet package {NuGetPackage} not found in package cache","@l":"Debug","NuGetPackage":"CommunityToolkit.WinUI.UI.Controls, Version=7.1.2","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:30:51.8478456Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/communitytoolkit.winui.ui.controls/index.json","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:30:52.0140949Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/communitytoolkit.winui.ui.controls/index.json 166ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:30:52.0222244Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/communitytoolkit.winui.ui.controls/7.1.2/communitytoolkit.winui.ui.controls.7.1.2.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:30:52.0512202Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/communitytoolkit.winui.ui.controls/7.1.2/communitytoolkit.winui.ui.controls.7.1.2.nupkg 28ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:30:52.0642274Z","@mt":"Package {NuGetPackage} downloaded from feed {NuGetFeed}","@l":"Debug","NuGetPackage":"CommunityToolkit.WinUI.UI.Controls, Version=7.1.2","NuGetFeed":"https://api.nuget.org/v3/index.json","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:30:52.0644668Z","@mt":"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}","@l":"Debug","NuGetPackage":"CommunityToolkit.WinUI.UI.Controls.7.1.2","TargetFrameworks":["net5.0-windows10.0.18362"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:30:52.0645551Z","@mt":"UWP Package not supported. Replacing Microsoft.Toolkit.Uwp.UI.Controls v7.1.2 with CommunityToolkit.WinUI.UI.Controls v7.1.2","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.UWPtoWinAppSDKUpgrade.WinUIReferenceAnalyzer"} -{"@t":"2022-06-09T14:30:52.0690224Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Windows App SDK package analysis","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:30:52.0690491Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Remove package 'Microsoft.Toolkit.Uwp.UI.Controls'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:30:52.0706202Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Remove package 'Microsoft.Toolkit.Uwp.UI.Controls'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:30:52.0707064Z","@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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:30:52.0764091Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:52.0765465Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\706333ca-bb80-414e-9ddf-36755a09174c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:52.0768167Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\706333ca-bb80-414e-9ddf-36755a09174c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:52.0768755Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:52.1067037Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:52.1980002Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:52.1981470Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:52.2067331Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:52.2068517Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9cdb0f60-1835-47ac-b96e-e496f405314f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:52.2071188Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9cdb0f60-1835-47ac-b96e-e496f405314f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:52.2071759Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:52.2358792Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:52.3370256Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:52.3373851Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:52.3554807Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:52.3555719Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\221620ac-a9d6-4465-be77-6b262fb5311b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:52.3558253Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\221620ac-a9d6-4465-be77-6b262fb5311b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:52.3558936Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:52.3866452Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:52.4854792Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:52.4856472Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:52.4947713Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:52.4948718Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8fee942c-b283-4709-8149-372cf22be81a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:52.4951483Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8fee942c-b283-4709-8149-372cf22be81a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:52.4952054Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:52.5239374Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:52.6130309Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:52.6131711Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:52.6242639Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:52.6243545Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6dc23135-35ed-4113-a851-819f1dddd1dc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:52.6246589Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6dc23135-35ed-4113-a851-819f1dddd1dc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:52.6247121Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:52.6564246Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:52.7533500Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:52.7534845Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:52.7626653Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:52.7627654Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\11967a49-0482-41f7-9423-84931af9b80f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:52.7630294Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\11967a49-0482-41f7-9423-84931af9b80f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:52.7630878Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:52.7925867Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:52.8816995Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:52.8818392Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:52.8915292Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:52.8916355Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bfb8fb85-6bba-4c66-99cd-86cbe442023f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:52.8919198Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bfb8fb85-6bba-4c66-99cd-86cbe442023f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:52.8919761Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:52.9228142Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:53.0104842Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:53.0106381Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:53.0188825Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:53.0189417Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bc043288-a63f-464e-8a51-bdaeafd3c39c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:53.0192687Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bc043288-a63f-464e-8a51-bdaeafd3c39c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:53.0193238Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:53.0474073Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:53.1423849Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:53.1425302Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:53.1520291Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:53.1521658Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\341ba466-6293-4828-bdb8-1816ab3394df\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:53.1524423Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\341ba466-6293-4828-bdb8-1816ab3394df\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:53.1525016Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:53.1805985Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:53.2675025Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:53.2676510Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:53.2778399Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:53.2779326Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\275247b1-1407-4b9d-aca8-06820a77177a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:53.2782262Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\275247b1-1407-4b9d-aca8-06820a77177a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:53.2782810Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:53.3062450Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:53.3952156Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:53.3953534Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:53.4063998Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:53.4064913Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\85eab677-8347-40c5-8f85-46b4a1af7799\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:53.4068138Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\85eab677-8347-40c5-8f85-46b4a1af7799\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:53.4068771Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:53.4365097Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:53.5289900Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:53.5291397Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:53.5386276Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:53.5387924Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a5422d71-0102-4467-81a2-5ec296e8a5d9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:53.5391770Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a5422d71-0102-4467-81a2-5ec296e8a5d9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:53.5392972Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:53.5679444Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:53.6591052Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:53.6592326Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:53.6682531Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:53.6683979Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\56adf398-99f4-464c-8249-7998b5060626\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:53.6687198Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\56adf398-99f4-464c-8249-7998b5060626\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:53.6687768Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:53.6964458Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:53.7888106Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:53.7890339Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:53.7988044Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:53.7989204Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\327a0091-7c40-4fb9-a0e2-b40e37100a01\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:53.7991932Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\327a0091-7c40-4fb9-a0e2-b40e37100a01\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:53.7992478Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:53.8259409Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:53.9153964Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:53.9155749Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:53.9237013Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:53.9237884Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8326488d-4aa3-4b62-870a-ffd3806d00a4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:53.9241017Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8326488d-4aa3-4b62-870a-ffd3806d00a4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:53.9241578Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:53.9513957Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:54.0377888Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:54.0379180Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:54.0457994Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:54.0459107Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c0ddbdcd-e315-4014-8bf5-5ee83fcb5758\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:54.0461498Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c0ddbdcd-e315-4014-8bf5-5ee83fcb5758\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:54.0462043Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:54.0731318Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:54.1667210Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:54.1669102Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:54.1781565Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:54.1782654Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\eb9d0746-5960-438f-add0-96e00f3029f2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:54.1786810Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\eb9d0746-5960-438f-add0-96e00f3029f2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:54.1787543Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:54.2081717Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:54.2974851Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:54.2976128Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:54.3071962Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:54.3073182Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\64c20c21-151b-4bd8-b95b-11066db55279\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:54.3075700Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\64c20c21-151b-4bd8-b95b-11066db55279\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:54.3076242Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:54.3348285Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:54.4297661Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:54.4299069Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:54.4463486Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:54.4466129Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3eb6b7d7-8cb5-4663-8be1-ebe555c5b397\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:54.4469118Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3eb6b7d7-8cb5-4663-8be1-ebe555c5b397\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:54.4469669Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:54.4764605Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:54.5623635Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:54.5625004Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:54.5719536Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:54.5720298Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9bad63d5-4cd8-4516-b5ba-c0dd145d01b5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:54.5723231Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9bad63d5-4cd8-4516-b5ba-c0dd145d01b5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:54.5723776Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:54.5997614Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:54.6845735Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:54.6847258Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:54.6964934Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:54.6965987Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\734ef4d6-2a19-4dc0-bd7b-e4364dd7bc1e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:54.6969361Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\734ef4d6-2a19-4dc0-bd7b-e4364dd7bc1e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:54.6969906Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:54.7248148Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:54.8687287Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:54.8688754Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:54.8785103Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:54.8785782Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a8e8bc63-9326-4851-8839-7b94c4ab081d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:54.8789014Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a8e8bc63-9326-4851-8839-7b94c4ab081d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:54.8789547Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:54.9046999Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:54.9906935Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:54.9908337Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:55.0003512Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:55.0004430Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7dd34678-7b3d-478b-a948-5052025bec8a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:55.0007392Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7dd34678-7b3d-478b-a948-5052025bec8a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:55.0007910Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:55.0299783Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:55.1232916Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:55.1234317Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:55.1346452Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:55.1347971Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9bfc9de4-8a37-4e77-86cf-87230a144bd8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:55.1351934Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9bfc9de4-8a37-4e77-86cf-87230a144bd8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:55.1352539Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:55.1634507Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:55.2518656Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:55.2520634Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:55.2616054Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:55.2616955Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fa233e17-82a0-4372-8483-514b0fe00dbe\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:55.2620031Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fa233e17-82a0-4372-8483-514b0fe00dbe\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:55.2620551Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:55.2911614Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:55.3905659Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:55.3907017Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:55.3990951Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:55.3992086Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\70e1e50a-8ab6-4532-97e7-5464339e101c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:55.3994762Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\70e1e50a-8ab6-4532-97e7-5464339e101c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:55.3995464Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:55.4269816Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:55.5204152Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:55.5205613Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:55.5351681Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:55.5352584Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8d246564-045f-46e8-b521-595ff949522e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:55.5355525Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8d246564-045f-46e8-b521-595ff949522e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:55.5356044Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:55.5638101Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:55.6487061Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:55.6488504Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:55.6580669Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:55.6581661Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\26af38cf-f660-4067-81c2-a445c438ccc6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:55.6584429Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\26af38cf-f660-4067-81c2-a445c438ccc6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:55.6584991Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:55.6884034Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:55.7753493Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:55.7754811Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:55.7851885Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:55.7852715Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5660e0ef-f749-4212-8075-5c1490f39647\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:55.7855528Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5660e0ef-f749-4212-8075-5c1490f39647\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:55.7856070Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:55.8145064Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:55.9094696Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:55.9096499Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:55.9191921Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:55.9193204Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3e57e106-3f99-4f8e-be84-b2475214032a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:55.9195980Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3e57e106-3f99-4f8e-be84-b2475214032a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:55.9196640Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:55.9463909Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:56.0357359Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:56.0358737Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:56.0473607Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:56.0474559Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\011f57eb-7cdb-44da-83de-9625af2b03d8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:56.0477532Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\011f57eb-7cdb-44da-83de-9625af2b03d8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:56.0478080Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:56.0760742Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:56.1728339Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:56.1733039Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:56.1839192Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:56.1840048Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\395242c4-41b3-4b35-81e3-fa61a4302ba5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:56.1843138Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\395242c4-41b3-4b35-81e3-fa61a4302ba5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:56.1844332Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:56.2114469Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:56.3005756Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:56.3007196Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:56.3101920Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:56.3103228Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a8a75eee-13a9-4534-8b1c-39a6c70c12c4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:56.3106048Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a8a75eee-13a9-4534-8b1c-39a6c70c12c4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:56.3106583Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:56.3386492Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:56.4299740Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:56.4301516Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:56.4401862Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:56.4402955Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\83297230-e846-4e18-b7c7-9ca788a652bc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:56.4405542Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\83297230-e846-4e18-b7c7-9ca788a652bc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:56.4406578Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:56.4693913Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:56.5600413Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:56.5602009Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:56.5689734Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:56.5690591Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9595bf99-5516-4608-9e7b-7896e2f089dc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:56.5694663Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9595bf99-5516-4608-9e7b-7896e2f089dc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:56.5695248Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:56.5959381Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:56.6806884Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:56.6808188Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:56.6892888Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:56.6893424Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\be4185eb-b5ea-4377-a947-e6f242e2d8ca\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:56.6896908Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\be4185eb-b5ea-4377-a947-e6f242e2d8ca\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:56.6897449Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:56.7194105Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:56.8166289Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:56.8167689Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:56.8259607Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:56.8260858Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1edadc8e-3b8e-4671-bd19-409a06a24972\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:56.8263325Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1edadc8e-3b8e-4671-bd19-409a06a24972\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:56.8263864Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:56.8537338Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:56.9388246Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:56.9389574Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:56.9469352Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:56.9470354Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c94c7e3f-971b-4a1d-a65a-e45074161f87\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:56.9473944Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c94c7e3f-971b-4a1d-a65a-e45074161f87\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:56.9474580Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:56.9740158Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:57.0627227Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:57.0628645Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:57.0713417Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:57.0714394Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b22d895d-b475-4dc8-9176-6875b64fcc52\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:57.0717410Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b22d895d-b475-4dc8-9176-6875b64fcc52\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:57.0717942Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:57.0977952Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:57.1842996Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:57.1844299Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:57.1924260Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:57.1925875Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\845c0f9a-a555-48e1-9618-50b5905c9b2d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:57.1928591Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\845c0f9a-a555-48e1-9618-50b5905c9b2d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:57.1929117Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:57.2212404Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:57.3121856Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:57.3123678Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:57.3246262Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:57.3247244Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f2c3e570-37eb-4b72-ad23-abdb7fa62c54\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:57.3250060Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f2c3e570-37eb-4b72-ad23-abdb7fa62c54\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:57.3250593Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:57.3548165Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:57.4470692Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:57.4472065Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:57.4561645Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:57.4563317Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c5027d7a-bb39-4248-acf6-ac6023f23f33\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:57.4565930Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c5027d7a-bb39-4248-acf6-ac6023f23f33\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:57.4566465Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:57.4850809Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:57.5750025Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:57.5751733Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:57.5872099Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:57.5873638Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b9e9db5a-6fa6-4cf9-b6bf-e336f6af304b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:57.5877447Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b9e9db5a-6fa6-4cf9-b6bf-e336f6af304b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:57.5879033Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:57.6288118Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:57.7595479Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:57.7597588Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:57.7711621Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:57.7712509Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f47cc0ea-3759-4bd9-9638-63444b1a171e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:57.7716148Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f47cc0ea-3759-4bd9-9638-63444b1a171e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:57.7717200Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:57.8321406Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:58.1287142Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:58.1289524Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:58.1639840Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:58.1640841Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0434b642-7acf-42ba-9ab3-dfc3e1e519f1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:58.1645351Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0434b642-7acf-42ba-9ab3-dfc3e1e519f1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:58.1647941Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:58.2304330Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:58.4767250Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:58.4769881Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:58.5008549Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:58.5077866Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d58e5c65-7c8e-4cae-aa36-9b7fbad73c70\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:58.5150993Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d58e5c65-7c8e-4cae-aa36-9b7fbad73c70\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:58.5163586Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:58.6075982Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:58.9495372Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:58.9501444Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:58.9811983Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:58.9812913Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c46870c1-c7c3-455d-911a-b5ceab6748a3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:58.9816477Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c46870c1-c7c3-455d-911a-b5ceab6748a3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:58.9817642Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:59.0780171Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:59.5312892Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:59.5316330Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:59.5701138Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:59.5702134Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\57ab5785-409d-4415-9862-26970882688f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:59.5705944Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\57ab5785-409d-4415-9862-26970882688f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:59.5707116Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:30:59.6749416Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:00.0749052Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:00.0774879Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:00.1193064Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:00.1194085Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4be09957-085c-4e91-933b-b028577c4a39\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:00.1198076Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4be09957-085c-4e91-933b-b028577c4a39\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:00.1199228Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:00.2169425Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:00.6457322Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:00.6461348Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:00.6756642Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:00.6765467Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\465f9ae5-0e0e-4ba2-8fc8-a35111baf21f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:00.6782393Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\465f9ae5-0e0e-4ba2-8fc8-a35111baf21f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:00.6794859Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:00.8468910Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:01.1538614Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:01.1546010Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:01.2060340Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:01.2061656Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cda126c9-c302-4734-b59c-2f661ae8ab97\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:01.2065802Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cda126c9-c302-4734-b59c-2f661ae8ab97\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:01.2066924Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:01.3889660Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:01.8055449Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:01.8058684Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:01.8523824Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:01.8524882Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c82ac0b1-0ed0-4c26-b5e5-67eca717f25c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:01.8532172Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c82ac0b1-0ed0-4c26-b5e5-67eca717f25c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:01.8533763Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:01.9448661Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:02.2928608Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:02.2931458Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:02.3138408Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:02.3139466Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ba41fa24-cb27-4ab2-98f5-1dba3833c73f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:02.3143542Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ba41fa24-cb27-4ab2-98f5-1dba3833c73f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:02.3145331Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:02.4648695Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:02.8598310Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:02.8673970Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:02.9064327Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:02.9065258Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fb0c9c0f-fbf8-44cb-80fd-94bf8c42d75e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:02.9069399Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fb0c9c0f-fbf8-44cb-80fd-94bf8c42d75e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:02.9070684Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:02.9830710Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:03.3182442Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:03.3185219Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:03.3506830Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:03.3513692Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b0332ba0-3ce6-494d-bcb3-00e2a8dad742\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:03.3537709Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b0332ba0-3ce6-494d-bcb3-00e2a8dad742\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:03.3555326Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:03.5507645Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:03.9630519Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:03.9633056Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:04.0175661Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:04.0176624Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1f7685f6-c46f-44a4-ab2e-4f1251b305bb\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:04.0181441Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1f7685f6-c46f-44a4-ab2e-4f1251b305bb\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:04.0182748Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:04.0964552Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:04.4821502Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:04.4824508Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:36.9715971Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Remove package 'Microsoft.Toolkit.Uwp.UI.Controls'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2022-06-09T14:31:36.9729271Z","@mt":"Removing outdated package reference: {PackageReference}","PackageReference":"Microsoft.Toolkit.Uwp.UI.Controls, Version=7.1.2","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"} -{"@t":"2022-06-09T14:31:36.9739823Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Remove package 'Microsoft.Toolkit.Uwp.UI.Controls'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2022-06-09T14:31:38.6770404Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:38.6771333Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a7400cbb-3abe-47fc-b820-3c38dc8ed3cb\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:38.6774630Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a7400cbb-3abe-47fc-b820-3c38dc8ed3cb\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:38.6775240Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:38.7065407Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:38.8005026Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:38.8008253Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:38.8136149Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:38.8136962Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d34278b4-5336-423c-908c-9b8b1c5d3e45\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:38.8139559Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d34278b4-5336-423c-908c-9b8b1c5d3e45\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:38.8140197Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:38.8416834Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:38.9411985Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:38.9414358Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:38.9536947Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:38.9538327Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0462fe88-be06-4eef-9e80-3126fc6228fb\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:38.9541871Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0462fe88-be06-4eef-9e80-3126fc6228fb\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:38.9542474Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:38.9992885Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:39.1042249Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:39.1044170Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:39.1134237Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:39.1136167Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6007686f-7871-4925-b8f1-97db13eab35d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:39.1138763Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6007686f-7871-4925-b8f1-97db13eab35d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:39.1139363Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:39.1423208Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:39.2358091Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:39.2359669Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:39.2425230Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Add package 'CommunityToolkit.WinUI.UI.Controls'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:31:39.2439812Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Add package 'CommunityToolkit.WinUI.UI.Controls'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:31:39.2441032Z","@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.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:31:39.2493978Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:39.2494735Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2c78cef9-6b67-41e6-87b4-1e1921fb8715\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:39.2497611Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2c78cef9-6b67-41e6-87b4-1e1921fb8715\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:39.2498169Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:39.2811756Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:39.3795680Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:39.3797787Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:39.3890215Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:39.3891108Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\388032f1-9763-4e6d-9d37-75bbf462d087\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:39.3893829Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\388032f1-9763-4e6d-9d37-75bbf462d087\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:39.3894757Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:39.4242310Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:39.5221765Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:39.5223351Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:39.5446988Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:39.5448219Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f0252e17-e2ca-4906-916a-88240cd9f460\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:39.5451990Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f0252e17-e2ca-4906-916a-88240cd9f460\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:39.5452735Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:39.5765491Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:39.6708415Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:39.6710546Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:39.6807296Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:39.6808473Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a052489a-77f3-4338-9f96-c174cd674343\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:39.6812376Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a052489a-77f3-4338-9f96-c174cd674343\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:39.6813066Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:39.7101499Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:39.8046077Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:39.8047641Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:39.8168718Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:39.8170878Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c3ae1014-9250-4f9b-9880-7c58130ff949\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:39.8175105Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c3ae1014-9250-4f9b-9880-7c58130ff949\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:39.8175732Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:39.8496627Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:39.9370575Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:39.9372254Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:39.9479562Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:39.9480361Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c53e24e2-8791-4047-a5b3-afeb6e3e0df8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:39.9483067Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c53e24e2-8791-4047-a5b3-afeb6e3e0df8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:39.9483674Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:39.9763370Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:40.0663638Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:40.0665717Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:40.0836515Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:40.0838095Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\319f8d53-3514-47b6-9297-d134d47f3a0c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:40.0840819Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\319f8d53-3514-47b6-9297-d134d47f3a0c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:40.0841559Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:40.1542738Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:40.2425296Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:40.2426611Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:40.2522974Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:40.2524106Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c1478d49-5fa2-489e-96f6-1ca57de36fa7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:40.2526800Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c1478d49-5fa2-489e-96f6-1ca57de36fa7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:40.2527398Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:40.2818772Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:40.3817846Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:40.3820474Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:40.3930882Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:40.3931719Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b7d88a0e-4415-4dbd-9512-a097476e253c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:40.3934456Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b7d88a0e-4415-4dbd-9512-a097476e253c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:40.3935044Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:40.4240646Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:40.5151839Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:40.5153213Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:40.5247410Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:40.5249394Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4ec86263-c195-4e59-bd67-eca79b767095\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:40.5254973Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4ec86263-c195-4e59-bd67-eca79b767095\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:40.5256451Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:40.5525406Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:40.6496281Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:40.6499555Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:40.6646116Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:40.6647950Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e8742ce1-6586-4176-93de-5478751e2fce\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:40.6650855Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e8742ce1-6586-4176-93de-5478751e2fce\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:40.6651552Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:40.6936856Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:40.7852851Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:40.7854358Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:40.7953688Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:40.7955177Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\decd7c40-c177-4438-969b-01c0f1215c2b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:40.7957898Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\decd7c40-c177-4438-969b-01c0f1215c2b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:40.7958479Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:40.8244071Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:40.9159276Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:40.9163090Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:40.9275333Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:40.9276601Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e41e3327-e45c-4fb1-9bb1-b4d3c094b026\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:40.9280636Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e41e3327-e45c-4fb1-9bb1-b4d3c094b026\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:40.9281236Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:40.9558784Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:41.0562116Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:41.0563952Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:41.0654415Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:41.0655249Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c9e1a815-1405-4ea9-9a6e-75f1ee71d9ce\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:41.0658131Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c9e1a815-1405-4ea9-9a6e-75f1ee71d9ce\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:41.0658703Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:41.0924989Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:41.1822433Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:41.1823989Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:41.1925333Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:41.1927223Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f5401358-af83-4728-ac6a-5f1c53889222\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:41.1931172Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f5401358-af83-4728-ac6a-5f1c53889222\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:41.1931786Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:41.2204145Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:41.3067552Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:41.3068931Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:41.3156521Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:41.3157733Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\60823447-8193-4e7d-8892-5517574a3304\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:41.3160211Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\60823447-8193-4e7d-8892-5517574a3304\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:41.3160768Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:41.3465619Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:41.4369184Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:41.4370732Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:41.4475531Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:41.4476525Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7640d5c1-0267-49dd-97ba-7401b4022ae0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:41.4479767Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7640d5c1-0267-49dd-97ba-7401b4022ae0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:41.4480324Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:41.4763582Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:41.5735561Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:41.5737828Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:41.5821939Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:41.5822567Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\98f8c29c-1cff-4fa2-8315-c6442bd1c3dd\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:41.5825907Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\98f8c29c-1cff-4fa2-8315-c6442bd1c3dd\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:41.5826674Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:41.6115186Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:41.7148630Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:41.7150317Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:41.7295593Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:41.7296617Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\40eb03e5-9455-46d5-aff8-314bcfa45607\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:41.7299824Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\40eb03e5-9455-46d5-aff8-314bcfa45607\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:41.7300481Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:41.7626343Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:41.8530341Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:41.8534671Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:41.8627835Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:41.8628598Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\883fb9db-1254-4cbd-a154-674bca1c9d2f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:41.8631445Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\883fb9db-1254-4cbd-a154-674bca1c9d2f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:41.8631998Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:41.8907531Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:41.9793082Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:41.9794419Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:41.9911547Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:41.9912601Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e1174bb5-e3d1-4e9e-8eea-523b0985d741\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:41.9915671Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e1174bb5-e3d1-4e9e-8eea-523b0985d741\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:41.9916419Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:42.0199053Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:42.1089846Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:42.1091155Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:42.1188103Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:42.1189293Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\de231ea1-6897-4c9f-97b5-968047a294e9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:42.1191929Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\de231ea1-6897-4c9f-97b5-968047a294e9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:42.1192459Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:42.1479875Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:42.2321612Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:42.2322909Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:42.2427229Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:42.2428160Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f2b2b6a0-7b26-416a-9a59-62f885b1f0f6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:42.2431211Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f2b2b6a0-7b26-416a-9a59-62f885b1f0f6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:42.2431753Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:42.2704851Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:42.3610504Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:42.3611941Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:42.3716099Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:42.3717289Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e68d7a71-e379-4769-9a12-f4e07700ea62\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:42.3720063Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e68d7a71-e379-4769-9a12-f4e07700ea62\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:42.3720809Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:42.4021104Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:42.4904581Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:42.4906611Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:42.5001934Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:42.5002823Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\515ffd62-b03a-4042-b28f-93404fc171ac\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:42.5019370Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\515ffd62-b03a-4042-b28f-93404fc171ac\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:42.5020060Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:42.5311730Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:42.6239677Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:42.6241129Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:42.6326225Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:42.6327431Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1cf6e6d2-2d6e-4bfd-b24f-354a0b406eb0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:42.6329934Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1cf6e6d2-2d6e-4bfd-b24f-354a0b406eb0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:42.6330489Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:42.6587184Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:42.7479015Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:42.7480499Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:42.7684630Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:42.7685658Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\535c4d97-71bc-4afb-937e-0c2d362e623a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:42.7688905Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\535c4d97-71bc-4afb-937e-0c2d362e623a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:42.7691421Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:42.7987383Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:42.8962436Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:42.8963949Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:42.9048106Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:42.9048860Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\91d2b811-a63b-40a7-bab2-00ef1c54b879\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:42.9051665Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\91d2b811-a63b-40a7-bab2-00ef1c54b879\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:42.9052210Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:42.9366545Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:43.0493092Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:43.0494670Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:43.0623493Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:43.0647708Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\96b1e9ca-e23d-4162-984e-909424295256\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:43.0652546Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\96b1e9ca-e23d-4162-984e-909424295256\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:43.0656946Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:43.1046880Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:43.2367320Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:43.2370096Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:43.2488941Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:43.2489541Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\28a938d2-43d7-43e3-9605-b30613907849\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:43.2492782Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\28a938d2-43d7-43e3-9605-b30613907849\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:43.2493334Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:43.2880997Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:43.4034853Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:43.4037125Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:43.4189782Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:43.4190862Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\706550de-b37f-4ca0-b466-13a66e817847\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:43.4195059Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\706550de-b37f-4ca0-b466-13a66e817847\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:43.4197173Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:43.4567201Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:43.5621921Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:43.5625494Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:43.5731982Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:43.5733156Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ab2dc653-5cf6-4d51-bf28-78c52ee875ad\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:43.5737480Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ab2dc653-5cf6-4d51-bf28-78c52ee875ad\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:43.5738588Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:43.6068858Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:43.7101836Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:43.7104053Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:43.7201253Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:43.7202351Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0960f737-9509-420b-945a-6b6e36c7b8e3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:43.7205676Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0960f737-9509-420b-945a-6b6e36c7b8e3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:43.7206290Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:43.7511286Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:43.8516416Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:43.8517897Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:43.8609313Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:43.8610178Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\14e44e13-c350-4ebb-87cc-3f8dcafd33c1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:43.8613051Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\14e44e13-c350-4ebb-87cc-3f8dcafd33c1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:43.8613711Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:43.8949775Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:44.0152379Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:44.0153751Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:44.0259229Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:44.0260372Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e30ef43a-af39-45fd-abd5-add13ec885fa\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:44.0263468Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e30ef43a-af39-45fd-abd5-add13ec885fa\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:44.0264076Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:44.0597035Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:44.1709523Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:44.1719691Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:44.1833234Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:44.1834796Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3f3aa348-84a2-480f-bb20-5dec9bc25c41\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:44.1837972Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3f3aa348-84a2-480f-bb20-5dec9bc25c41\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:44.1839632Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:44.2128701Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:44.3305862Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:44.3308528Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:44.3429578Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:44.3430980Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5a9f9511-5039-4e40-a5b5-81b9cfb160de\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:44.3434387Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5a9f9511-5039-4e40-a5b5-81b9cfb160de\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:44.3435496Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:44.3909098Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:44.5068358Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:44.5070231Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:44.5172424Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:44.5173313Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\102d1ee5-2ec9-457c-a0c3-934b754d2148\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:44.5176087Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\102d1ee5-2ec9-457c-a0c3-934b754d2148\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:44.5176810Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:44.5559817Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:44.6782938Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:44.6784547Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:44.6885699Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:44.6886689Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\20233847-9477-4abb-b0fd-b8a9c9d97650\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:44.6889792Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\20233847-9477-4abb-b0fd-b8a9c9d97650\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:44.6890538Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:44.7293242Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:44.8628792Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:44.8631390Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:44.8800609Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:44.8801675Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\74eba7c1-a4ed-42e5-8479-4416b865e1d5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:44.8805934Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\74eba7c1-a4ed-42e5-8479-4416b865e1d5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:44.8806977Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:44.9333791Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:45.0572886Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:45.0574503Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:45.0687137Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:45.0687944Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\797f111c-7e24-457d-9731-ca69cc2d88d0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:45.0690492Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\797f111c-7e24-457d-9731-ca69cc2d88d0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:45.0691152Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:45.1060472Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:45.2047622Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:45.2049774Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:45.2138662Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:45.2140112Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5b691295-4fc0-4823-aeca-e8a729e06de5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:45.2142877Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5b691295-4fc0-4823-aeca-e8a729e06de5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:45.2143482Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:45.2518985Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:45.3702880Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:45.3704546Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:45.3832455Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:45.3833365Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c319fcba-481c-4143-9e94-aaf2e969c20d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:45.3836185Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c319fcba-481c-4143-9e94-aaf2e969c20d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:45.3836870Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:45.4266536Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:45.5435501Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:45.5437162Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:45.5538022Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:45.5538903Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6ed5e044-a7ed-4f06-af86-5c11e2466870\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:45.5542046Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6ed5e044-a7ed-4f06-af86-5c11e2466870\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:45.5542856Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:45.5982821Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:45.7223106Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:45.7225241Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:45.7346695Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:45.7347646Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7609d17e-5910-4b52-b4e0-f95001f72433\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:45.7351075Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7609d17e-5910-4b52-b4e0-f95001f72433\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:45.7351883Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:45.7723753Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:45.9121072Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:45.9122708Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:45.9210453Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:45.9211421Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\59cd90d9-1802-4af3-9661-d35a005b0297\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:45.9215008Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\59cd90d9-1802-4af3-9661-d35a005b0297\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:45.9215963Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:45.9714914Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:46.1558426Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:46.1560660Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:46.1705340Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:46.1707221Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\df8e8909-c3d4-4d41-86b6-8c184942bf36\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:46.1711477Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\df8e8909-c3d4-4d41-86b6-8c184942bf36\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:46.1712696Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:46.2393411Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:46.3910970Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:46.3912864Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:46.4005414Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:46.4006182Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3c05c3b2-6922-406a-ab55-51d4a44091ea\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:46.4008795Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3c05c3b2-6922-406a-ab55-51d4a44091ea\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:46.4009460Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:46.4343266Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:46.5562724Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:46.5564656Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:46.5678157Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:46.5679006Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0c6cd369-7531-4bc9-8d6f-b16091bcf803\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:46.5681729Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0c6cd369-7531-4bc9-8d6f-b16091bcf803\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:46.5682442Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:46.6005472Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:46.6978982Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:46.6980434Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:46.7086097Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:46.7087132Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\09bfc13c-167d-42ec-a83f-7c847d757b47\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:46.7089890Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\09bfc13c-167d-42ec-a83f-7c847d757b47\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:46.7090532Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:46.7401223Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:46.8492293Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:46.8493860Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:46.8596079Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:46.8596844Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e2db41ac-feb8-4a0f-b313-ca06b6738531\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:46.8599251Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e2db41ac-feb8-4a0f-b313-ca06b6738531\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:46.8599856Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:46.8951935Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:47.0115256Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:47.0116821Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:47.0245280Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:47.0246064Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b18ca69c-dc1a-4f8a-b4db-58cdd3870b20\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:47.0249531Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b18ca69c-dc1a-4f8a-b4db-58cdd3870b20\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:47.0250236Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:47.0605013Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:47.1862201Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:47.1864270Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:47.2001398Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:47.2002315Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e19844bc-8a79-4b51-b522-7e6889f81472\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:47.2005758Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e19844bc-8a79-4b51-b522-7e6889f81472\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:47.2006715Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:47.2407427Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:47.3586159Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:47.3589148Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:47.3706058Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:47.3707135Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8ed8e104-6607-4935-8616-007b966ae9c2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:47.3709886Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8ed8e104-6607-4935-8616-007b966ae9c2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:47.3710495Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:47.4119161Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:47.5279147Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:47.5280819Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:47.5400250Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:47.5401205Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\76bec9c4-6f79-494d-8041-682db1669c0e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:47.5404990Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\76bec9c4-6f79-494d-8041-682db1669c0e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:47.5405724Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:47.5857514Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:47.7483589Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:47.7485228Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:47.7624504Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:47.7625629Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d39bae55-3119-4332-ad32-2cda5ea23c5a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:47.7629821Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d39bae55-3119-4332-ad32-2cda5ea23c5a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:47.7630734Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:47.8030652Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:47.9103536Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:47.9105501Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:31:58.9818450Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Add package 'CommunityToolkit.WinUI.UI.Controls'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2022-06-09T14:31:58.9864889Z","@mt":"Adding package reference: {PackageReference}","PackageReference":"CommunityToolkit.WinUI.UI.Controls, Version=7.1.2","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"} -{"@t":"2022-06-09T14:31:58.9876509Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Add package 'CommunityToolkit.WinUI.UI.Controls'","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2022-06-09T14:31:58.9888296Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Windows App SDK package analysis","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2022-06-09T14:31:58.9895956Z","@mt":"Saving changes to project file","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"} -{"@t":"2022-06-09T14:31:59.1612406Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Openhab.Core.csproj' with message: C:\\Program Files\\dotnet\\sdk\\6.0.300\\Sdks\\Microsoft.NET.Sdk\\targets\\Microsoft.NET.Sdk.FrameworkReferenceResolution.targets: (90, 5): The \"ProcessFrameworkReferences\" 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.ProcessFrameworkReferences.ProcessRuntimeIdentifier(String runtimeIdentifier, KnownRuntimePack selectedRuntimePack, String runtimePackVersion, List`1 additionalFrameworkReferencesForRuntimePack, HashSet`1 unrecognizedRuntimeIdentifiers, List`1 unavailableRuntimePacks, List`1 runtimePacks, List`1 packagesToDownload, String isTrimmable, Boolean addRuntimePackAndDownloadIfNecessary)\r\n at Microsoft.NET.Build.Tasks.ProcessFrameworkReferences.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-06-09T14:31:59.2301463Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\openHAB.Windows.csproj' with message: C:\\Program Files\\dotnet\\sdk\\6.0.300\\Sdks\\Microsoft.NET.Sdk\\targets\\Microsoft.NET.Sdk.FrameworkReferenceResolution.targets: (90, 5): The \"ProcessFrameworkReferences\" 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.ProcessFrameworkReferences.ProcessRuntimeIdentifier(String runtimeIdentifier, KnownRuntimePack selectedRuntimePack, String runtimePackVersion, List`1 additionalFrameworkReferencesForRuntimePack, HashSet`1 unrecognizedRuntimeIdentifiers, List`1 unavailableRuntimePacks, List`1 runtimePacks, List`1 packagesToDownload, String isTrimmable, Boolean addRuntimePackAndDownloadIfNecessary)\r\n at Microsoft.NET.Build.Tasks.ProcessFrameworkReferences.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-06-09T14:31:59.2304802Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Warning","Message":"Found project reference without a matching metadata reference: D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Openhab.Core.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2022-06-09T14:31:59.2305336Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Warning","Message":"Found project reference without a matching metadata reference: D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\OpenHAB.Core\\OpenHAB.Core.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2022-06-09T14:31:59.2327487Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Windows App SDK package analysis","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2022-06-09T14:32:03.0565508Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:03.0566656Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\abc7a8e8-d4a0-495d-8d93-64cefa1280f3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:03.0569838Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\abc7a8e8-d4a0-495d-8d93-64cefa1280f3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:03.0570423Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:03.1819105Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/communitytoolkit.winui.ui.controls/index.json","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:03.3767834Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/communitytoolkit.winui.ui.controls/index.json 194ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:03.3865078Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/communitytoolkit.winui.ui.controls/7.1.2/communitytoolkit.winui.ui.controls.7.1.2.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:03.4843535Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/communitytoolkit.winui.ui.controls/7.1.2/communitytoolkit.winui.ui.controls.7.1.2.nupkg 97ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:03.4981364Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/communitytoolkit.winui.ui.controls.core/index.json","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:03.4997543Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/communitytoolkit.winui.ui.controls.datagrid/index.json","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:03.5008150Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/communitytoolkit.winui.ui.controls.input/index.json","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:03.5017555Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/communitytoolkit.winui.ui.controls.layout/index.json","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:03.5028339Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/communitytoolkit.winui.ui.controls.markdown/index.json","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:03.5037192Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/communitytoolkit.winui.ui.controls.media/index.json","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:03.5045205Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/communitytoolkit.winui.ui.controls.primitives/index.json","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:03.7060606Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/communitytoolkit.winui.ui.controls.core/index.json 207ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:03.7097634Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/communitytoolkit.winui.ui.controls.core/7.1.2/communitytoolkit.winui.ui.controls.core.7.1.2.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:03.7441973Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/communitytoolkit.winui.ui.controls.input/index.json 243ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:03.7488644Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/communitytoolkit.winui.ui.controls.input/7.1.2/communitytoolkit.winui.ui.controls.input.7.1.2.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:03.7556135Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/communitytoolkit.winui.ui.controls.layout/index.json 253ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:03.7590976Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/communitytoolkit.winui.ui.controls.layout/7.1.2/communitytoolkit.winui.ui.controls.layout.7.1.2.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:03.7735756Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/communitytoolkit.winui.ui.controls.media/index.json 269ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:03.7771602Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/communitytoolkit.winui.ui.controls.media/7.1.2/communitytoolkit.winui.ui.controls.media.7.1.2.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:03.7807624Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/communitytoolkit.winui.ui.controls.primitives/index.json 276ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:03.7850103Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/communitytoolkit.winui.ui.controls.primitives/7.1.2/communitytoolkit.winui.ui.controls.primitives.7.1.2.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:03.7926682Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/communitytoolkit.winui.ui.controls.markdown/index.json 289ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:03.7959014Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/communitytoolkit.winui.ui.controls.markdown/7.1.2/communitytoolkit.winui.ui.controls.markdown.7.1.2.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:03.8058539Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/communitytoolkit.winui.ui.controls.datagrid/index.json 305ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:03.8093550Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/communitytoolkit.winui.ui.controls.datagrid/7.1.2/communitytoolkit.winui.ui.controls.datagrid.7.1.2.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:03.8669744Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/communitytoolkit.winui.ui.controls.core/7.1.2/communitytoolkit.winui.ui.controls.core.7.1.2.nupkg 157ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:03.9326515Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/communitytoolkit.winui.ui.controls.input/7.1.2/communitytoolkit.winui.ui.controls.input.7.1.2.nupkg 183ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:03.9491664Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/communitytoolkit.winui.ui.controls.layout/7.1.2/communitytoolkit.winui.ui.controls.layout.7.1.2.nupkg 189ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:03.9590853Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/communitytoolkit.winui.ui.controls.primitives/7.1.2/communitytoolkit.winui.ui.controls.primitives.7.1.2.nupkg 173ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:03.9611224Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/communitytoolkit.winui.ui.controls.media/7.1.2/communitytoolkit.winui.ui.controls.media.7.1.2.nupkg 183ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:03.9946747Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/communitytoolkit.winui.ui.controls.markdown/7.1.2/communitytoolkit.winui.ui.controls.markdown.7.1.2.nupkg 198ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:04.0082992Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/communitytoolkit.winui.ui.controls.datagrid/7.1.2/communitytoolkit.winui.ui.controls.datagrid.7.1.2.nupkg 198ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:04.1101319Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/communitytoolkit.winui.ui/index.json","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:04.2937444Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/colorcode.winui/index.json","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:04.4431096Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/communitytoolkit.winui.ui/index.json 332ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:04.4460253Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/communitytoolkit.winui.ui/7.1.2/communitytoolkit.winui.ui.7.1.2.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:04.4928321Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/colorcode.winui/index.json 198ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:04.5006361Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/colorcode.winui/2.0.13/colorcode.winui.2.0.13.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:04.5989956Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/communitytoolkit.winui.ui/7.1.2/communitytoolkit.winui.ui.7.1.2.nupkg 152ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:04.6354713Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/colorcode.winui/2.0.13/colorcode.winui.2.0.13.nupkg 134ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:04.6498115Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/colorcode.core/index.json","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:04.8503892Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/colorcode.core/index.json 200ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:04.8574149Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3-flatcontainer/colorcode.core/2.0.13/colorcode.core.2.0.13.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:04.9686162Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3-flatcontainer/colorcode.core/2.0.13/colorcode.core.2.0.13.nupkg 111ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:05.1680178Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:05.1692722Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquiring lock for the installation of ColorCode.Core 2.0.13","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:05.1699625Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquired lock for the installation of ColorCode.Core 2.0.13","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:05.1714570Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquiring lock for the installation of ColorCode.WinUI 2.0.13","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:05.1719887Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquired lock for the installation of ColorCode.WinUI 2.0.13","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:05.1743990Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquiring lock for the installation of CommunityToolkit.WinUI.UI 7.1.2","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:05.1756591Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquired lock for the installation of CommunityToolkit.WinUI.UI 7.1.2","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:05.1782133Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquiring lock for the installation of CommunityToolkit.WinUI.UI.Controls.Primitives 7.1.2","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:05.1789944Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquired lock for the installation of CommunityToolkit.WinUI.UI.Controls.Primitives 7.1.2","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:05.1818815Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquiring lock for the installation of CommunityToolkit.WinUI.UI.Controls.Media 7.1.2","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:05.1824613Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquired lock for the installation of CommunityToolkit.WinUI.UI.Controls.Media 7.1.2","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:05.1846998Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquiring lock for the installation of CommunityToolkit.WinUI.UI.Controls.Markdown 7.1.2","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:05.1853167Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquired lock for the installation of CommunityToolkit.WinUI.UI.Controls.Markdown 7.1.2","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:05.1876906Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquiring lock for the installation of CommunityToolkit.WinUI.UI.Controls.Layout 7.1.2","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:05.1883271Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquired lock for the installation of CommunityToolkit.WinUI.UI.Controls.Layout 7.1.2","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:05.1971956Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquiring lock for the installation of CommunityToolkit.WinUI.UI.Controls.Input 7.1.2","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:05.1978012Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquired lock for the installation of CommunityToolkit.WinUI.UI.Controls.Input 7.1.2","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:05.1999862Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquiring lock for the installation of CommunityToolkit.WinUI.UI.Controls.DataGrid 7.1.2","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:05.2007229Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquired lock for the installation of CommunityToolkit.WinUI.UI.Controls.DataGrid 7.1.2","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:05.2031956Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquiring lock for the installation of CommunityToolkit.WinUI.UI.Controls.Core 7.1.2","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:05.2039504Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquired lock for the installation of CommunityToolkit.WinUI.UI.Controls.Core 7.1.2","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:05.2087552Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquiring lock for the installation of CommunityToolkit.WinUI.UI.Controls 7.1.2","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:05.2093882Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Acquired lock for the installation of CommunityToolkit.WinUI.UI.Controls 7.1.2","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:05.2901075Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"PackageSignatureVerificationLog: PackageIdentity: CommunityToolkit.WinUI.UI.Controls.Media.7.1.2 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:05.2901077Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"PackageSignatureVerificationLog: PackageIdentity: CommunityToolkit.WinUI.UI.7.1.2 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:05.2901076Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"PackageSignatureVerificationLog: PackageIdentity: CommunityToolkit.WinUI.UI.Controls.7.1.2 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:05.2902236Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"PackageSignatureVerificationLog: PackageIdentity: ColorCode.WinUI.2.0.13 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:05.2901349Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"PackageSignatureVerificationLog: PackageIdentity: CommunityToolkit.WinUI.UI.Controls.Core.7.1.2 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:05.2903192Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"PackageSignatureVerificationLog: PackageIdentity: CommunityToolkit.WinUI.UI.Controls.Markdown.7.1.2 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:05.2902138Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"PackageSignatureVerificationLog: PackageIdentity: CommunityToolkit.WinUI.UI.Controls.Layout.7.1.2 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:05.2902222Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"PackageSignatureVerificationLog: PackageIdentity: ColorCode.Core.2.0.13 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:05.2902959Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"PackageSignatureVerificationLog: PackageIdentity: CommunityToolkit.WinUI.UI.Controls.DataGrid.7.1.2 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:05.2901754Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"PackageSignatureVerificationLog: PackageIdentity: CommunityToolkit.WinUI.UI.Controls.Primitives.7.1.2 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:05.2903595Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"PackageSignatureVerificationLog: PackageIdentity: CommunityToolkit.WinUI.UI.Controls.Input.7.1.2 Source: https://api.nuget.org/v3/index.json PackageSignatureValidity: True","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:05.3284098Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Installed ColorCode.WinUI 2.0.13 from https://api.nuget.org/v3/index.json with content hash FPuyaXOb9LaD6nSUXtMrK/l564tmRbCfMiQWrnKzzLhJnnRuWkU2JpSJjV2KGCrjyx5ol7wy7TiK0GnGnPsIEA==.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:05.3396691Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Installed ColorCode.Core 2.0.13 from https://api.nuget.org/v3/index.json with content hash v0xqipj/6h2TpIKSrOCZpXMmOGvLsyO2prWBXY6t+lduexDSimqKIZXTTZkpq/vG2kNxB8K8nzyrkIB3usoN7A==.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:05.3536510Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Installed CommunityToolkit.WinUI.UI 7.1.2 from https://api.nuget.org/v3/index.json with content hash jF1GdEJsZX5o81ZfLjSjgC5RuYwQneuW2mdFIb7FDFzITsgqCn7mfn7BglpNiXvjExkocmAKbBgmCcbp0Nypmw==.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:05.3611077Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Installed CommunityToolkit.WinUI.UI.Controls 7.1.2 from https://api.nuget.org/v3/index.json with content hash +aDc1KqmlYM+HE0Mw5OnfQBOFhY0c7zp1aGz/4qs+1I+Xk8Ot3IRwvs8dYxBEGCD9YzE2OzaJLPztBpQ9JEWig==.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:05.3627343Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Installed CommunityToolkit.WinUI.UI.Controls.Markdown 7.1.2 from https://api.nuget.org/v3/index.json with content hash 0hAhwBfWa7aWKYOPGxhJJXowjrncY4he8jizcbuPVCgv8tZS1LXEEH4MoGKq57iLKz2lG3qaVN+1trcDWYq0Sg==.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:05.3779033Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Installed CommunityToolkit.WinUI.UI.Controls.Layout 7.1.2 from https://api.nuget.org/v3/index.json with content hash FpKo2DdJgREAvttTYhOJTy1ru6ODRG41Da+vMrB7bcqavdbPgSTqYzolLcgvMl2InpIdt+fqn6U6mGQYoV+ksQ==.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:05.3979704Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Installed CommunityToolkit.WinUI.UI.Controls.Core 7.1.2 from https://api.nuget.org/v3/index.json with content hash 7MVYQKjYlD5SryWNy5FA7Pcer9Rphjk7hCrSIOT9m4dcsOYmekZf36TOJARKxySXvlmjNud6QkmWssJKFC4k5w==.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:05.4039039Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Installed CommunityToolkit.WinUI.UI.Controls.Media 7.1.2 from https://api.nuget.org/v3/index.json with content hash FFH1mNF+rp3GEIQOceoxzSrRVY3G8aA+sYoK6Fv1kDEFWlCfLYF+cSCexL4sBuw0ARs1QXUvNqW4T1F/nAWsdw==.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:05.4064806Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Installed CommunityToolkit.WinUI.UI.Controls.Primitives 7.1.2 from https://api.nuget.org/v3/index.json with content hash mNtVRpBVnFzSywRzzLPXBIoYm4UWJPZkpNPNAu75lnl4KcnkfjjyQg90hkfF9MT/JkBJQG0z5XOdMCksn7EiMQ==.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:05.4099937Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Installed CommunityToolkit.WinUI.UI.Controls.DataGrid 7.1.2 from https://api.nuget.org/v3/index.json with content hash F73oYdYza8zhDwGHdXCZJJMeiDJ6nR97WPe180o7jOX3U90ZIqvU/GtYZdN3/x8DOS48t5GQG70LqxfyIGeaxw==.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:05.4243931Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Installed CommunityToolkit.WinUI.UI.Controls.Input 7.1.2 from https://api.nuget.org/v3/index.json with content hash fT8s21NI51YCR/mgm1eabwnSSQuXnQRz/TqHKjzYABhfGSvl44YlvuAQzbE9VfZSEUtiv4kesgylrzKd4/dArg==.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:06.0832746Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:06.0834984Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:06.0992270Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:06.0993425Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8418506b-e83f-4cd9-906e-8f9584ba1745\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:06.0997003Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8418506b-e83f-4cd9-906e-8f9584ba1745\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:06.0998028Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:06.1684981Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:06.4513583Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:06.4515144Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:06.4666631Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:06.4667523Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\82d2f1b9-8f25-4bb2-a6b8-8de46ba25aa7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:06.4670367Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\82d2f1b9-8f25-4bb2-a6b8-8de46ba25aa7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:06.4671047Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:06.5337680Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:06.8411560Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:06.8413238Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:06.8587281Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:06.8588087Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1d03e789-db65-44b5-bb2d-b35a2b44dbff\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:06.8590698Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1d03e789-db65-44b5-bb2d-b35a2b44dbff\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:06.8591364Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:06.9260815Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:07.1726472Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:07.1728021Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:07.1837962Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Transitive reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:32:07.1882104Z","@mt":"Analyzing packages with {AnalyzerName}","@l":"Debug","AnalyzerName":"Transitive reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2022-06-09T14:32:07.1929570Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:07.1930808Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\35959a8f-36f4-4c84-8efd-3fc2f821bcff\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:07.1933413Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\35959a8f-36f4-4c84-8efd-3fc2f821bcff\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:07.1934052Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:07.2378049Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:07.4572158Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:07.4574237Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:07.4656063Z","@mt":"No package updates needed","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2022-06-09T14:32:07.4680926Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Clean up NuGet package references","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2022-06-09T14:32:07.4687980Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Clean up NuGet package references","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterPreTFMStep"} -{"@t":"2022-06-09T14:32:07.4696200Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Transitive reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:32:07.4696569Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Update TFM","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:32:07.4740001Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:07.4741063Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2b978ed3-d26b-4d8b-bec9-f705e79baacd\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:07.4743853Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2b978ed3-d26b-4d8b-bec9-f705e79baacd\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:07.4744517Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:07.5508662Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:07.8448379Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:07.8449964Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:07.8616264Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:07.8617060Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5c81521e-85c2-42df-9a3f-bc719670abe0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:07.8619596Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5c81521e-85c2-42df-9a3f-bc719670abe0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:07.8620266Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:07.9469270Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:08.2227546Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:08.2228976Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:08.2318770Z","@mt":"Skip minimum dependency check because Windows App SDK cannot work with targets lower than already recommended TFM.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.TargetFramework.DependencyMinimumTargetFrameworkSelectorFilter"} -{"@t":"2022-06-09T14:32:08.2361762Z","@mt":"Recommending Windows TFM {TFM} because the project either has Windows-specific dependencies or builds to a WinExe","TFM":"net6.0-windows10.0.19041","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsSdkTargetFrameworkSelectorFilter"} -{"@t":"2022-06-09T14:32:08.2387685Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Update TFM","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:32:08.2388081Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Update NuGet Packages","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:32:08.2396342Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Update NuGet Packages","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:32:08.2396547Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Duplicate reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:32:08.2405382Z","@mt":"Analyzing packages with {AnalyzerName}","@l":"Debug","AnalyzerName":"Duplicate reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"} -{"@t":"2022-06-09T14:32:08.2406500Z","@mt":"No package updates needed","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"} -{"@t":"2022-06-09T14:32:08.2413424Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Duplicate reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:32:08.2413643Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Package map reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:32:08.2422127Z","@mt":"Analyzing packages with {AnalyzerName}","@l":"Debug","AnalyzerName":"Package map reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"} -{"@t":"2022-06-09T14:32:08.2423335Z","@mt":"No package updates needed","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"} -{"@t":"2022-06-09T14:32:08.2430198Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Package map reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:32:08.2430354Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Target compatibility reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:32:08.2438732Z","@mt":"Analyzing packages with {AnalyzerName}","@l":"Debug","AnalyzerName":"Target compatibility reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"} -{"@t":"2022-06-09T14:32:08.2440448Z","@mt":"NuGet package {NuGetPackage} loaded from {PackagePath}","@l":"Debug","NuGetPackage":"CommunityToolkit.Mvvm, Version=7.1.2","PackagePath":"C:\\Users\\chrisho\\.nuget\\packages\\CommunityToolkit.Mvvm\\7.1.2\\CommunityToolkit.Mvvm.7.1.2.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:32:08.2445516Z","@mt":"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}","@l":"Debug","NuGetPackage":"CommunityToolkit.Mvvm.7.1.2","TargetFrameworks":["net5.0",".NETStandard,Version=v2.0",".NETStandard,Version=v2.1"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:32:08.2446770Z","@mt":"Package {NuGetPackage} will work on {TargetFramework}","@l":"Debug","NuGetPackage":"CommunityToolkit.Mvvm, Version=7.1.2","TargetFramework":["net6.0-windows10.0.19041"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer"} -{"@t":"2022-06-09T14:32:08.2447602Z","@mt":"NuGet package {NuGetPackage} loaded from {PackagePath}","@l":"Debug","NuGetPackage":"Microsoft.CodeAnalysis.NetAnalyzers, Version=6.0.0","PackagePath":"C:\\Users\\chrisho\\.nuget\\packages\\Microsoft.CodeAnalysis.NetAnalyzers\\6.0.0\\Microsoft.CodeAnalysis.NetAnalyzers.6.0.0.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:32:08.2452796Z","@mt":"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}","@l":"Debug","NuGetPackage":"Microsoft.CodeAnalysis.NetAnalyzers.6.0.0","TargetFrameworks":["Any,Version=v0.0"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:32:08.2453345Z","@mt":"Package {NuGetPackage} will work on {TargetFramework}","@l":"Debug","NuGetPackage":"Microsoft.CodeAnalysis.NetAnalyzers, Version=6.0.0","TargetFramework":["net6.0-windows10.0.19041"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer"} -{"@t":"2022-06-09T14:32:08.2454055Z","@mt":"NuGet package {NuGetPackage} loaded from {PackagePath}","@l":"Debug","NuGetPackage":"Microsoft.Extensions.DependencyInjection, Version=6.0.0","PackagePath":"C:\\Users\\chrisho\\.nuget\\packages\\Microsoft.Extensions.DependencyInjection\\6.0.0\\Microsoft.Extensions.DependencyInjection.6.0.0.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:32:08.2456976Z","@mt":"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}","@l":"Debug","NuGetPackage":"Microsoft.Extensions.DependencyInjection.6.0.0","TargetFrameworks":["net6.0",".NETFramework,Version=v4.6.1",".NETStandard,Version=v2.0",".NETStandard,Version=v2.1"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:32:08.2457541Z","@mt":"Package {NuGetPackage} will work on {TargetFramework}","@l":"Debug","NuGetPackage":"Microsoft.Extensions.DependencyInjection, Version=6.0.0","TargetFramework":["net6.0-windows10.0.19041"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer"} -{"@t":"2022-06-09T14:32:08.2458206Z","@mt":"NuGet package {NuGetPackage} loaded from {PackagePath}","@l":"Debug","NuGetPackage":"Microsoft.Services.Store.Engagement, Version=10.1901.28001","PackagePath":"C:\\Users\\chrisho\\.nuget\\packages\\Microsoft.Services.Store.Engagement\\10.1901.28001\\Microsoft.Services.Store.Engagement.10.1901.28001.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:32:08.2460086Z","@mt":"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}","@l":"Debug","NuGetPackage":"Microsoft.Services.Store.Engagement.10.1901.28001","TargetFrameworks":["Any,Version=v0.0"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:32:08.2460568Z","@mt":"Package {NuGetPackage} will work on {TargetFramework}","@l":"Debug","NuGetPackage":"Microsoft.Services.Store.Engagement, Version=10.1901.28001","TargetFramework":["net6.0-windows10.0.19041"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer"} -{"@t":"2022-06-09T14:32:08.2461181Z","@mt":"NuGet package {NuGetPackage} loaded from {PackagePath}","@l":"Debug","NuGetPackage":"Microsoft.WindowsAppSDK, Version=1.1.0","PackagePath":"C:\\Users\\chrisho\\.nuget\\packages\\Microsoft.WindowsAppSDK\\1.1.0\\Microsoft.WindowsAppSDK.1.1.0.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:32:08.2488058Z","@mt":"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}","@l":"Debug","NuGetPackage":"Microsoft.WindowsAppSDK.1.1.0","TargetFrameworks":["net5.0-windows10.0.17763","net5.0-windows10.0.18362","UAP,Version=v10.0","UAP,Version=v10.0.17763","UAP,Version=v10.0.18362","Windows,Version=v1.0,Profile=arm64","Windows,Version=v1.0,Profile=x64","Windows,Version=v1.0,Profile=x86"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:32:08.2488846Z","@mt":"Package {NuGetPackage} will work on {TargetFramework}","@l":"Debug","NuGetPackage":"Microsoft.WindowsAppSDK, Version=1.1.0","TargetFramework":["net6.0-windows10.0.19041"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer"} -{"@t":"2022-06-09T14:32:08.2489622Z","@mt":"NuGet package {NuGetPackage} loaded from {PackagePath}","@l":"Debug","NuGetPackage":"Microsoft.Xaml.Behaviors.Uwp.Managed, Version=2.0.1","PackagePath":"C:\\Users\\chrisho\\.nuget\\packages\\Microsoft.Xaml.Behaviors.Uwp.Managed\\2.0.1\\Microsoft.Xaml.Behaviors.Uwp.Managed.2.0.1.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:32:08.2493085Z","@mt":"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}","@l":"Debug","NuGetPackage":"Microsoft.Xaml.Behaviors.Uwp.Managed.2.0.1","TargetFrameworks":["UAP,Version=v10.0"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:32:08.2500065Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" GET https://api.nuget.org/v3/registration5-gz-semver2/microsoft.xaml.behaviors.uwp.managed/index.json","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:32:08.5313387Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":" OK https://api.nuget.org/v3/registration5-gz-semver2/microsoft.xaml.behaviors.uwp.managed/index.json 281ms","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:32:08.5434703Z","@mt":"No version of {PackageName} found that supports {TargetFramework}; leaving unchanged","@l":"Warning","PackageName":"Microsoft.Xaml.Behaviors.Uwp.Managed","TargetFramework":["net6.0-windows10.0.19041"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer"} -{"@t":"2022-06-09T14:32:08.5471718Z","@mt":"NuGet package {NuGetPackage} loaded from {PackagePath}","@l":"Debug","NuGetPackage":"NLog.Extensions.Logging, Version=5.0.0","PackagePath":"C:\\Users\\chrisho\\.nuget\\packages\\NLog.Extensions.Logging\\5.0.0\\NLog.Extensions.Logging.5.0.0.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:32:08.5477441Z","@mt":"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}","@l":"Debug","NuGetPackage":"NLog.Extensions.Logging.5.0.0","TargetFrameworks":[".NETCoreApp,Version=v3.1","net5.0",".NETFramework,Version=v4.6.1",".NETStandard,Version=v1.3",".NETStandard,Version=v1.5",".NETStandard,Version=v2.0"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:32:08.5478282Z","@mt":"Package {NuGetPackage} will work on {TargetFramework}","@l":"Debug","NuGetPackage":"NLog.Extensions.Logging, Version=5.0.0","TargetFramework":["net6.0-windows10.0.19041"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer"} -{"@t":"2022-06-09T14:32:08.5479064Z","@mt":"NuGet package {NuGetPackage} loaded from {PackagePath}","@l":"Debug","NuGetPackage":"StyleCop.Analyzers, Version=1.1.118","PackagePath":"C:\\Users\\chrisho\\.nuget\\packages\\StyleCop.Analyzers\\1.1.118\\StyleCop.Analyzers.1.1.118.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:32:08.5481675Z","@mt":"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}","@l":"Debug","NuGetPackage":"StyleCop.Analyzers.1.1.118","TargetFrameworks":["Any,Version=v0.0"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:32:08.5482262Z","@mt":"Package {NuGetPackage} will work on {TargetFramework}","@l":"Debug","NuGetPackage":"StyleCop.Analyzers, Version=1.1.118","TargetFramework":["net6.0-windows10.0.19041"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer"} -{"@t":"2022-06-09T14:32:08.5482970Z","@mt":"NuGet package {NuGetPackage} loaded from {PackagePath}","@l":"Debug","NuGetPackage":"Microsoft.Graphics.Win2D, Version=1.0.0.30","PackagePath":"C:\\Users\\chrisho\\.nuget\\packages\\Microsoft.Graphics.Win2D\\1.0.0.30\\Microsoft.Graphics.Win2D.1.0.0.30.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:32:08.5485569Z","@mt":"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}","@l":"Debug","NuGetPackage":"Microsoft.Graphics.Win2D.1.0.0.30","TargetFrameworks":[".NETCoreApp,Version=v3.0","net5.0-windows10.0.18362",".NETFramework,Version=v4.5","UAP,Version=v10.0"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:32:08.5486119Z","@mt":"Package {NuGetPackage} will work on {TargetFramework}","@l":"Debug","NuGetPackage":"Microsoft.Graphics.Win2D, Version=1.0.0.30","TargetFramework":["net6.0-windows10.0.19041"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer"} -{"@t":"2022-06-09T14:32:08.5487198Z","@mt":"NuGet package {NuGetPackage} loaded from {PackagePath}","@l":"Debug","NuGetPackage":"Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers, Version=0.3.330701","PackagePath":"C:\\Users\\chrisho\\.nuget\\packages\\Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers\\0.3.330701\\Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers.0.3.330701.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:32:08.5578053Z","@mt":"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}","@l":"Debug","NuGetPackage":"Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers.0.3.330701","TargetFrameworks":["Any,Version=v0.0"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:32:08.5579141Z","@mt":"Package {NuGetPackage} will work on {TargetFramework}","@l":"Debug","NuGetPackage":"Microsoft.DotNet.UpgradeAssistant.Extensions.Default.Analyzers, Version=0.3.330701","TargetFramework":["net6.0-windows10.0.19041"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer"} -{"@t":"2022-06-09T14:32:08.5580106Z","@mt":"NuGet package {NuGetPackage} loaded from {PackagePath}","@l":"Debug","NuGetPackage":"CommunityToolkit.WinUI.UI.Controls, Version=7.1.2","PackagePath":"C:\\Users\\chrisho\\.nuget\\packages\\CommunityToolkit.WinUI.UI.Controls\\7.1.2\\CommunityToolkit.WinUI.UI.Controls.7.1.2.nupkg","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:32:08.5583003Z","@mt":"Found target frameworks for package {NuGetPackage}: {TargetFrameworks}","@l":"Debug","NuGetPackage":"CommunityToolkit.WinUI.UI.Controls.7.1.2","TargetFrameworks":["net5.0-windows10.0.18362"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.PackageLoader"} -{"@t":"2022-06-09T14:32:08.5583634Z","@mt":"Package {NuGetPackage} will work on {TargetFramework}","@l":"Debug","NuGetPackage":"CommunityToolkit.WinUI.UI.Controls, Version=7.1.2","TargetFramework":["net6.0-windows10.0.19041"],"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.TargetCompatibilityReferenceAnalyzer"} -{"@t":"2022-06-09T14:32:08.5583833Z","@mt":"No package updates needed","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"} -{"@t":"2022-06-09T14:32:08.5610526Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Target compatibility reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:32:08.5610850Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Upgrade assistant reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:32:08.5631506Z","@mt":"Analyzing packages with {AnalyzerName}","@l":"Debug","AnalyzerName":"Upgrade assistant reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"} -{"@t":"2022-06-09T14:32:08.5631940Z","@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-06-09T14:32:08.5632124Z","@mt":"No package updates needed","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"} -{"@t":"2022-06-09T14:32:08.5640769Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Upgrade assistant reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:32:08.5641015Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Windows Compatibility Pack Analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:32:08.5652749Z","@mt":"Analyzing packages with {AnalyzerName}","@l":"Debug","AnalyzerName":"Windows Compatibility Pack Analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"} -{"@t":"2022-06-09T14:32:08.5701095Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:08.5701978Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\28222878-15d0-417d-b6ba-369038bfb0cc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:08.5704880Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\28222878-15d0-417d-b6ba-369038bfb0cc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:08.5705584Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:08.6450814Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:08.8770462Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:08.8772821Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:08.8859362Z","@mt":"{PackageName} already referenced transitively","@l":"Debug","PackageName":"Microsoft.Windows.Compatibility","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.Analyzers.WindowsCompatReferenceAnalyzer"} -{"@t":"2022-06-09T14:32:08.8859858Z","@mt":"No package updates needed","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"} -{"@t":"2022-06-09T14:32:08.8909470Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Windows Compatibility Pack Analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:32:08.8910481Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"MyDotAnalyzer reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:32:08.8944256Z","@mt":"Analyzing packages with {AnalyzerName}","@l":"Debug","AnalyzerName":"MyDotAnalyzer reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"} -{"@t":"2022-06-09T14:32:08.8944857Z","@mt":"{Project} is not a VB class library","@l":"Debug","Project":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\openHAB.Windows.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.VisualBasic.MyDotAnalyzer"} -{"@t":"2022-06-09T14:32:08.8944998Z","@mt":"No package updates needed","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"} -{"@t":"2022-06-09T14:32:08.8951966Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"MyDotAnalyzer reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:32:08.8952216Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Newtonsoft.Json reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:32:08.8959782Z","@mt":"Analyzing packages with {AnalyzerName}","@l":"Debug","AnalyzerName":"Newtonsoft.Json reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"} -{"@t":"2022-06-09T14:32:08.9017721Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:08.9018675Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\744c4826-ff3c-40cf-854a-7da9d2b2253e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:08.9021254Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\744c4826-ff3c-40cf-854a-7da9d2b2253e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:08.9021934Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:08.9641955Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:09.2045892Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:09.2048089Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:09.2198757Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:09.2200132Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1328601f-379e-4472-870b-2efb3a21c672\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:09.2202862Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1328601f-379e-4472-870b-2efb3a21c672\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:09.2203415Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:09.2823667Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:09.5068890Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:09.5070339Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:09.5170764Z","@mt":"No package updates needed","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"} -{"@t":"2022-06-09T14:32:09.5214612Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Newtonsoft.Json reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:32:09.5215215Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Windows App SDK package analysis","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:32:09.5226359Z","@mt":"Analyzing packages with {AnalyzerName}","@l":"Debug","AnalyzerName":"Windows App SDK package analysis","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"} -{"@t":"2022-06-09T14:32:09.5270689Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:09.5271747Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9c9a027d-3213-4121-a796-a2acecf66945\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:09.5276321Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9c9a027d-3213-4121-a796-a2acecf66945\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:09.5277849Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:09.5967170Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:09.8282990Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:09.8284340Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:09.8411617Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:09.8413018Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c3bb6413-1a20-4f03-8193-3a048ce4277e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:09.8415838Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c3bb6413-1a20-4f03-8193-3a048ce4277e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:09.8416405Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:09.8988380Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:10.1220737Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:10.1224260Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:10.1328283Z","@mt":"No package updates needed","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"} -{"@t":"2022-06-09T14:32:10.1370502Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Windows App SDK package analysis","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:32:10.1370826Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Transitive reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:32:10.1435714Z","@mt":"Analyzing packages with {AnalyzerName}","@l":"Debug","AnalyzerName":"Transitive reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"} -{"@t":"2022-06-09T14:32:10.1492265Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:10.1493404Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\777e4691-6538-4b81-b4e4-6440c0cceeb5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:10.1496094Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\777e4691-6538-4b81-b4e4-6440c0cceeb5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:10.1496660Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:10.1937531Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:10.3619693Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:10.3621114Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:10.3673594Z","@mt":"No package updates needed","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"} -{"@t":"2022-06-09T14:32:10.3724472Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Update NuGet Packages","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"} -{"@t":"2022-06-09T14:32:10.3749644Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Update NuGet Packages","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Packages.PackageUpdaterStep"} -{"@t":"2022-06-09T14:32:10.3757568Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Transitive reference analyzer","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:32:10.3800191Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:10.3801313Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1ff37db5-9ee3-446e-8172-86d1cb15089d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:10.3804334Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1ff37db5-9ee3-446e-8172-86d1cb15089d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:10.3804975Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:10.4430637Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:10.6717345Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:10.6719287Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:10.6877993Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:10.6878873Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1b552a2a-8d90-44f8-ac56-5aa193280653\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:10.6882110Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1b552a2a-8d90-44f8-ac56-5aa193280653\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:10.6882737Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:10.7519381Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:11.0402016Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:11.0404381Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:11.0486934Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Add template files","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:32:11.0553505Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:11.0554228Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8669ddac-8573-45f1-b316-6ead2db1f820\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:11.0556974Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8669ddac-8573-45f1-b316-6ead2db1f820\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:11.0557529Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:11.1172830Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:11.3467386Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:11.3471390Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:11.3611531Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:11.3612200Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f5ad2e4b-7348-44de-b6af-a003fc4c6c93\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:11.3614831Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f5ad2e4b-7348-44de-b6af-a003fc4c6c93\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:11.3615426Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:11.4258690Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:11.6576789Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:11.6578353Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:11.6704166Z","@mt":"Considering {FilePath} for expected file {ExpectedFileName}","@l":"Debug","FilePath":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\App.xaml.cs","ExpectedFileName":"App.xaml.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Templates.TemplateInserterStep"} -{"@t":"2022-06-09T14:32:11.6839134Z","@mt":"File {FilePath} does not contain all necessary keywords to match","@l":"Debug","FilePath":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\App.xaml.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Templates.TemplateInserterStep"} -{"@t":"2022-06-09T14:32:11.6842135Z","@mt":"{FilesNeededCount} expected template items needed","FilesNeededCount":9,"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Templates.TemplateInserterStep"} -{"@t":"2022-06-09T14:32:11.6857562Z","@mt":"Needed items: {NeededFiles}","@l":"Debug","NeededFiles":"app.manifest, Properties\\launchSettings.json, Properties\\PublishProfiles\\win10-arm64.pubxml, Properties\\PublishProfiles\\win10-x64.pubxml, Properties\\PublishProfiles\\win10-x86.pubxml, App.xaml.cs, MainWindow.xaml.cs, MainWindow.xaml, UWPToWinAppSDKUpgradeHelpers.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Templates.TemplateInserterStep"} -{"@t":"2022-06-09T14:32:11.6858172Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Add template files","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:32:11.6858341Z","@mt":"Identified upgrade step {UpgradeStep} as the next step","@l":"Debug","UpgradeStep":"Microsoft.DotNet.UpgradeAssistant.Steps.Templates.TemplateInserterStep","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:32:11.6923527Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:11.6925131Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fc149294-08c7-4939-9783-d92a65f4758c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:11.6928262Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fc149294-08c7-4939-9783-d92a65f4758c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:11.6929602Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:11.7583385Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:11.9964805Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:11.9966127Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:12.0101556Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:12.0102164Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e53d0e2d-d148-4ccb-baa1-96ff3e66e97b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:12.0121415Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e53d0e2d-d148-4ccb-baa1-96ff3e66e97b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:12.0122239Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:12.0732950Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:12.3015790Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:12.3017146Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:12.3289271Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:12.3290183Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\da1037ff-52c9-4a9b-9d28-2d9cf2bc66c0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:12.3292853Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\da1037ff-52c9-4a9b-9d28-2d9cf2bc66c0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:12.3293611Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:12.3980910Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:12.6297538Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:12.6298946Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:12.6441012Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:12.6441724Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\89d6a70a-c72b-4d87-93b0-e44aea30ce43\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:12.6444364Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\89d6a70a-c72b-4d87-93b0-e44aea30ce43\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:12.6445284Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:12.7043804Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:12.9401343Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:12.9402653Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:12.9543477Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:12.9544451Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\da92fb6d-5fcc-48e4-837b-1c844516f54c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:12.9548203Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\da92fb6d-5fcc-48e4-837b-1c844516f54c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:12.9548953Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:13.0171575Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:13.2424918Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:13.2426262Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:13.2554561Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:13.2555211Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a94a9b40-f5e9-41ca-9acf-aa746f87190f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:13.2557854Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a94a9b40-f5e9-41ca-9acf-aa746f87190f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:13.2558413Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:13.3142455Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:13.5347186Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:13.5348622Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:13.5500456Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:13.5501134Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f4e69896-6db0-4301-9528-f5181d0e2911\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:13.5504128Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f4e69896-6db0-4301-9528-f5181d0e2911\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:13.5504704Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:13.6104661Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:13.8521698Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:13.8523130Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:13.8670763Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:13.8671773Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b6223f03-1ba7-4396-b352-4e128878c911\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:13.8677124Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b6223f03-1ba7-4396-b352-4e128878c911\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:13.8677882Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:13.9277160Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:14.1868015Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:14.1869634Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:14.2168222Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:14.2168923Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ded1d4f9-4fb8-434f-b598-efc3f72d8e1d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:14.2173569Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ded1d4f9-4fb8-434f-b598-efc3f72d8e1d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:14.2175237Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:14.2800385Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:14.5175841Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:14.5177174Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:14.5327372Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:14.5328136Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fdc76f10-e5e5-408d-b97e-490a2f4f7ed6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:14.5332028Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fdc76f10-e5e5-408d-b97e-490a2f4f7ed6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:14.5332586Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:14.5901485Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:14.8114490Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:14.8118813Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:14.8273996Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:14.8275575Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ceb437a0-9685-49b1-a325-165690534952\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:14.8280916Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ceb437a0-9685-49b1-a325-165690534952\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:14.8282316Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:14.8883937Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:15.1432503Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:15.1433801Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:15.1571441Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:15.1572124Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b13e3e41-0401-4b89-a4e6-9d3f73273e82\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:15.1575657Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b13e3e41-0401-4b89-a4e6-9d3f73273e82\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:15.1576251Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:15.2202918Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:15.4571889Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:15.4573379Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:15.4724579Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:15.4725585Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bc7dbd33-ae8d-4c88-9cef-08992cd80f9b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:15.4728832Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bc7dbd33-ae8d-4c88-9cef-08992cd80f9b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:15.4729516Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:15.5306700Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:15.7591413Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:15.7592840Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:15.7753905Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:15.7754604Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c6337f70-e0ee-45de-a470-3c9b6883c1ad\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:15.7757676Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c6337f70-e0ee-45de-a470-3c9b6883c1ad\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:15.7758371Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:15.8467784Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:16.1150489Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:16.1152121Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:16.1345960Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:16.1347055Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\750d7866-a957-46a9-a6da-2650986e7480\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:16.1351130Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\750d7866-a957-46a9-a6da-2650986e7480\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:16.1352941Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:16.2166225Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:16.4712828Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:16.4714686Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:16.4847345Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:16.4848827Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\21d1f20b-b8a7-43ac-ba17-b869181091bc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:16.4852652Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\21d1f20b-b8a7-43ac-ba17-b869181091bc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:16.4853772Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:16.5459201Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:16.8023782Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:16.8025119Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:16.8185462Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:16.8186289Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4f0fdafc-a347-43b5-8003-74f759f75f3a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:16.8190578Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4f0fdafc-a347-43b5-8003-74f759f75f3a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:16.8191217Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:16.8809386Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:17.1344058Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:17.1345586Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:17.1501727Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:17.1502450Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\99994f53-4fe6-4908-854c-acc3a77be849\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:17.1505867Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\99994f53-4fe6-4908-854c-acc3a77be849\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:17.1506409Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:17.2104459Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:17.4947912Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:17.4950123Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:17.5093521Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:17.5094252Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\decfbb6b-ec50-4a67-bf48-00abaa0dbcb3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:17.5097021Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\decfbb6b-ec50-4a67-bf48-00abaa0dbcb3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:17.5097611Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:17.5725031Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:17.8207943Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:17.8209638Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:17.8362116Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:17.8362837Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7232ef9c-4802-453b-b0c6-173014f61cbf\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:17.8365717Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7232ef9c-4802-453b-b0c6-173014f61cbf\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:17.8366276Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:17.9021072Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:18.1314821Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:18.1317038Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:18.1464952Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:18.1465670Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1b55ad24-a875-4263-bbb1-fdb2fa49c013\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:18.1469092Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1b55ad24-a875-4263-bbb1-fdb2fa49c013\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:18.1469637Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:18.2085044Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:18.4464404Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:18.4466264Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:18.4607804Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:18.4609145Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6e672b20-9999-415b-bd45-c7f1ea19ae6f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:18.4612713Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6e672b20-9999-415b-bd45-c7f1ea19ae6f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:18.4613455Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:18.5218647Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:18.7570472Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:18.7572009Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:18.7723912Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:18.7725097Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d57d0a9e-a5ea-421c-9f4f-39ebb7dc758f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:18.7727811Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d57d0a9e-a5ea-421c-9f4f-39ebb7dc758f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:18.7728410Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:18.8319505Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:19.0601630Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:19.0603900Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:19.0753994Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:19.0755153Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\77fc06a7-3ff6-406e-bd25-24dc37c1b390\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:19.0757822Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\77fc06a7-3ff6-406e-bd25-24dc37c1b390\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:19.0758372Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:19.1405369Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:19.3661495Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:19.3662931Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:19.3825658Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:19.3826901Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\87795065-4a8b-41b1-af95-b4d9ed0147e6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:19.3829820Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\87795065-4a8b-41b1-af95-b4d9ed0147e6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:19.3830821Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:19.4445450Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:19.7065139Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:19.7066599Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:19.7221738Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:19.7223269Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ef2beb4d-77fd-4001-93ec-94110f58ae37\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:19.7226923Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ef2beb4d-77fd-4001-93ec-94110f58ae37\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:19.7227696Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:19.7858360Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:20.0330906Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:20.0332236Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:20.0531282Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:20.0532083Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\32bfbf20-c7e3-4b2e-97b3-bfc9f9f53d80\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:20.0534756Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\32bfbf20-c7e3-4b2e-97b3-bfc9f9f53d80\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:20.0535299Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:20.1159017Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:20.3359817Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:20.3361266Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:20.3598605Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:20.3599473Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\192352e1-3882-47ec-a712-dfd654a6d5ae\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:20.3602215Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\192352e1-3882-47ec-a712-dfd654a6d5ae\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:20.3603562Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:20.4228199Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:20.6462290Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:20.6463794Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:20.6628313Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:20.6629108Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\24c8f286-9a87-4199-828e-9b48b52b9a0a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:20.6631856Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\24c8f286-9a87-4199-828e-9b48b52b9a0a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:20.6632427Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:20.7281626Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:20.9521885Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:20.9524066Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:20.9658484Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:20.9659727Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\612e4e0e-ff6e-44d1-9378-33084076f147\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:20.9662731Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\612e4e0e-ff6e-44d1-9378-33084076f147\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:20.9664836Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:21.0287885Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:21.2421331Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:21.2422820Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:21.2569278Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:21.2570389Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\80779933-e5ce-415c-ae22-cc682a43bfb1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:21.2572991Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\80779933-e5ce-415c-ae22-cc682a43bfb1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:21.2573544Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:21.3247433Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:21.5495347Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:21.5496914Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:21.5641378Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:21.5642050Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d93c23ff-d4fb-4cf6-a5fc-fc7a9cd9d69f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:21.5645101Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d93c23ff-d4fb-4cf6-a5fc-fc7a9cd9d69f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:21.5645670Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:21.6250124Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:21.8489839Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:21.8491326Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:21.8653862Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:21.8654582Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bfd944b6-fc46-448a-9ee3-6b323d817fcc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:21.8657222Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bfd944b6-fc46-448a-9ee3-6b323d817fcc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:21.8657783Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:21.9232643Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:22.1514411Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:22.1515836Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:22.1654107Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:22.1654764Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\33387e05-f527-4a1c-81b9-9564e7ed4c46\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:22.1658593Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\33387e05-f527-4a1c-81b9-9564e7ed4c46\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:22.1659195Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:22.2276081Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:22.4849528Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:22.4852116Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:22.5005829Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:22.5006765Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a2e97776-ac88-43dc-a34f-ee35383ff0de\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:22.5009806Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a2e97776-ac88-43dc-a34f-ee35383ff0de\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:22.5010365Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:22.5606927Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:22.7886930Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:22.7888264Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:22.8032393Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:22.8033130Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\196ea5c0-2cd6-490c-b90f-82106ab551f0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:22.8035800Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\196ea5c0-2cd6-490c-b90f-82106ab551f0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:22.8036352Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:22.8610217Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:23.0838179Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:23.0839638Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:23.0988685Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:23.0989482Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\95f429fd-c80d-4f25-9949-a921a2dcb1a1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:23.0992768Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\95f429fd-c80d-4f25-9949-a921a2dcb1a1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:23.0993532Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:23.1591354Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:23.3757300Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:23.3758812Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:23.3904020Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:23.3904735Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8cba919d-3da4-48c0-a9a3-8c7871291dfa\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:23.3907212Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8cba919d-3da4-48c0-a9a3-8c7871291dfa\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:23.3908005Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:23.4504520Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:23.6712109Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:23.6713457Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:23.6860106Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:23.6860862Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c3235371-127f-4f29-a844-1f324da97a40\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:23.6863639Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c3235371-127f-4f29-a844-1f324da97a40\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:23.6864203Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:23.7464960Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:23.9890401Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:23.9891789Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:24.0024577Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:24.0025306Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\14e2dd57-1618-4a70-9d3c-21ed2504cd4c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:24.0027947Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\14e2dd57-1618-4a70-9d3c-21ed2504cd4c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:24.0028481Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:24.0609411Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:24.2922787Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:24.2924247Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:24.3106657Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:24.3107932Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9177e00c-24a9-4538-854d-b17767619953\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:24.3113830Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9177e00c-24a9-4538-854d-b17767619953\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:24.3115621Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:24.3722290Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:24.6045878Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:24.6047993Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:24.6182740Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:24.6183440Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\319767e1-f9f8-498b-9a4a-acaa97af7585\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:24.6187567Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\319767e1-f9f8-498b-9a4a-acaa97af7585\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:24.6188992Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:24.6787138Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:24.9122574Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:24.9124104Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:24.9269650Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:24.9271227Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c8cc2377-5782-4f86-be27-246864462013\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:24.9274526Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c8cc2377-5782-4f86-be27-246864462013\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:24.9275308Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:24.9950321Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:25.2507376Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:25.2508973Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:25.2661771Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:25.2662479Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bc862c22-702c-4f5c-aa5b-279ebe2433d4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:25.2678667Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bc862c22-702c-4f5c-aa5b-279ebe2433d4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:25.2679366Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:25.3279454Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:25.6008847Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:25.6010375Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:25.6142812Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:25.6143998Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3030d3cc-064a-44d4-8400-2d7556fb538a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:25.6147178Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3030d3cc-064a-44d4-8400-2d7556fb538a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:25.6148017Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:25.6802251Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:25.9302171Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:25.9303685Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:25.9451073Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:25.9451780Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2c7ccf31-40fb-4e01-aa31-12d36b2cc9ae\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:25.9455396Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2c7ccf31-40fb-4e01-aa31-12d36b2cc9ae\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:25.9455990Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:26.0037413Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:26.2703469Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:26.2705035Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:26.2838027Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:26.2839042Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\86cbb119-b0ac-4471-b43e-36d8619c3f00\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:26.2842770Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\86cbb119-b0ac-4471-b43e-36d8619c3f00\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:26.2843675Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:26.3454272Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:26.5849657Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:26.5851185Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:26.6001253Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:26.6003635Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b6152c0e-c3d8-419d-b4e5-9e9e0159bfe6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:26.6006431Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b6152c0e-c3d8-419d-b4e5-9e9e0159bfe6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:26.6006984Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:26.6611562Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:26.9284994Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:26.9287274Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:26.9456272Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:26.9457091Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7988e4a8-91f5-41e2-b56a-02cb9c447900\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:26.9477469Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7988e4a8-91f5-41e2-b56a-02cb9c447900\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:26.9478491Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:27.0160578Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:27.2592967Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:27.2595143Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:27.2757827Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:27.2758938Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ff8472ff-8f6b-4470-868b-24e657fcac33\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:27.2762610Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ff8472ff-8f6b-4470-868b-24e657fcac33\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:27.2763184Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:27.3341927Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:27.5659452Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:27.5661329Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:27.5799778Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:27.5801388Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e4d79bfa-d6a2-4974-be65-573cba8989f8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:27.5804427Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e4d79bfa-d6a2-4974-be65-573cba8989f8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:27.5804990Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:27.6458444Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:27.9159052Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:27.9160410Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:27.9296387Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:27.9297555Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\245b2ac8-c7c9-48e3-9474-336d2c37232f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:27.9300661Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\245b2ac8-c7c9-48e3-9474-336d2c37232f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:27.9301245Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:27.9926124Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:28.2249424Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:28.2250807Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:28.2397398Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:28.2398464Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\df220f74-c891-4501-9503-2b5ff848ce01\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:28.2400750Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\df220f74-c891-4501-9503-2b5ff848ce01\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:28.2401447Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:28.2960402Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:28.5289140Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:28.5291641Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:28.5440335Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:28.5442838Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9f9ae2bd-c0ac-4854-abe9-a44192fef375\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:28.5449588Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9f9ae2bd-c0ac-4854-abe9-a44192fef375\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:28.5452428Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:28.6120520Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:28.8337119Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:28.8338648Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:28.8486955Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:28.8488210Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b5181e97-384c-48a4-854c-1163fffe966a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:28.8491161Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b5181e97-384c-48a4-854c-1163fffe966a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:28.8491785Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:28.9085627Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:29.1501498Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:29.1503036Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:29.1652325Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:29.1653695Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d3f3e6c2-6580-43a1-a6ae-3d2de312f773\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:29.1658992Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d3f3e6c2-6580-43a1-a6ae-3d2de312f773\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:29.1660015Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:29.2273818Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:29.4819192Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:29.4820630Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:49.0582459Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Add template files","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Templates.TemplateInserterStep"} -{"@t":"2022-06-09T14:32:49.0640163Z","@mt":"Resolved project property {PropertyKey} to {PropertyValue}","@l":"Debug","PropertyKey":"RootNamespace","PropertyValue":"openHAB.Windows","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Templates.TemplateInserterStep"} -{"@t":"2022-06-09T14:32:49.0719522Z","@mt":"Added template file {ItemName}","ItemName":"app.manifest","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Templates.TemplateInserterStep"} -{"@t":"2022-06-09T14:32:49.0751577Z","@mt":"Resolved project property {PropertyKey} to {PropertyValue}","@l":"Debug","PropertyKey":"RootNamespace","PropertyValue":"openHAB.Windows","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Templates.TemplateInserterStep"} -{"@t":"2022-06-09T14:32:49.0832891Z","@mt":"Added template file {ItemName}","ItemName":"Properties\\launchSettings.json","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Templates.TemplateInserterStep"} -{"@t":"2022-06-09T14:32:49.0851184Z","@mt":"Resolved project property {PropertyKey} to {PropertyValue}","@l":"Debug","PropertyKey":"RootNamespace","PropertyValue":"openHAB.Windows","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Templates.TemplateInserterStep"} -{"@t":"2022-06-09T14:32:49.0971721Z","@mt":"Added template file {ItemName}","ItemName":"Properties\\PublishProfiles\\win10-arm64.pubxml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Templates.TemplateInserterStep"} -{"@t":"2022-06-09T14:32:49.0986684Z","@mt":"Resolved project property {PropertyKey} to {PropertyValue}","@l":"Debug","PropertyKey":"RootNamespace","PropertyValue":"openHAB.Windows","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Templates.TemplateInserterStep"} -{"@t":"2022-06-09T14:32:49.1113450Z","@mt":"Added template file {ItemName}","ItemName":"Properties\\PublishProfiles\\win10-x64.pubxml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Templates.TemplateInserterStep"} -{"@t":"2022-06-09T14:32:49.1136835Z","@mt":"Resolved project property {PropertyKey} to {PropertyValue}","@l":"Debug","PropertyKey":"RootNamespace","PropertyValue":"openHAB.Windows","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Templates.TemplateInserterStep"} -{"@t":"2022-06-09T14:32:49.1267816Z","@mt":"Added template file {ItemName}","ItemName":"Properties\\PublishProfiles\\win10-x86.pubxml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Templates.TemplateInserterStep"} -{"@t":"2022-06-09T14:32:49.1305307Z","@mt":"File already exists, moving {FileName} to {BackupFileName}","FileName":"App.xaml.cs","BackupFileName":"App.xaml.old.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"} -{"@t":"2022-06-09T14:32:49.1338571Z","@mt":"Resolved project property {PropertyKey} to {PropertyValue}","@l":"Debug","PropertyKey":"RootNamespace","PropertyValue":"openHAB.Windows","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Templates.TemplateInserterStep"} -{"@t":"2022-06-09T14:32:49.1487491Z","@mt":"Added template file {ItemName}","ItemName":"App.xaml.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Templates.TemplateInserterStep"} -{"@t":"2022-06-09T14:32:49.1510523Z","@mt":"Resolved project property {PropertyKey} to {PropertyValue}","@l":"Debug","PropertyKey":"RootNamespace","PropertyValue":"openHAB.Windows","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Templates.TemplateInserterStep"} -{"@t":"2022-06-09T14:32:49.1649112Z","@mt":"Added template file {ItemName}","ItemName":"MainWindow.xaml.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Templates.TemplateInserterStep"} -{"@t":"2022-06-09T14:32:49.1661525Z","@mt":"Resolved project property {PropertyKey} to {PropertyValue}","@l":"Debug","PropertyKey":"RootNamespace","PropertyValue":"openHAB.Windows","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Templates.TemplateInserterStep"} -{"@t":"2022-06-09T14:32:49.1784147Z","@mt":"Added template file {ItemName}","ItemName":"MainWindow.xaml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Templates.TemplateInserterStep"} -{"@t":"2022-06-09T14:32:49.1808929Z","@mt":"Resolved project property {PropertyKey} to {PropertyValue}","@l":"Debug","PropertyKey":"RootNamespace","PropertyValue":"openHAB.Windows","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Templates.TemplateInserterStep"} -{"@t":"2022-06-09T14:32:49.1914342Z","@mt":"Added template file {ItemName}","ItemName":"UWPToWinAppSDKUpgradeHelpers.cs","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Templates.TemplateInserterStep"} -{"@t":"2022-06-09T14:32:49.3520012Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Openhab.Core.csproj' with message: C:\\Program Files\\dotnet\\sdk\\6.0.300\\Sdks\\Microsoft.NET.Sdk\\targets\\Microsoft.NET.Sdk.FrameworkReferenceResolution.targets: (90, 5): The \"ProcessFrameworkReferences\" 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.ProcessFrameworkReferences.ProcessRuntimeIdentifier(String runtimeIdentifier, KnownRuntimePack selectedRuntimePack, String runtimePackVersion, List`1 additionalFrameworkReferencesForRuntimePack, HashSet`1 unrecognizedRuntimeIdentifiers, List`1 unavailableRuntimePacks, List`1 runtimePacks, List`1 packagesToDownload, String isTrimmable, Boolean addRuntimePackAndDownloadIfNecessary)\r\n at Microsoft.NET.Build.Tasks.ProcessFrameworkReferences.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-06-09T14:32:49.4279107Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\openHAB.Windows.csproj' with message: C:\\Program Files\\dotnet\\sdk\\6.0.300\\Sdks\\Microsoft.NET.Sdk\\targets\\Microsoft.NET.Sdk.FrameworkReferenceResolution.targets: (90, 5): The \"ProcessFrameworkReferences\" 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.ProcessFrameworkReferences.ProcessRuntimeIdentifier(String runtimeIdentifier, KnownRuntimePack selectedRuntimePack, String runtimePackVersion, List`1 additionalFrameworkReferencesForRuntimePack, HashSet`1 unrecognizedRuntimeIdentifiers, List`1 unavailableRuntimePacks, List`1 runtimePacks, List`1 packagesToDownload, String isTrimmable, Boolean addRuntimePackAndDownloadIfNecessary)\r\n at Microsoft.NET.Build.Tasks.ProcessFrameworkReferences.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-06-09T14:32:49.4284601Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Warning","Message":"Found project reference without a matching metadata reference: D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Openhab.Core.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2022-06-09T14:32:49.4285711Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Warning","Message":"Found project reference without a matching metadata reference: D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\OpenHAB.Core\\OpenHAB.Core.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2022-06-09T14:32:49.6225451Z","@mt":"Added {ItemName} to project file","@l":"Debug","ItemName":"app.manifest","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Templates.TemplateInserterStep"} -{"@t":"2022-06-09T14:32:49.6231926Z","@mt":"Added {ItemName} to project file","@l":"Debug","ItemName":"MainWindow.xaml","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Templates.TemplateInserterStep"} -{"@t":"2022-06-09T14:32:49.6232825Z","@mt":"Saving changes to project file","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"} -{"@t":"2022-06-09T14:32:49.7903956Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Openhab.Core.csproj' with message: C:\\Program Files\\dotnet\\sdk\\6.0.300\\Sdks\\Microsoft.NET.Sdk\\targets\\Microsoft.NET.Sdk.FrameworkReferenceResolution.targets: (90, 5): The \"ProcessFrameworkReferences\" 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.ProcessFrameworkReferences.ProcessRuntimeIdentifier(String runtimeIdentifier, KnownRuntimePack selectedRuntimePack, String runtimePackVersion, List`1 additionalFrameworkReferencesForRuntimePack, HashSet`1 unrecognizedRuntimeIdentifiers, List`1 unavailableRuntimePacks, List`1 runtimePacks, List`1 packagesToDownload, String isTrimmable, Boolean addRuntimePackAndDownloadIfNecessary)\r\n at Microsoft.NET.Build.Tasks.ProcessFrameworkReferences.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-06-09T14:32:49.8671821Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\openHAB.Windows.csproj' with message: C:\\Program Files\\dotnet\\sdk\\6.0.300\\Sdks\\Microsoft.NET.Sdk\\targets\\Microsoft.NET.Sdk.FrameworkReferenceResolution.targets: (90, 5): The \"ProcessFrameworkReferences\" 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.ProcessFrameworkReferences.ProcessRuntimeIdentifier(String runtimeIdentifier, KnownRuntimePack selectedRuntimePack, String runtimePackVersion, List`1 additionalFrameworkReferencesForRuntimePack, HashSet`1 unrecognizedRuntimeIdentifiers, List`1 unavailableRuntimePacks, List`1 runtimePacks, List`1 packagesToDownload, String isTrimmable, Boolean addRuntimePackAndDownloadIfNecessary)\r\n at Microsoft.NET.Build.Tasks.ProcessFrameworkReferences.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-06-09T14:32:49.8676607Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Warning","Message":"Found project reference without a matching metadata reference: D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Openhab.Core.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2022-06-09T14:32:49.8677378Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Warning","Message":"Found project reference without a matching metadata reference: D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\OpenHAB.Core\\OpenHAB.Core.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2022-06-09T14:32:49.8700465Z","@mt":"{ItemCount} template items added","ItemCount":9,"SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Templates.TemplateInserterStep"} -{"@t":"2022-06-09T14:32:49.8721198Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Add template files","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Templates.TemplateInserterStep"} -{"@t":"2022-06-09T14:32:52.2414534Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:52.2415384Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\acd3e04c-5ec0-447c-8ba9-686b72096e78\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:52.2418410Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\acd3e04c-5ec0-447c-8ba9-686b72096e78\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:52.2419526Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:52.3208471Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:52.5374829Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:52.5376778Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:52.5518959Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:52.5519673Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\30aa4e81-5cb1-42be-a0b7-6cb4e4e1ec82\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:52.5522182Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\30aa4e81-5cb1-42be-a0b7-6cb4e4e1ec82\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:52.5522796Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:52.6175985Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:52.8905859Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:52.8910242Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:52.9059239Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:52.9060379Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5951d644-4e04-4712-a516-7934e4ec26e0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:52.9064105Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5951d644-4e04-4712-a516-7934e4ec26e0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:52.9064845Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:52.9899620Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:53.2262260Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:53.2263926Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:53.2399325Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:53.2400266Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dbf548a9-1718-4d68-a041-3fe9eb2582db\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:53.2402811Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dbf548a9-1718-4d68-a041-3fe9eb2582db\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:53.2403386Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:53.2957984Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:53.5125232Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:53.5126795Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:53.5261735Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:53.5262697Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cca150f4-254e-41a1-bc03-456952c8a703\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:53.5266418Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cca150f4-254e-41a1-bc03-456952c8a703\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:53.5267123Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:53.5796240Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:53.7881538Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:53.7883036Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:53.8020718Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:53.8021938Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\84a6f8c2-0a56-4f2c-bb11-730183c4e203\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:53.8024445Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\84a6f8c2-0a56-4f2c-bb11-730183c4e203\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:53.8024994Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:53.8604369Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:54.0835312Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:54.0839759Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:54.0989469Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:54.0990972Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\023e1b3e-bea1-456f-9086-65b0941a86f9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:54.0996656Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\023e1b3e-bea1-456f-9086-65b0941a86f9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:54.0997412Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:54.1581296Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:54.3853142Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:54.3854478Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:54.3989937Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:54.3991123Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\782837cf-9258-4222-8931-dbf5b2e69758\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:54.3993727Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\782837cf-9258-4222-8931-dbf5b2e69758\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:54.3994317Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:54.4655250Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:54.6744238Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:54.6746395Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:54.6893089Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:54.6894396Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5e0ee6eb-7a9e-41f9-b06a-a98c556c8d25\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:54.6897878Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5e0ee6eb-7a9e-41f9-b06a-a98c556c8d25\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:54.6898849Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:54.7447100Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:54.9579236Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:54.9580573Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:54.9712182Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:54.9712880Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e406cb16-eb0b-4044-8cee-3f08dba3d12e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:54.9718773Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e406cb16-eb0b-4044-8cee-3f08dba3d12e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:54.9720603Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:55.0266628Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:55.2772918Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:55.2775204Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:55.2910582Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:55.2911702Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5629e976-f35d-4343-9e6a-dba6d9e5c8e1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:55.2914314Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5629e976-f35d-4343-9e6a-dba6d9e5c8e1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:55.2914868Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:55.3522886Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:55.5764287Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:55.5765614Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:55.5907551Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:55.5908311Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a5a10c36-d4ef-40b2-b483-2758bc58944b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:55.5911254Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a5a10c36-d4ef-40b2-b483-2758bc58944b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:55.5911806Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:55.6472570Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:55.8731632Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:55.8733528Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:55.8865477Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:55.8866503Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5b5a3e47-2fb3-4f26-9d59-4ce0b6ba541d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:55.8870605Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5b5a3e47-2fb3-4f26-9d59-4ce0b6ba541d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:55.8871740Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:55.9467834Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:56.1600351Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:56.1601840Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:56.1741288Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:56.1742318Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8cf55a2c-a543-4436-8450-ccf0a420de5e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:56.1744828Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8cf55a2c-a543-4436-8450-ccf0a420de5e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:56.1745406Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:56.2292990Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:56.4667765Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:56.4670199Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:56.4819295Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:56.4820316Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6c14cdfc-76c2-4b61-9f51-c809f7d43b41\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:56.4823648Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6c14cdfc-76c2-4b61-9f51-c809f7d43b41\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:56.4824220Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:56.5425637Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:56.7662615Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:56.7664187Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:56.7817146Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:56.7818315Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b59e3739-e525-4eaf-8e5d-68a190de8960\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:56.7821077Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b59e3739-e525-4eaf-8e5d-68a190de8960\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:56.7821673Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:56.8441847Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:57.0641666Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:57.0643657Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:57.0799092Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:57.0799999Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9311febd-6f03-4d91-83a0-c91522938c1c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:57.0813926Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9311febd-6f03-4d91-83a0-c91522938c1c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:57.0814611Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:57.1344733Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:57.3492263Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:57.3493861Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:57.3637184Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:57.3638154Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c0349558-5738-461f-80aa-d6115ef884b0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:57.3641205Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c0349558-5738-461f-80aa-d6115ef884b0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:57.3641790Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:57.4236017Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:57.6831595Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:57.6833134Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:57.6973022Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:57.6973939Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4b22cbc2-b6b2-42bb-a94a-4c735a30cbfb\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:57.6977270Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4b22cbc2-b6b2-42bb-a94a-4c735a30cbfb\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:57.6977839Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:57.7603650Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:58.0316470Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:58.0317996Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:58.0482359Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:58.0483375Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7b302678-cb4d-453f-ba04-aa50c664b932\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:58.0488025Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7b302678-cb4d-453f-ba04-aa50c664b932\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:58.0489083Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:58.1185976Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:58.3385953Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:58.3387393Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:58.3482074Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Update Windows Desktop Project","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:32:58.3581316Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:58.3582238Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\65067f51-89c6-4bd1-9fa1-4d66a60871b1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:58.3585350Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\65067f51-89c6-4bd1-9fa1-4d66a60871b1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:58.3585897Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:58.4233796Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:58.6732394Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:58.6734159Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:58.6863561Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:58.6864212Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d77f8634-688a-4ad5-9f78-c816636c8af0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:58.6866693Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d77f8634-688a-4ad5-9f78-c816636c8af0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:58.6867415Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:58.7474687Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:58.9856276Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:58.9857904Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:58.9986414Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:58.9987156Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\95aaa309-4150-4852-94b5-216205e38a5f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:58.9989438Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\95aaa309-4150-4852-94b5-216205e38a5f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:58.9990023Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:59.0567199Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:59.2874207Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:59.2876186Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:59.3010114Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:59.3010838Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6c786e4a-bfa5-4cb5-b6cf-a9f173293ae1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:59.3013589Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6c786e4a-bfa5-4cb5-b6cf-a9f173293ae1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:59.3014336Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:59.3561862Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:59.6135455Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:59.6136982Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:59.6288726Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:59.6290287Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\21609bcc-7cbf-487a-b598-4a95647bbebc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:59.6293291Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\21609bcc-7cbf-487a-b598-4a95647bbebc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:59.6293960Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:59.6913599Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:59.9279833Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:59.9281924Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:59.9410450Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:59.9411318Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\72a0fc6b-dfbb-4fa0-ab32-40d0553385c0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:59.9414294Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\72a0fc6b-dfbb-4fa0-ab32-40d0553385c0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:32:59.9414923Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:00.0008266Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:00.2653283Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:00.2654647Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:00.2789274Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:00.2790121Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2906eaeb-d02b-4bf5-b7f0-95485f39b07b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:00.2792944Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2906eaeb-d02b-4bf5-b7f0-95485f39b07b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:00.2793605Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:00.3406673Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:00.5921641Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:00.5923927Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:00.6092076Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:00.6093087Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a64ddcf6-d261-46aa-aebd-f446855f9197\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:00.6096011Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a64ddcf6-d261-46aa-aebd-f446855f9197\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:00.6096690Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:00.6707602Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:00.9100189Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:00.9101791Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:00.9236347Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:00.9237439Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3b5ed003-6925-4a79-9798-ec2b7ee16059\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:00.9241664Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3b5ed003-6925-4a79-9798-ec2b7ee16059\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:00.9243419Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:00.9828247Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:01.2123692Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:01.2125077Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:01.2269748Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:01.2270347Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ce5224bd-c75e-4c2b-ab1a-ed6ddeef3388\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:01.2273519Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ce5224bd-c75e-4c2b-ab1a-ed6ddeef3388\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:01.2274099Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:01.2891360Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:01.5131440Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:01.5132856Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:01.5280964Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:01.5282535Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6815c9d1-8729-487b-acc1-9d14342c0e75\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:01.5286800Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6815c9d1-8729-487b-acc1-9d14342c0e75\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:01.5287593Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:01.5890246Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:01.8149614Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:01.8152577Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:01.8311598Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:01.8312537Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c93ae29e-cc76-42d8-9eeb-a1adedd949f4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:01.8316152Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c93ae29e-cc76-42d8-9eeb-a1adedd949f4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:01.8317042Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:01.8984219Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:02.1162610Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:02.1164425Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:02.1326541Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:02.1327660Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3a63e6d1-8111-47a8-a807-80d5879301e0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:02.1330307Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3a63e6d1-8111-47a8-a807-80d5879301e0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:02.1330870Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:02.2019542Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:02.4354423Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:02.4356672Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:02.4486316Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:02.4487042Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9e1c2179-ce4a-472e-aac8-98ce7540ac3a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:02.4490623Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9e1c2179-ce4a-472e-aac8-98ce7540ac3a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:02.4491372Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:02.5059357Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:02.8360215Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:02.8361775Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:02.8512986Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:02.8513787Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e53a3425-6193-4061-bd7e-62737bcdde81\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:02.8517187Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e53a3425-6193-4061-bd7e-62737bcdde81\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:02.8518174Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:02.9272081Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:03.1790778Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:03.1792094Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:03.1931129Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:03.1932146Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\054b8fef-bd20-4ca0-9ec3-aa90f0936a62\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:03.1936491Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\054b8fef-bd20-4ca0-9ec3-aa90f0936a62\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:03.1938662Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:03.2513708Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:03.4800761Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:03.4802039Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:04.2430327Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Update Windows Desktop Project","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:33:04.2467977Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:04.2469089Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ccb465d8-00a0-414c-a8ac-eb05ac0642d1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:04.2472855Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ccb465d8-00a0-414c-a8ac-eb05ac0642d1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:04.2473743Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:04.3284582Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:04.6128017Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:04.6130778Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:04.6292793Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:04.6293814Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dbd76a33-838d-4c3c-a008-cb8997a4a552\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:04.6297265Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dbd76a33-838d-4c3c-a008-cb8997a4a552\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:04.6297908Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:04.7056965Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:04.9873151Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:04.9874573Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:05.0021897Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:05.0022894Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fe75b506-9e1f-4072-8875-46b4f8eb29f7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:05.0026264Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fe75b506-9e1f-4072-8875-46b4f8eb29f7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:05.0026884Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:05.0773109Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:05.3495842Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:05.3497650Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:05.3633973Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:05.3635429Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5f9b7ca0-7449-48fa-89d8-07a3766da299\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:05.3638346Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5f9b7ca0-7449-48fa-89d8-07a3766da299\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:05.3638922Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:05.4552577Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:05.7147413Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:05.7150285Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:05.7316954Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:05.7318168Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a46a7585-f310-44df-84d4-0a2a6679b3f0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:05.7320912Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a46a7585-f310-44df-84d4-0a2a6679b3f0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:05.7321509Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:05.7940869Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:06.0320231Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:06.0323344Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:06.0483030Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:06.0483988Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4b81106c-5f4e-4c05-957e-2ec5e9e64ed0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:06.0487468Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4b81106c-5f4e-4c05-957e-2ec5e9e64ed0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:06.0488347Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:06.1146082Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:06.3591599Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:06.3592995Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:06.3695309Z","@mt":"Identified upgrade step {UpgradeStep} as the next step","@l":"Debug","UpgradeStep":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WinUINamespaceUpdater","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:33:06.3783822Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:06.3785015Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\231279c4-d42a-47f7-bb9d-e078ef4abefb\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:06.3787580Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\231279c4-d42a-47f7-bb9d-e078ef4abefb\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:06.3788222Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:06.4370659Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:06.7026543Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:06.7028759Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:06.7398404Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:06.7399439Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ff2bddeb-cd59-4140-a92b-2c84b6035825\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:06.7401960Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ff2bddeb-cd59-4140-a92b-2c84b6035825\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:06.7402707Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:06.8069300Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:07.0560402Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:07.0562134Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:07.0806843Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:07.0807800Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\97401edf-9488-4911-8cc2-43e902c37da6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:07.0810382Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\97401edf-9488-4911-8cc2-43e902c37da6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:07.0811049Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:07.1475084Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:07.3808234Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:07.3809880Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:07.3972869Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:07.3974341Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f2eecfac-ce82-4d89-be9c-87aec03f199a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:07.3977119Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f2eecfac-ce82-4d89-be9c-87aec03f199a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:07.3977775Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:07.4546719Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:07.6934474Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:07.6935959Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:07.7096227Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:07.7097209Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\32cb1634-c291-4ab6-ab38-a1de4ef35212\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:07.7100562Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\32cb1634-c291-4ab6-ab38-a1de4ef35212\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:07.7101152Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:07.7720031Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:08.0172390Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:08.0176067Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:08.0359674Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:08.0360526Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bd4216a4-5544-4458-94fe-1a6b56a7c14e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:08.0363859Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bd4216a4-5544-4458-94fe-1a6b56a7c14e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:08.0364446Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:08.0973761Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:08.3233164Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:08.3235456Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:08.3401495Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:08.3402643Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d1bd7548-9866-405d-9b6b-de964a594235\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:08.3406628Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d1bd7548-9866-405d-9b6b-de964a594235\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:08.3407326Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:08.4014659Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:08.6380927Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:08.6382276Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:08.6534526Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:08.6535466Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8e8271ff-1b84-4117-9d5e-2aeacb75dc4f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:08.6539579Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8e8271ff-1b84-4117-9d5e-2aeacb75dc4f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:08.6541023Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:08.7183119Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:08.9709035Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:08.9712526Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:08.9856784Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:08.9858890Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fe790710-3868-4310-8d4b-8f145372f8b8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:08.9885440Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fe790710-3868-4310-8d4b-8f145372f8b8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:08.9886333Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:09.0497411Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:09.2867303Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:09.2868644Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:09.3004038Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:09.3005629Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d53f67d9-b83a-4814-989b-f51e5773fcf5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:09.3011174Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d53f67d9-b83a-4814-989b-f51e5773fcf5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:09.3011965Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:09.3600566Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:09.5857158Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:09.5858482Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:09.6014670Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:09.6015787Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fae02e58-eec7-41ea-bd44-f681811ed0f3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:09.6019753Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fae02e58-eec7-41ea-bd44-f681811ed0f3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:09.6020434Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:09.6636945Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:09.9212212Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:09.9213934Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:09.9341791Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:09.9342570Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7643e750-236f-4d28-9c46-e9bebbfd7325\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:09.9346064Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7643e750-236f-4d28-9c46-e9bebbfd7325\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:09.9346609Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:09.9975205Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:10.2313074Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:10.2315097Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:10.2451288Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:10.2452164Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\52102744-2708-4112-9801-4f384438d25b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:10.2455343Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\52102744-2708-4112-9801-4f384438d25b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:10.2455883Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:10.3037643Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:10.5304273Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:10.5307399Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:10.5444043Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:10.5445420Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a4936481-3ba8-47a3-bb9c-fd52b025bb74\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:10.5451686Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a4936481-3ba8-47a3-bb9c-fd52b025bb74\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:10.5452340Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:10.6054935Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:10.8554015Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:10.8557008Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:10.8742833Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:10.8743826Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2583dbbe-c31b-4d6b-87f6-5023831a07aa\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:10.8747499Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2583dbbe-c31b-4d6b-87f6-5023831a07aa\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:10.8748429Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:10.9525649Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:11.1878601Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:11.1879931Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:11.2026275Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:11.2027757Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c480b6e6-5c46-4da1-9388-b80774bb0aef\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:11.2031999Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c480b6e6-5c46-4da1-9388-b80774bb0aef\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:11.2033418Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:11.2674858Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:11.4965715Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:11.4969116Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:11.5152737Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:11.5154334Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\617b7dde-d358-4452-912d-0d590ac7ab8c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:11.5157455Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\617b7dde-d358-4452-912d-0d590ac7ab8c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:11.5158033Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:11.5765170Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:11.8201766Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:11.8203280Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:11.8332934Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:11.8333675Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a96e4821-f2c6-41a2-852b-c8e84476bc97\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:11.8352141Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a96e4821-f2c6-41a2-852b-c8e84476bc97\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:11.8353421Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:11.9041898Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:12.1566296Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:12.1568219Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:12.1742905Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:12.1743653Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f219d919-53c8-4abe-ac08-d0f6daa1a306\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:12.1746258Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f219d919-53c8-4abe-ac08-d0f6daa1a306\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:12.1746842Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:12.2442082Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:12.5428972Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:12.5430568Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:12.5568168Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:12.5569450Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\55ebad19-5267-4ff3-9bc6-7902f9d2f98d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:12.5572854Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\55ebad19-5267-4ff3-9bc6-7902f9d2f98d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:12.5573835Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:12.6160889Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:12.8444219Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:12.8445728Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:12.8603593Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:12.8604277Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\132e318d-ff3a-4816-be3e-cc65a74c829d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:12.8607078Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\132e318d-ff3a-4816-be3e-cc65a74c829d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:12.8607884Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:12.9239490Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:13.1823905Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:13.1825826Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:13.1966342Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:13.1968019Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bf9a3d2c-02b7-48f3-b90c-c8394af422cc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:13.1971546Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bf9a3d2c-02b7-48f3-b90c-c8394af422cc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:13.1972846Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:13.2640720Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:13.5255205Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:13.5257815Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:13.5442253Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:13.5442985Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ab924f7b-da60-48b5-b728-3dae481cc902\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:13.5445673Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ab924f7b-da60-48b5-b728-3dae481cc902\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:13.5446221Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:13.6093559Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:13.8602456Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:13.8604856Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:13.8742777Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:13.8743531Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a720d56f-494d-4263-9a65-8be40d4b7e65\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:13.8747108Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a720d56f-494d-4263-9a65-8be40d4b7e65\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:13.8748140Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:13.9450067Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:14.1868271Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:14.1871307Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:14.2022283Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:14.2022999Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\03e45b29-9a1b-412a-9185-a44845ea76ea\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:14.2025584Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\03e45b29-9a1b-412a-9185-a44845ea76ea\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:14.2026136Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:14.2649530Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:14.5015480Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:14.5017881Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:14.5151155Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:14.5153204Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5068d985-8583-47f0-874f-706f0f0bed75\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:14.5156102Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5068d985-8583-47f0-874f-706f0f0bed75\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:14.5156730Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:14.5777376Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:14.8306000Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:14.8307368Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:14.8505051Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:14.8505948Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b56f8702-26c5-4407-beff-6659891e10ed\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:14.8511502Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b56f8702-26c5-4407-beff-6659891e10ed\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:14.8512522Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:14.9125254Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:15.1374471Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:15.1376100Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:15.1506555Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:15.1507303Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0a0a658d-2077-409a-a674-9f1be1790b2f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:15.1509982Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0a0a658d-2077-409a-a674-9f1be1790b2f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:15.1510568Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:15.2103838Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:15.4335363Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:15.4336688Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:15.4488929Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:15.4490849Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\65e7b915-23f5-4527-a464-3156dcf3f92d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:15.4495300Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\65e7b915-23f5-4527-a464-3156dcf3f92d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:15.4496321Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:15.5097172Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:15.7259222Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:15.7260663Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:15.7412590Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:15.7414136Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\beb2e22f-d8b0-43c1-a7c9-31abba51c2f0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:15.7417465Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\beb2e22f-d8b0-43c1-a7c9-31abba51c2f0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:15.7418252Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:15.8129246Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:16.0419308Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:16.0420725Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:16.0561329Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:16.0562103Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ed80123b-64a6-4d0e-8168-163f58767c29\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:16.0565229Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ed80123b-64a6-4d0e-8168-163f58767c29\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:16.0565790Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:16.1167801Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:16.3464273Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:16.3465639Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:16.3625217Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:16.3625933Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a453153c-48da-4a0c-b470-1292582e1332\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:16.3628510Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a453153c-48da-4a0c-b470-1292582e1332\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:16.3629082Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:16.4261404Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:16.6587240Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:16.6589776Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:16.6747271Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:16.6748484Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\88bae1ed-969e-4152-9853-0a2a0ba71eb1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:16.6752702Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\88bae1ed-969e-4152-9853-0a2a0ba71eb1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:16.6753407Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:16.7317699Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:16.9539821Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:16.9541334Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:16.9682897Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:16.9684126Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1b1c1650-8176-42c8-8101-bd41bcb2c414\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:16.9686686Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1b1c1650-8176-42c8-8101-bd41bcb2c414\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:16.9687277Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:17.0260167Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:17.3264622Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:17.3266773Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:17.3424126Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:17.3425106Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5167c667-e62f-41c2-9179-02bb24790dc3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:17.3428090Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5167c667-e62f-41c2-9179-02bb24790dc3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:17.3428725Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:17.4077647Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:17.6677155Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:17.6678548Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:17.6808229Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:17.6810536Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\92779574-9698-47db-8a49-d27511b9abe6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:17.6816367Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\92779574-9698-47db-8a49-d27511b9abe6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:17.6817475Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:17.7492679Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:18.0031439Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:18.0032790Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:18.0186918Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:18.0187637Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\57d42c56-08ad-437b-b20f-5355c17acfb0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:18.0203607Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\57d42c56-08ad-437b-b20f-5355c17acfb0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:18.0204308Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:18.0856062Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:18.3204609Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:18.3206285Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:18.3337664Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:18.3338782Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e2dbd60c-c848-4da9-9b7a-36678c868624\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:18.3341740Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e2dbd60c-c848-4da9-9b7a-36678c868624\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:18.3342372Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:18.3955957Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:18.6359809Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:18.6361610Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:18.6507757Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:18.6509067Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\798b8acd-32dc-470c-8a2d-b5b8a55b326d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:18.6524827Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\798b8acd-32dc-470c-8a2d-b5b8a55b326d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:18.6525496Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:18.7105898Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:18.9525694Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:18.9527231Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:18.9670492Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:18.9671228Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\240acca9-3745-439d-a4a1-71b0902c4e76\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:18.9673798Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\240acca9-3745-439d-a4a1-71b0902c4e76\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:18.9674359Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:19.0317642Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:19.2676391Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:19.2679168Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:19.2865467Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:19.2867139Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\68f1ffd9-5c59-4afd-8a5c-2a23a30955d2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:19.2872102Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\68f1ffd9-5c59-4afd-8a5c-2a23a30955d2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:19.2873043Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:19.3517255Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:19.5838083Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:19.5841331Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:19.5973859Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:19.5974602Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\690a7cd5-839f-4166-aa0b-8e4ae94a8d67\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:19.5977294Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\690a7cd5-839f-4166-aa0b-8e4ae94a8d67\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:19.5977838Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:19.6588374Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:19.9462620Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:19.9463966Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:19.9606886Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:19.9608688Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d78bc4c2-b9d0-4060-9024-898a60ea3940\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:19.9611618Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d78bc4c2-b9d0-4060-9024-898a60ea3940\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:19.9612147Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:20.0249089Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:20.2566775Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:20.2568073Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:20.2724010Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:20.2725086Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\594f9e3b-db8a-4900-b7c4-27cd23fe5708\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:20.2727629Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\594f9e3b-db8a-4900-b7c4-27cd23fe5708\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:20.2728246Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:20.3380287Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:20.5899287Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:20.5900667Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:20.6065170Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:20.6066151Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2ae78ba4-df1e-4309-9a0c-918a48355d24\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:20.6068984Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2ae78ba4-df1e-4309-9a0c-918a48355d24\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:20.6070059Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:20.6722535Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:20.8995402Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:20.8996842Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:20.9148781Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:20.9149615Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7adddbab-d07b-4631-b86a-24feec3f4baf\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:20.9153316Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7adddbab-d07b-4631-b86a-24feec3f4baf\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:20.9154322Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:20.9758580Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:21.2092662Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:21.2094197Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:21.2262314Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:21.2263864Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\52caa3f6-0fab-42c0-b622-ffd309bf9c73\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:21.2267318Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\52caa3f6-0fab-42c0-b622-ffd309bf9c73\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:21.2268503Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:21.2894218Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:21.5255466Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:21.5258868Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:21.5389262Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:21.5390819Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d0255868-f732-4781-a86c-958898a0e145\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:21.5394249Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d0255868-f732-4781-a86c-958898a0e145\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:21.5395751Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:21.6021342Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:21.8410536Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:21.8411938Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:21.8563417Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:21.8564229Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c401979d-2c2a-4562-b3aa-98b3afce22d6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:21.8566615Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c401979d-2c2a-4562-b3aa-98b3afce22d6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:21.8567269Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:21.9202878Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:22.1525411Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:22.1526826Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:22.1686090Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:22.1687020Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4fa1b0de-9890-4a10-89ce-fb44097bb6d9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:22.1692285Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4fa1b0de-9890-4a10-89ce-fb44097bb6d9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:22.1693369Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:22.2328842Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:22.5217405Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:22.5218887Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:22.5378550Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:22.5379221Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d778c447-7858-49f1-be90-686878d33db2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:22.5381912Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d778c447-7858-49f1-be90-686878d33db2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:22.5382485Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:22.6044793Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:22.8575573Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:22.8577057Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:22.8732004Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:22.8734784Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c27b53ef-d4c0-4802-bd84-cf0a92a63f88\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:22.8739035Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c27b53ef-d4c0-4802-bd84-cf0a92a63f88\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:22.8740269Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:22.9378338Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:23.2183854Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:23.2186643Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:23.2378057Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:23.2379134Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\05ec31c9-b00c-47da-8665-c88dd7527d99\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:23.2383770Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\05ec31c9-b00c-47da-8665-c88dd7527d99\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:23.2384992Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:23.3209904Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:23.5721287Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:23.5722627Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:23.5863422Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:23.5864609Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1f199e88-1b5d-4836-ab54-d5a02fb5493a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:23.5867532Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1f199e88-1b5d-4836-ab54-d5a02fb5493a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:23.5868202Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:23.6470187Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:23.9036013Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:23.9038188Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:23.9190094Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:23.9191076Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1985f4e3-fefa-4a8f-b218-ca61b169cf79\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:23.9193559Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1985f4e3-fefa-4a8f-b218-ca61b169cf79\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:23.9194121Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:23.9791492Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:24.2101857Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:24.2103573Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:24.2232086Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:24.2233103Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\05f9f2a0-6007-4658-ab0c-08ab2e9ce69f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:24.2235677Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\05f9f2a0-6007-4658-ab0c-08ab2e9ce69f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:24.2236262Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:24.2829528Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:24.5022817Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:33:24.5024726Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:00.9696663Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Update WinUI namespaces","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsDesktopUpdateStep"} -{"@t":"2022-06-09T14:34:01.0981734Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Update WinUI namespaces","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsDesktopUpdateStep"} -{"@t":"2022-06-09T14:34:01.8674508Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:01.8675722Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a5bf56bd-7ae5-4d76-9da7-6c480ef675c3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:01.8678410Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a5bf56bd-7ae5-4d76-9da7-6c480ef675c3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:01.8679092Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:01.9325973Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:02.1829800Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:02.1831771Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:02.1988957Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:02.1990063Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cbd179da-b01a-4297-ac27-a57ae5301e51\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:02.1994584Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cbd179da-b01a-4297-ac27-a57ae5301e51\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:02.1995408Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:02.3230212Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:02.6022234Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:02.6024073Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:02.6181579Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:02.6182707Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\33258266-2c18-46fd-9581-71ccdf6bbd3a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:02.6188081Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\33258266-2c18-46fd-9581-71ccdf6bbd3a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:02.6188821Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:02.7006859Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:03.0072874Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:03.0075435Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:03.0301319Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:03.0302295Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d39e7588-ffa0-49b0-8cbb-e4892f0aafe2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:03.0305621Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d39e7588-ffa0-49b0-8cbb-e4892f0aafe2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:03.0306374Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:03.1148813Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:03.4077060Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:03.4081267Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:03.4389710Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:03.4391050Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\411cfa8f-3877-4642-aa5b-0d2ad28161dd\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:03.4395194Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\411cfa8f-3877-4642-aa5b-0d2ad28161dd\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:03.4396382Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:03.5267598Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:03.8071887Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:03.8073412Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:03.8210563Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:03.8211234Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4bf085e2-b6f2-43a7-87f2-53e90d1611a1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:03.8213675Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4bf085e2-b6f2-43a7-87f2-53e90d1611a1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:03.8214328Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:03.8860237Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:04.1084407Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:04.1085902Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:04.1235466Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:04.1236564Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0765b073-f127-40b7-94fb-c95d55545aa9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:04.1239677Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0765b073-f127-40b7-94fb-c95d55545aa9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:04.1240219Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:04.1788044Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:04.4178970Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:04.4180869Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:04.4367978Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:04.4368781Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5b4c465d-8283-4a15-8141-76f96cb863d5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:04.4371862Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5b4c465d-8283-4a15-8141-76f96cb863d5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:04.4372452Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:04.5502732Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:04.8265679Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:04.8267514Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:04.8434902Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:04.8436392Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8f94cd5c-b013-4309-8036-1fb2764598f8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:04.8439198Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8f94cd5c-b013-4309-8036-1fb2764598f8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:04.8439786Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:04.9068946Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:05.1484100Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:05.1485502Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:05.1628158Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:05.1629368Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a516e02a-408b-4977-8e5a-1116cd67961a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:05.1632278Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a516e02a-408b-4977-8e5a-1116cd67961a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:05.1632943Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:05.2239905Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:05.4690403Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:05.4691877Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:05.4831256Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:05.4832247Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\02c17a1c-2b64-4889-9d48-47be65c11a64\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:05.4835403Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\02c17a1c-2b64-4889-9d48-47be65c11a64\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:05.4835959Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:05.5474473Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:05.7794533Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:05.7796984Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:05.7975229Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:05.7976130Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\46e5fe4d-9227-41ef-86c5-c64fdbc5363d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:05.7979674Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\46e5fe4d-9227-41ef-86c5-c64fdbc5363d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:05.7980403Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:05.8579635Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:06.0862907Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:06.0864486Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:06.1003070Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:06.1004300Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c43391d0-8ce9-41a3-bfc3-e90cae8add0c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:06.1008911Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c43391d0-8ce9-41a3-bfc3-e90cae8add0c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:06.1010030Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:06.1615236Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:06.4091595Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:06.4093007Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:06.4226434Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:06.4227516Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\54f2bab6-1950-48fb-b0f3-6a3af07f3cfb\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:06.4230028Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\54f2bab6-1950-48fb-b0f3-6a3af07f3cfb\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:06.4230597Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:06.4807851Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:06.7377622Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:06.7380553Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:06.7662685Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:06.7663631Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\991408db-0771-4f49-8cff-ab8d5cd96bed\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:06.7666823Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\991408db-0771-4f49-8cff-ab8d5cd96bed\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:06.7667342Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:06.8248362Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:07.0571273Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:07.0572918Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:07.0710830Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:07.0711598Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4ab96e16-0aac-44ba-b840-b5155d91537a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:07.0714475Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4ab96e16-0aac-44ba-b840-b5155d91537a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:07.0715029Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:07.1315835Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:07.3558299Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:07.3559754Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:07.3706861Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:07.3707755Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\80e7f7f2-4d50-4ef2-b262-d3aaf3d20a32\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:07.3711194Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\80e7f7f2-4d50-4ef2-b262-d3aaf3d20a32\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:07.3711745Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:07.4300384Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:07.6703057Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:07.6704417Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:07.6838667Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:07.6839472Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a4aeac4a-bebc-4dd7-bbf9-8ec0fce90f32\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:07.6842541Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a4aeac4a-bebc-4dd7-bbf9-8ec0fce90f32\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:07.6843072Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:07.7424927Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:07.9632180Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:07.9633855Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:07.9764220Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:07.9765306Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ca394850-4618-468c-b636-a8ffeb68d348\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:07.9767915Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ca394850-4618-468c-b636-a8ffeb68d348\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:07.9768482Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:08.0398392Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:08.2545934Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:08.2547366Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:08.2681973Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:08.2683146Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e74f46c1-c9d4-4543-b612-dc5e4743423c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:08.2685730Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e74f46c1-c9d4-4543-b612-dc5e4743423c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:08.2686281Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:08.3254652Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:08.5553377Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:08.5554968Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:08.5699161Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:08.5700718Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\453d2123-3494-467d-85f0-1f46a584cc18\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:08.5705168Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\453d2123-3494-467d-85f0-1f46a584cc18\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:08.5706080Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:08.6290126Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:08.8606613Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:08.8608161Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:08.8748008Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:08.8748734Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0f2b8119-29d9-4ad3-a80e-936933ec88dd\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:08.8751542Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0f2b8119-29d9-4ad3-a80e-936933ec88dd\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:08.8752080Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:08.9496172Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:09.1787051Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:09.1788682Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:09.1948451Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:09.1949839Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\264d102f-357e-475f-bd3b-07cf3e7c9a81\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:09.1952502Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\264d102f-357e-475f-bd3b-07cf3e7c9a81\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:09.1954128Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:09.2558326Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:09.4835113Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:09.4836441Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:09.4982366Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:09.4983079Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\131ac6da-3db3-47fb-9cdb-5d8e2d2d60e3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:09.4986544Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\131ac6da-3db3-47fb-9cdb-5d8e2d2d60e3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:09.4987100Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:09.5599059Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:09.8375601Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:09.8377206Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:09.8511455Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:09.8512170Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ff6961de-7d90-486f-bb94-25b035c68589\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:09.8514914Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ff6961de-7d90-486f-bb94-25b035c68589\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:09.8515511Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:09.9280119Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:10.1923705Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:10.1926170Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:10.2086204Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:10.2087244Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ec82e60d-2d22-40fd-b870-5ffc7937032e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:10.2090062Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ec82e60d-2d22-40fd-b870-5ffc7937032e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:10.2090749Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:10.2737224Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:10.5318120Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:10.5319482Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:10.5459830Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:10.5461107Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1cc05124-500d-4b23-a7d5-22b6eba2b876\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:10.5464988Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1cc05124-500d-4b23-a7d5-22b6eba2b876\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:10.5465689Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:10.6065567Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:10.8377944Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:10.8380044Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:10.8514598Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:10.8515923Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\46fade9f-825d-4645-a706-5200807a5d43\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:10.8519136Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\46fade9f-825d-4645-a706-5200807a5d43\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:10.8519696Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:10.9156358Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:11.1542644Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:11.1544086Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:11.1656853Z","@mt":"Identified upgrade step {UpgradeStep} as the next step","@l":"Debug","UpgradeStep":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WinUIPropertiesUpdater","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:34:11.1725971Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:11.1726658Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3d3fff01-26cd-45d7-b709-7822b61e8266\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:11.1730100Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3d3fff01-26cd-45d7-b709-7822b61e8266\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:11.1730660Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:11.2331338Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:11.4581880Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:11.4583400Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:11.4720440Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:11.4721031Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3b863289-937d-4943-b02e-3f04df27fbc0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:11.4724306Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3b863289-937d-4943-b02e-3f04df27fbc0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:11.4724852Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:11.5298972Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:11.7671201Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:11.7799609Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:11.8124172Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:11.8125339Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3b29cc35-bc78-4a6c-af03-9e2b7a109f93\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:11.8129221Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3b29cc35-bc78-4a6c-af03-9e2b7a109f93\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:11.8130244Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:11.8919085Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:12.1048105Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:12.1049554Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:12.1170066Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:12.1171163Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7adb85bb-f688-42a8-9472-5a3cffcd09d1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:12.1175199Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7adb85bb-f688-42a8-9472-5a3cffcd09d1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:12.1175751Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:12.1743747Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:12.3955949Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:12.3957494Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:12.4094450Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:12.4095179Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5f0a8930-1d46-4884-89a0-a2eaee4aee43\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:12.4097838Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5f0a8930-1d46-4884-89a0-a2eaee4aee43\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:12.4098443Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:12.4696898Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:12.6920838Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:12.6922254Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:12.7052180Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:12.7053259Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9aa320e5-4432-464a-b985-b1257f9deaf0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:12.7055854Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9aa320e5-4432-464a-b985-b1257f9deaf0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:12.7056409Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:12.7621076Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:12.9884526Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:12.9885843Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:13.0042175Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:13.0042941Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b0f7eded-829f-4b19-8250-e31195fb9e5f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:13.0046405Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b0f7eded-829f-4b19-8250-e31195fb9e5f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:13.0047275Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:13.0623637Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:13.2813135Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:13.2815241Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:13.2948182Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:13.2948977Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a242b584-3c21-4a95-8ce7-81631fba5213\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:13.2951286Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a242b584-3c21-4a95-8ce7-81631fba5213\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:13.2951827Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:13.3504547Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:13.5717655Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:13.5720281Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:13.5859517Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:13.5860332Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\58de1fba-2d82-4c5a-8946-d6272a27be87\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:13.5863143Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\58de1fba-2d82-4c5a-8946-d6272a27be87\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:13.5863687Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:13.6416552Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:13.8684402Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:13.8687924Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:13.8818592Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:13.8819289Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f7badde3-3809-4e4e-b6a9-caa7d75d9156\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:13.8824639Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f7badde3-3809-4e4e-b6a9-caa7d75d9156\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:13.8825840Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:13.9382506Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:14.1801114Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:14.1802583Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:14.2195065Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:14.2196996Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ab5a5e9d-d4a1-4241-ab0f-9c6f68810478\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:14.2199433Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ab5a5e9d-d4a1-4241-ab0f-9c6f68810478\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:14.2199999Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:14.2824584Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:14.4942883Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:14.4944280Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:14.5073944Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:14.5074700Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5902a5f0-fe9f-4c6c-ac50-3c913c5d0282\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:14.5079535Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5902a5f0-fe9f-4c6c-ac50-3c913c5d0282\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:14.5080183Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:14.5689248Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:14.7964809Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:14.7966156Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:14.8120212Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:14.8121076Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\22e25086-c051-4eb2-a435-ab33dbf04071\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:14.8123914Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\22e25086-c051-4eb2-a435-ab33dbf04071\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:14.8124465Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:14.8659530Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:15.0965452Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:15.0966865Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:15.1105746Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:15.1106644Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\79038df4-458d-45ca-999b-7242fbf67659\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:15.1109305Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\79038df4-458d-45ca-999b-7242fbf67659\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:15.1109998Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:15.1706175Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:15.3926512Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:15.3927997Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:15.4081598Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:15.4082311Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\808723d9-8d3f-4485-baaa-2d4ad733e45d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:15.4085682Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\808723d9-8d3f-4485-baaa-2d4ad733e45d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:15.4087490Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:15.4652777Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:15.6817277Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:15.6818572Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:15.6961326Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:15.6961980Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\255afc77-559f-4cd5-b88c-adeb397ec579\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:15.6964627Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\255afc77-559f-4cd5-b88c-adeb397ec579\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:15.6965199Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:15.7610936Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:15.9949199Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:15.9950817Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:16.0117852Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:16.0118545Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\48a6b0ef-9e4d-45e5-84f3-0ff166c85adf\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:16.0121258Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\48a6b0ef-9e4d-45e5-84f3-0ff166c85adf\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:16.0121809Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:16.0718818Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:16.2996646Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:16.2998118Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:16.3128726Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:16.3129578Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\71ec3a08-3b7b-4362-b47a-8f1c47077c9e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:16.3132267Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\71ec3a08-3b7b-4362-b47a-8f1c47077c9e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:16.3133204Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:16.3720562Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:16.6036513Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:16.6037984Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:16.6182029Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:16.6182735Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\134c9caf-efd3-4b11-8471-a3de09e8678e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:16.6185367Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\134c9caf-efd3-4b11-8471-a3de09e8678e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:16.6195581Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:16.6797249Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:16.8957119Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:16.8958638Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:16.9087791Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:16.9089105Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5003f2c5-f722-446b-b805-8bc716b9704a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:16.9091961Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5003f2c5-f722-446b-b805-8bc716b9704a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:16.9092495Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:16.9675555Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:17.2441392Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:17.2446001Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:17.2594400Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:17.2595643Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\75e16185-8b64-4cd2-b5f3-0755eb209890\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:17.2599220Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\75e16185-8b64-4cd2-b5f3-0755eb209890\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:17.2600156Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:17.3172219Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:17.5458218Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:17.5459613Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:17.5590910Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:17.5591603Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bf5934ae-775d-4156-9fb8-763bf422329b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:17.5595468Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bf5934ae-775d-4156-9fb8-763bf422329b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:17.5596014Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:17.6176942Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:17.8514368Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:17.8516766Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:17.8680786Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:17.8682916Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0abab8c3-75b3-4115-9d0c-5fa5723f5ade\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:17.8688424Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0abab8c3-75b3-4115-9d0c-5fa5723f5ade\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:17.8689203Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:17.9267127Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:18.1871347Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:18.1872748Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:18.2042538Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:18.2043592Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\79f7bf2c-8db2-4454-9f02-a235de092a77\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:18.2045888Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\79f7bf2c-8db2-4454-9f02-a235de092a77\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:18.2046594Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:18.2630170Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:18.5026533Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:18.5027981Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:18.5184355Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:18.5185043Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e0bdfa56-b7b2-4f5a-aadc-14e43a54b1b4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:18.5188460Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e0bdfa56-b7b2-4f5a-aadc-14e43a54b1b4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:18.5189003Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:18.5793766Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:18.8523093Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:18.8524372Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:18.8676220Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:18.8678382Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\50eafac0-9fe6-41d0-95bd-2b00db7a2ab4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:18.8682465Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\50eafac0-9fe6-41d0-95bd-2b00db7a2ab4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:18.8683050Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:18.9400716Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:19.2034575Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:19.2036875Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:19.2261712Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:19.2262458Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f11ae637-47d0-49d9-843e-ad5c7b4abdf5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:19.2265248Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f11ae637-47d0-49d9-843e-ad5c7b4abdf5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:19.2266058Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:19.2925246Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:19.5166961Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:19.5168387Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:19.5313006Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:19.5314018Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6ab6812c-3807-4636-94f7-ab526ab2811d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:19.5316543Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6ab6812c-3807-4636-94f7-ab526ab2811d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:19.5317158Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:19.5906984Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:19.8984284Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:19.8985926Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:19.9121383Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:19.9122418Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e54a4a17-e35a-4edb-a332-efd810cf31e5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:19.9125042Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e54a4a17-e35a-4edb-a332-efd810cf31e5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:19.9125746Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:19.9776233Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:20.2223413Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:20.2224865Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:20.2412755Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:20.2413475Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6e72639f-241d-458e-bcee-1e3e9dd5a0bb\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:20.2416059Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6e72639f-241d-458e-bcee-1e3e9dd5a0bb\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:20.2416688Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:20.3229128Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:20.5695891Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:20.5697395Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:20.5866003Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:20.5867151Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\eae8a661-57c4-4223-8fc0-99798967d6f6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:20.5870972Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\eae8a661-57c4-4223-8fc0-99798967d6f6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:20.5871559Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:20.6507078Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:20.8725108Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:20.8726462Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:20.8851863Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:20.8852744Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cd6b22fd-71e3-4917-9fe9-b5aaa8b6a6e6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:20.8855157Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cd6b22fd-71e3-4917-9fe9-b5aaa8b6a6e6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:20.8855716Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:20.9548426Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:21.1660813Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:21.1662224Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:21.1817838Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:21.1818560Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\41e3d86b-c8dd-4c89-aec7-80b3c9f9e8f3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:21.1821167Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\41e3d86b-c8dd-4c89-aec7-80b3c9f9e8f3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:21.1821734Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:21.2459152Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:21.5270342Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:21.5272383Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:21.5734344Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:21.5735417Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\993bdd87-180a-4ba0-90aa-de55843602ec\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:21.5741375Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\993bdd87-180a-4ba0-90aa-de55843602ec\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:21.5744255Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:21.6483129Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:21.9188592Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:21.9190516Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:21.9376526Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:21.9377732Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9a3ab33f-d129-4be5-bc22-e267d6ae9f5c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:21.9381471Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9a3ab33f-d129-4be5-bc22-e267d6ae9f5c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:21.9382081Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:22.0083948Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:22.2688720Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:22.2690414Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:22.2824242Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:22.2824996Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\88fc9205-a317-4d5e-8389-20da15540fea\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:22.2827639Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\88fc9205-a317-4d5e-8389-20da15540fea\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:22.2828178Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:22.3436898Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:22.5788134Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:22.5789611Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:22.5935234Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:22.5936038Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\459c7ae0-0c04-4aa2-af49-f9619e874f70\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:22.5938500Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\459c7ae0-0c04-4aa2-af49-f9619e874f70\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:22.5939055Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:22.6534044Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:22.8788888Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:22.8790398Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:22.8928978Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:22.8929696Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6702a6f2-1be8-478a-bf08-b4edebd677c6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:22.8932271Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6702a6f2-1be8-478a-bf08-b4edebd677c6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:22.8932815Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:22.9536254Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:23.1800823Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:23.1802175Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:23.1943406Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:23.1945171Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\75cd6900-e307-47d7-bd32-e7516a128478\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:23.1951713Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\75cd6900-e307-47d7-bd32-e7516a128478\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:23.1953622Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:23.2545981Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:23.4807098Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:23.4808708Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:23.4942641Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:23.4943351Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5ecf7bad-f9b0-4a78-ae9a-c73b5b97258d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:23.4945958Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5ecf7bad-f9b0-4a78-ae9a-c73b5b97258d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:23.4946492Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:23.5521846Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:23.7901763Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:23.7903794Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:23.8051279Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:23.8052087Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9ae813e8-6a98-4744-a38e-52165c02d1b7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:23.8055502Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9ae813e8-6a98-4744-a38e-52165c02d1b7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:23.8056082Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:23.8720494Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:24.1172016Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:24.1174481Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:24.1318580Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:24.1319192Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d757ec5e-e881-4871-bb9d-088efcec5cac\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:24.1322429Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d757ec5e-e881-4871-bb9d-088efcec5cac\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:24.1323007Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:24.1897247Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:24.4599527Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:24.4600943Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:24.4748656Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:24.4749370Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d63e5cbc-b23a-453a-b903-37d5f557a9f9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:24.4752543Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d63e5cbc-b23a-453a-b903-37d5f557a9f9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:24.4753134Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:24.5365948Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:24.7781312Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:24.7783298Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:24.7930039Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:24.7930956Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a41baf3a-4f02-40e3-b8a6-01199e965db6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:24.7933384Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a41baf3a-4f02-40e3-b8a6-01199e965db6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:24.7933938Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:24.8553530Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:25.0822634Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:25.0824046Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:25.0968797Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:25.0969549Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4da962c9-fe5b-4f1f-b954-ace56732b500\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:25.0972743Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4da962c9-fe5b-4f1f-b954-ace56732b500\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:25.0973305Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:25.1561272Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:25.3852373Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:25.3854385Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:25.3989581Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:25.3990720Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a29ffec4-7386-4f9d-a425-1e470247cab2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:25.3994066Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a29ffec4-7386-4f9d-a425-1e470247cab2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:25.3994992Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:25.4591728Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:25.6966557Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:25.6968067Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:25.7117477Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:25.7118186Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fc1faaad-3596-4d80-98e4-1d0997c6a620\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:25.7120828Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fc1faaad-3596-4d80-98e4-1d0997c6a620\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:25.7121382Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:25.7731431Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:25.9994709Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:25.9996028Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:26.0126840Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:26.0127983Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6efcfb1b-1bed-43b5-bac4-f3efefe2455d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:26.0131878Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6efcfb1b-1bed-43b5-bac4-f3efefe2455d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:26.0133096Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:26.0701728Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:26.2925251Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:26.2926603Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:26.3065415Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:26.3066981Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c7dd6e05-8811-4fbf-9483-00614a7b7bcf\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:26.3070082Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c7dd6e05-8811-4fbf-9483-00614a7b7bcf\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:26.3070656Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:26.3736104Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:26.6511584Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:26.6513217Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:26.6660192Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:26.6662272Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1f8797ec-f1b9-4c45-8f58-9ebb2b35e15e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:26.6666200Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1f8797ec-f1b9-4c45-8f58-9ebb2b35e15e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:26.6666773Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:26.7312987Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:26.9726645Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:26.9729206Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:26.9881111Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:26.9881836Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c35811bf-966f-4e4a-b176-94b83f5f1531\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:26.9884519Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c35811bf-966f-4e4a-b176-94b83f5f1531\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:26.9885550Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:27.0592588Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:27.2873687Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:27.2875051Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:27.3030361Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:27.3031038Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fd7db520-d655-424d-a464-08dd53378df3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:27.3033620Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fd7db520-d655-424d-a464-08dd53378df3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:27.3034156Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:27.3627587Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:27.6021579Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:27.6023262Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:27.6190877Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:27.6192047Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6b13938c-b4d4-4947-bc4f-145ec8bed19e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:27.6194782Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6b13938c-b4d4-4947-bc4f-145ec8bed19e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:27.6195958Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:27.6838660Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:27.9327127Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:27.9328501Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:27.9452207Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:27.9453888Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d5a8770a-0cd0-4136-8965-e50618c5eecd\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:27.9457028Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d5a8770a-0cd0-4136-8965-e50618c5eecd\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:27.9457743Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:28.0059862Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:28.2481968Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:28.2483444Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:28.2637747Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:28.2639044Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\13158c1e-5a39-4527-9680-368d7eae3d0d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:28.2643694Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\13158c1e-5a39-4527-9680-368d7eae3d0d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:28.2644398Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:28.3363206Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:28.5749334Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:28.5751075Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:28.5887103Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:28.5888299Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\75543b69-871e-453c-bab4-580af1d7b0a0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:28.5891010Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\75543b69-871e-453c-bab4-580af1d7b0a0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:28.5891562Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:28.6492908Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:28.8875118Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:34:28.8876939Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:17.8116620Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Update WinUI Project Properties","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsDesktopUpdateStep"} -{"@t":"2022-06-09T14:35:17.8151794Z","@mt":"Saving changes to project file","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildProject"} -{"@t":"2022-06-09T14:35:18.0269193Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Openhab.Core.csproj' with message: C:\\Program Files\\dotnet\\sdk\\6.0.300\\Sdks\\Microsoft.NET.Sdk\\targets\\Microsoft.NET.Sdk.FrameworkReferenceResolution.targets: (90, 5): The \"ProcessFrameworkReferences\" 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.ProcessFrameworkReferences.ProcessRuntimeIdentifier(String runtimeIdentifier, KnownRuntimePack selectedRuntimePack, String runtimePackVersion, List`1 additionalFrameworkReferencesForRuntimePack, HashSet`1 unrecognizedRuntimeIdentifiers, List`1 unavailableRuntimePacks, List`1 runtimePacks, List`1 packagesToDownload, String isTrimmable, Boolean addRuntimePackAndDownloadIfNecessary)\r\n at Microsoft.NET.Build.Tasks.ProcessFrameworkReferences.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-06-09T14:35:18.1050263Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Msbuild failed when processing the file 'D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\openHAB.Windows.csproj' with message: C:\\Program Files\\dotnet\\sdk\\6.0.300\\Sdks\\Microsoft.NET.Sdk\\targets\\Microsoft.NET.Sdk.FrameworkReferenceResolution.targets: (90, 5): The \"ProcessFrameworkReferences\" 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.ProcessFrameworkReferences.ProcessRuntimeIdentifier(String runtimeIdentifier, KnownRuntimePack selectedRuntimePack, String runtimePackVersion, List`1 additionalFrameworkReferencesForRuntimePack, HashSet`1 unrecognizedRuntimeIdentifiers, List`1 unavailableRuntimePacks, List`1 runtimePacks, List`1 packagesToDownload, String isTrimmable, Boolean addRuntimePackAndDownloadIfNecessary)\r\n at Microsoft.NET.Build.Tasks.ProcessFrameworkReferences.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-06-09T14:35:18.1054090Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Warning","Message":"Found project reference without a matching metadata reference: D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Core\\Openhab.Core.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2022-06-09T14:35:18.1054656Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Warning","Message":"Found project reference without a matching metadata reference: D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\OpenHAB.Core\\OpenHAB.Core.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2022-06-09T14:35:18.1076203Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Update WinUI Project Properties","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsDesktopUpdateStep"} -{"@t":"2022-06-09T14:35:22.2147551Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:22.2148792Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4c7bafe9-b07f-4a57-84da-fa78dd95fe63\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:22.2152876Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4c7bafe9-b07f-4a57-84da-fa78dd95fe63\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:22.2154028Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:22.2713845Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:22.5289484Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:22.5290922Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:22.5432602Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:22.5433376Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6b5ecf7d-13ba-421e-8e7d-fd4ce196b174\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:22.5436260Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6b5ecf7d-13ba-421e-8e7d-fd4ce196b174\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:22.5436815Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:22.6029465Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:22.8221642Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:22.8223048Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:22.8379075Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:22.8380475Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1985e6bd-3af6-44bf-81d2-ca7c93f3b1a4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:22.8383486Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1985e6bd-3af6-44bf-81d2-ca7c93f3b1a4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:22.8384060Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:22.9044879Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:23.1529245Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:23.1530955Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:23.1668435Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:23.1669062Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bc7511b9-3041-4aa0-95b4-230f20fc35dd\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:23.1671450Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bc7511b9-3041-4aa0-95b4-230f20fc35dd\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:23.1672057Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:23.2440289Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:23.5086876Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:23.5089469Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:23.5227912Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:23.5228702Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4719bc5f-51a5-48de-8951-168bd7548b4a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:23.5231828Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4719bc5f-51a5-48de-8951-168bd7548b4a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:23.5232808Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:23.5980328Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:23.8882164Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:23.8883772Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:23.9281106Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:23.9282200Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d982cbe6-9101-4e7e-b3b3-ea72412185ab\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:23.9284914Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d982cbe6-9101-4e7e-b3b3-ea72412185ab\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:23.9285528Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:23.9969396Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:24.2677047Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:24.2679237Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:24.2844514Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:24.2845432Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0ae86fab-6953-4168-97fe-9ff325e358e3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:24.2848764Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0ae86fab-6953-4168-97fe-9ff325e358e3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:24.2849561Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:24.3503552Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:24.6033134Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:24.6036096Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:24.6202769Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:24.6203420Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3caa8e5c-03ef-4a64-bf39-271fc6f52a10\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:24.6208582Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3caa8e5c-03ef-4a64-bf39-271fc6f52a10\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:24.6210663Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:24.6818688Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:24.8909916Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:24.8911344Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:24.9047910Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:24.9048810Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5e05b808-5d36-4dbc-981b-66b398064f4c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:24.9051875Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5e05b808-5d36-4dbc-981b-66b398064f4c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:24.9052420Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:24.9663228Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:25.1994980Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:25.1996308Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:25.2136179Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:25.2137036Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\262e5c25-5946-409f-bc79-240c7e192bd3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:25.2141495Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\262e5c25-5946-409f-bc79-240c7e192bd3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:25.2143044Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:25.2807447Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:25.5192288Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:25.5193849Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:25.5341838Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:25.5344203Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8e56b31e-ce6f-4e58-95fd-5584f7a957b2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:25.5347081Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8e56b31e-ce6f-4e58-95fd-5584f7a957b2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:25.5347697Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:25.6024210Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:25.8641721Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:25.8643832Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:25.8780948Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:25.8781643Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ac66351b-7f2d-49c2-a908-38fba0f38a88\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:25.8784139Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ac66351b-7f2d-49c2-a908-38fba0f38a88\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:25.8784754Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:25.9467192Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:26.2314529Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:26.2316814Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:26.2478479Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:26.2479468Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f2fa7ade-65d6-4ed2-8077-8be9dbf5870b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:26.2482339Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f2fa7ade-65d6-4ed2-8077-8be9dbf5870b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:26.2483034Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:26.3179798Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:26.6165392Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:26.6167888Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:26.6383315Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:26.6384157Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\90c4c3e7-fade-4897-9e1c-fd72bc8282f1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:26.6386761Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\90c4c3e7-fade-4897-9e1c-fd72bc8282f1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:26.6387436Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:26.7062348Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:26.9872816Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:26.9874523Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:27.0002467Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:27.0003319Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0bbed01a-ec87-4be9-8b34-7cd72bddac81\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:27.0006345Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0bbed01a-ec87-4be9-8b34-7cd72bddac81\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:27.0007041Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:27.0592061Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:27.3079615Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:27.3081018Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:27.3222457Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:27.3223550Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\561aab85-4bef-4128-b64f-f5544300ec23\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:27.3227608Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\561aab85-4bef-4128-b64f-f5544300ec23\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:27.3228218Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:27.3810827Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:27.6034905Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:27.6036464Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:27.6174561Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:27.6175426Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4eba5dc1-9462-447f-84b8-a6964dbc2763\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:27.6178830Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4eba5dc1-9462-447f-84b8-a6964dbc2763\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:27.6179370Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:27.6762067Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:27.8922166Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:27.8923501Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:27.9053784Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:27.9054519Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3db0a26c-612e-4484-8f17-ef64f31963e7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:27.9057101Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3db0a26c-612e-4484-8f17-ef64f31963e7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:27.9057721Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:27.9694840Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:28.1811515Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:28.1812954Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:28.1946960Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:28.1948052Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f6c0256a-80a8-48b8-8811-e745af6fb61f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:28.1961757Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f6c0256a-80a8-48b8-8811-e745af6fb61f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:28.1962456Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:28.2509731Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:28.4701551Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:28.4702870Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:28.4833625Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:28.4835765Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\aca5b0b0-df2f-49df-81c8-284076b44d13\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:28.4838371Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\aca5b0b0-df2f-49df-81c8-284076b44d13\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:28.4838913Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:28.5442206Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:28.7639415Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:28.7641092Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:28.7774944Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:28.7775786Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a8fea2fd-4667-4000-9d19-d4941d5c5993\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:28.7778546Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a8fea2fd-4667-4000-9d19-d4941d5c5993\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:28.7779098Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:28.8354974Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:29.0615885Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:29.0618009Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:29.0933117Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:29.0933889Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3714d5a6-b7ef-44fe-a38a-2e02f56d6289\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:29.0936569Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3714d5a6-b7ef-44fe-a38a-2e02f56d6289\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:29.0937236Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:29.1597166Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:29.3751104Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:29.3752666Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:29.3895065Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:29.3897242Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6042cc2b-b9a2-4eed-a19e-3f61d46738f0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:29.3902467Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6042cc2b-b9a2-4eed-a19e-3f61d46738f0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:29.3903771Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:29.4479648Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:29.6740160Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:29.6742670Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:29.6874890Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:29.6875448Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5db8bac9-9255-47e5-af6d-f0637a044925\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:29.6878468Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5db8bac9-9255-47e5-af6d-f0637a044925\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:29.6879301Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:29.7464435Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:29.9687798Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:29.9689125Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:29.9828247Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:29.9829148Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c4abd092-48e6-4562-a343-131c95278f5a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:29.9832644Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c4abd092-48e6-4562-a343-131c95278f5a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:29.9833377Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:30.0391994Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:30.2712186Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:30.2714286Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:30.2856362Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:30.2856937Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\45393bdb-13e0-4323-bba7-d6cd9d9df986\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:30.2860298Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\45393bdb-13e0-4323-bba7-d6cd9d9df986\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:30.2860912Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:30.3420818Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:30.5581360Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:30.5582760Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:30.5724004Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:30.5726843Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f0c325c9-e96e-4222-967c-f0ddb8aee133\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:30.5746900Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f0c325c9-e96e-4222-967c-f0ddb8aee133\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:30.5747704Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:30.6331273Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:30.8580649Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:30.8581951Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:30.8711892Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:30.8713164Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\01ba8911-04f3-4efa-ae21-a91a789fe411\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:30.8715892Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\01ba8911-04f3-4efa-ae21-a91a789fe411\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:30.8716441Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:30.9272368Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:31.1458892Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:31.1460310Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:31.1625548Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:31.1627110Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\315c62d5-f85c-4960-b206-07906c955cf4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:31.1630566Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\315c62d5-f85c-4960-b206-07906c955cf4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:31.1631146Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:31.2204429Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:31.4618721Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:31.4620264Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:31.5026147Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:31.5027344Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a39b4974-4102-47ac-9078-cecef8e41d65\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:31.5030359Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a39b4974-4102-47ac-9078-cecef8e41d65\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:31.5030929Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:31.5594587Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:31.7818988Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:31.7820951Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:31.7942910Z","@mt":"Identified upgrade step {UpgradeStep} as the next step","@l":"Debug","UpgradeStep":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WinUIPackageAppxmanifestUpdater","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:35:31.8020662Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:31.8021720Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\eaaf3467-8ec0-408f-8aca-069bb264e115\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:31.8025278Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\eaaf3467-8ec0-408f-8aca-069bb264e115\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:31.8026457Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:31.8698537Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:32.0956719Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:32.0958000Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:32.1098320Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:32.1099069Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d7cd07fc-8b46-4e02-accf-4148e82fcf87\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:32.1103301Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d7cd07fc-8b46-4e02-accf-4148e82fcf87\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:32.1103854Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:32.1791417Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:32.4018403Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:32.4019861Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:32.4249961Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:32.4251627Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\495de3b8-9219-4593-a78d-676ab2e9f6c9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:32.4258124Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\495de3b8-9219-4593-a78d-676ab2e9f6c9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:32.4258905Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:32.4847362Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:32.7321642Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:32.7323192Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:32.7480590Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:32.7482150Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\975222bc-d88f-4387-af23-677ada2c5e91\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:32.7485011Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\975222bc-d88f-4387-af23-677ada2c5e91\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:32.7485602Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:32.8076481Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:33.0149454Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:33.0151786Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:33.0302356Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:33.0303077Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d879e12e-be72-4408-a672-ed0e580e0257\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:33.0305731Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d879e12e-be72-4408-a672-ed0e580e0257\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:33.0306286Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:33.0977425Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:33.3394849Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:33.3396219Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:33.3532681Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:33.3533450Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bf00d4d8-661c-4775-9444-9306ca671fe7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:33.3536487Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bf00d4d8-661c-4775-9444-9306ca671fe7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:33.3537138Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:33.4203567Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:33.6932443Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:33.6935131Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:33.7080938Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:33.7082070Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c18bab65-d996-481b-9a42-8884823c5dcd\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:33.7085074Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c18bab65-d996-481b-9a42-8884823c5dcd\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:33.7085724Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:33.7674321Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:34.0691214Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:34.0693621Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:34.0975927Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:34.0976807Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9b8f2102-ea39-401e-b51c-d4a801aa69e3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:34.0980317Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9b8f2102-ea39-401e-b51c-d4a801aa69e3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:34.0981043Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:34.2142417Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:34.4473945Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:34.4475383Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:34.4657990Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:34.4659238Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0ebc51cf-8a7b-499b-a9b8-2ba0f4f91058\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:34.4664850Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0ebc51cf-8a7b-499b-a9b8-2ba0f4f91058\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:34.4666192Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:34.5385200Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:34.7929552Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:34.7932258Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:34.8135560Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:34.8136763Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\75ecafd9-ec6c-445d-9cc0-09494827f7d8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:34.8140635Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\75ecafd9-ec6c-445d-9cc0-09494827f7d8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:34.8141802Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:34.9151249Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:35.2433159Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:35.2435613Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:35.2621843Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:35.2622950Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\07c14427-c06b-4d5c-84f4-a8d9c28ce392\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:35.2626349Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\07c14427-c06b-4d5c-84f4-a8d9c28ce392\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:35.2627152Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:35.3436119Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:35.6436726Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:35.6438996Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:35.6601418Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:35.6602183Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\099f06b6-0f7a-483b-87ec-05baa708e750\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:35.6604819Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\099f06b6-0f7a-483b-87ec-05baa708e750\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:35.6605490Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:35.7414118Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:36.0795356Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:36.0797648Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:36.0995079Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:36.0996503Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4d35e133-11d3-4714-9b7e-febedf0c8e27\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:36.1000793Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4d35e133-11d3-4714-9b7e-febedf0c8e27\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:36.1001895Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:36.1862998Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:36.4448739Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:36.4450421Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:36.4585961Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:36.4586651Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7ebd33d9-adc4-464a-ad60-986d6c3de1c6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:36.4589239Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7ebd33d9-adc4-464a-ad60-986d6c3de1c6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:36.4589816Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:36.5162387Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:36.7503571Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:36.7505224Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:36.7797710Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:36.7799076Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e44aa0b3-32fe-46b4-bff0-3ce8c7a4c278\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:36.7802807Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e44aa0b3-32fe-46b4-bff0-3ce8c7a4c278\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:36.7804101Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:36.8628348Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:37.1041744Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:37.1043203Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:37.1176815Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:37.1178267Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\31eaca93-ee71-40c0-81ed-c46847f06040\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:37.1181829Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\31eaca93-ee71-40c0-81ed-c46847f06040\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:37.1182636Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:37.1802774Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:37.3964566Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:37.3966335Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:37.4106212Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:37.4106925Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\13544bdf-22f8-40c3-9ab6-5c28098ed242\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:37.4109757Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\13544bdf-22f8-40c3-9ab6-5c28098ed242\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:37.4110556Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:37.4694827Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:37.6994553Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:37.6995924Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:37.7149002Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:37.7149715Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\01994da9-6260-49e5-90df-f2189600adc0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:37.7152305Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\01994da9-6260-49e5-90df-f2189600adc0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:37.7152853Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:37.7894307Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:38.0583391Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:38.0584695Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:38.0729134Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:38.0729771Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2bd029c3-b7fa-4ae2-b297-5e5ad55e93ba\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:38.0732373Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2bd029c3-b7fa-4ae2-b297-5e5ad55e93ba\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:38.0732970Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:38.1318604Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:38.3635361Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:38.3636959Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:38.3771544Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:38.3772553Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\49958589-25a9-47e7-ac24-98b047e34fba\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:38.3776508Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\49958589-25a9-47e7-ac24-98b047e34fba\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:38.3777139Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:38.4425749Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:38.6596796Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:38.6598377Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:38.6741963Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:38.6742662Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7077b989-12ff-4dc5-b275-22af6a510a78\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:38.6745489Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7077b989-12ff-4dc5-b275-22af6a510a78\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:38.6746055Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:38.7422431Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:38.9799022Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:38.9800355Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:38.9957559Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:38.9958732Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6aaecaf0-5e1e-448b-afc9-deedfe6a80b4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:38.9963438Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6aaecaf0-5e1e-448b-afc9-deedfe6a80b4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:38.9964034Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:39.0655742Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:39.3346765Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:39.3363791Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:39.3647409Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:39.3648941Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1564fed9-160d-4e36-9e73-f905f4d08bad\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:39.3654543Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1564fed9-160d-4e36-9e73-f905f4d08bad\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:39.3655924Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:39.4268929Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:39.6634475Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:39.6635968Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:39.6793044Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:39.6793881Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bbc9cce7-01f4-4eec-9249-26474217a64c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:39.6797470Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bbc9cce7-01f4-4eec-9249-26474217a64c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:39.6798546Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:39.7559753Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:40.0661583Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:40.0664212Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:40.0827629Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:40.0829007Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2c43b911-a251-4ba3-9475-823c75affdb1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:40.0832784Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2c43b911-a251-4ba3-9475-823c75affdb1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:40.0833748Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:40.1513624Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:40.4163477Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:40.4164893Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:40.4309818Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:40.4310513Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d36155fc-180c-4340-b314-2cf3f37a612e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:40.4313572Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d36155fc-180c-4340-b314-2cf3f37a612e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:40.4314159Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:40.4908873Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:40.7318758Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:40.7321024Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:40.7531753Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:40.7533932Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\53914ae9-50b5-4e2b-be28-058b2e22fc66\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:40.7537430Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\53914ae9-50b5-4e2b-be28-058b2e22fc66\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:40.7552580Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:40.8132768Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:41.0357247Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:41.0359516Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:41.0486202Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:41.0486909Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ed9ab22f-a15f-4f64-bbb5-d43cf6904258\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:41.0489460Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ed9ab22f-a15f-4f64-bbb5-d43cf6904258\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:41.0490026Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:41.1056897Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:41.3289438Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:41.3290848Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:41.3432369Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:41.3433290Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ce8eed02-33f3-48b8-b00c-fa18ab4d3b94\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:41.3435719Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ce8eed02-33f3-48b8-b00c-fa18ab4d3b94\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:41.3436267Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:41.4013292Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:41.6286306Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:41.6287778Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:41.6419927Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:41.6421744Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\340b8ebc-c119-409e-91c9-ba6a94ad988a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:41.6424228Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\340b8ebc-c119-409e-91c9-ba6a94ad988a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:41.6424773Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:41.6992691Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:41.9236811Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:41.9239062Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:41.9423323Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:41.9424487Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fd1dbf41-9d3c-4065-a41a-d67025998114\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:41.9427317Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fd1dbf41-9d3c-4065-a41a-d67025998114\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:41.9427896Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:42.0058303Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:42.2746856Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:42.2748363Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:42.2890222Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:42.2890892Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b8a0e11b-9799-46e3-ae71-7b90e0f64138\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:42.2893435Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b8a0e11b-9799-46e3-ae71-7b90e0f64138\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:42.2893983Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:42.3464238Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:42.5807074Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:42.5808593Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:42.5962729Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:42.5975444Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6728cb5c-9861-4463-8d25-4509754a5042\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:42.5979108Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6728cb5c-9861-4463-8d25-4509754a5042\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:42.5979686Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:42.6551711Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:42.8759519Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:42.8760937Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:42.8882296Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:42.8883013Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\52e0588b-d2ec-4765-84ab-f6c8c64b5b4a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:42.8886434Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\52e0588b-d2ec-4765-84ab-f6c8c64b5b4a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:42.8886991Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:42.9453412Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:43.1595161Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:43.1596654Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:43.1745894Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:43.1747461Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\05c137e4-312a-4f9d-a25d-5345fbf2b454\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:43.1752009Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\05c137e4-312a-4f9d-a25d-5345fbf2b454\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:43.1752583Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:43.2320772Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:43.4442861Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:43.4444366Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:43.4584603Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:43.4585288Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6ff4c1a5-5b52-4e64-9c0d-862006c8c9a3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:43.4588291Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6ff4c1a5-5b52-4e64-9c0d-862006c8c9a3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:43.4588839Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:43.5172130Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:43.7369713Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:43.7371095Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:43.7518878Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:43.7519760Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8cb5b5cd-e12f-4d18-9812-d1a43ff74ceb\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:43.7522436Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8cb5b5cd-e12f-4d18-9812-d1a43ff74ceb\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:43.7523012Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:43.8274783Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:44.0491322Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:44.0492776Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:44.0619195Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:44.0620440Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\75381258-8f02-4638-a232-71b6ec5432a7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:44.0624163Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\75381258-8f02-4638-a232-71b6ec5432a7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:44.0624898Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:44.1188645Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:44.3290864Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:44.3292277Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:44.3440860Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:44.3441611Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0221c688-337e-4b80-aba0-db1b08e191ab\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:44.3444044Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0221c688-337e-4b80-aba0-db1b08e191ab\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:44.3444613Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:44.4034140Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:44.6567939Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:44.6569351Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:44.6704722Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:44.6705533Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fd326e34-98dd-4a42-b147-70df633865d9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:44.6707886Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fd326e34-98dd-4a42-b147-70df633865d9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:44.6709245Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:44.7289461Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:44.9487422Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:44.9488942Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:44.9656519Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:44.9657328Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f5057ad5-cabb-4044-9315-3b5f6736199b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:44.9660534Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f5057ad5-cabb-4044-9315-3b5f6736199b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:44.9661088Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:45.0352802Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:45.2532760Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:45.2535787Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:45.2668660Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:45.2669326Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ad9dfaf1-48e8-41d3-9f26-a1bdb77ad9e1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:45.2673488Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ad9dfaf1-48e8-41d3-9f26-a1bdb77ad9e1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:45.2674575Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:45.3293696Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:45.5947825Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:45.5949585Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:45.6103874Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:45.6105027Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\051fd3cd-08b7-42ef-9102-f339aa9d475c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:45.6108885Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\051fd3cd-08b7-42ef-9102-f339aa9d475c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:45.6109470Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:45.6940586Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:45.9534065Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:45.9535516Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:45.9671283Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:45.9672481Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4f6bfc85-419f-444e-9b64-42f897718874\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:45.9675032Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4f6bfc85-419f-444e-9b64-42f897718874\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:45.9675606Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:46.0326805Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:46.2758357Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:46.2760711Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:46.2924359Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:46.2925193Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\002cb068-ef6d-4128-a3ac-70495fd60727\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:46.2927819Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\002cb068-ef6d-4128-a3ac-70495fd60727\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:46.2928479Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:46.3575462Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:46.6049962Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:46.6051539Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:46.6189852Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:46.6190531Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9753c93b-0652-46db-9dda-ff28afb7a4de\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:46.6193090Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9753c93b-0652-46db-9dda-ff28afb7a4de\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:46.6193738Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:46.7399760Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:46.9852993Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:46.9854577Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:47.0005308Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:47.0006476Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e12ad872-e35b-4933-b282-b42f96444648\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:47.0009534Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e12ad872-e35b-4933-b282-b42f96444648\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:47.0010560Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:47.0625023Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:47.3369689Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:47.3371068Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:47.3729038Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:47.3730089Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\56e2f488-f0c7-455d-a08b-dc8282edf9f9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:47.3733535Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\56e2f488-f0c7-455d-a08b-dc8282edf9f9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:47.3734357Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:47.4534423Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:47.6755743Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:47.6757158Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:47.6894005Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:47.6894906Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7d985a58-ef2d-497c-a3e8-dd512e9b5ff0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:47.6909394Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7d985a58-ef2d-497c-a3e8-dd512e9b5ff0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:47.6910159Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:47.7638688Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:48.0468977Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:48.0470903Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:48.0660698Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:48.0661501Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d4cb7609-f371-45c5-9618-3d2146142dd3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:48.0664687Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d4cb7609-f371-45c5-9618-3d2146142dd3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:48.0665390Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:48.1390043Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:48.4326758Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:48.4328175Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:48.4480513Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:48.4481755Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f33e58cf-1b4e-4d6a-b805-82c641bb4d20\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:48.4485214Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f33e58cf-1b4e-4d6a-b805-82c641bb4d20\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:48.4485854Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:48.5091999Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:48.7326245Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:48.7327687Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:48.7469410Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:48.7470130Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4635ec7d-5197-4cd4-9d0c-eb109747cd15\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:48.7472666Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4635ec7d-5197-4cd4-9d0c-eb109747cd15\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:48.7473191Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:48.8056106Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:49.0130730Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:49.0132209Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:49.0274468Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:49.0275343Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a62d5b79-2ee7-4f54-93a6-7c6be11447d5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:49.0278000Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a62d5b79-2ee7-4f54-93a6-7c6be11447d5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:49.0279439Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:49.0853605Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:49.3059110Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:49.3060636Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:49.3189996Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:49.3190708Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\133ac86e-8e54-4baf-be96-1c6125580ef4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:49.3193386Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\133ac86e-8e54-4baf-be96-1c6125580ef4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:49.3193946Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:49.3734417Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:49.6118963Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:49.6120855Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:49.6461581Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:49.6462807Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\43d0a851-181c-485c-96cf-8810b500da22\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:49.6466018Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\43d0a851-181c-485c-96cf-8810b500da22\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:49.6466744Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:49.7132135Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:49.9310533Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:49.9312076Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:49.9446119Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:49.9447262Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e10d83a6-15ca-400d-8145-c931f950555c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:49.9450166Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e10d83a6-15ca-400d-8145-c931f950555c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:49.9450717Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:50.0034051Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:50.2350304Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:35:50.2351638Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:27.9338661Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Update package.appxmanifest","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsDesktopUpdateStep"} -{"@t":"2022-06-09T14:36:27.9397050Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Update package.appxmanifest","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsDesktopUpdateStep"} -{"@t":"2022-06-09T14:36:30.8884680Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:30.8885568Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\185d5257-6235-4246-b0e4-29c5452082af\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:30.8888125Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\185d5257-6235-4246-b0e4-29c5452082af\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:30.8888743Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:30.9488561Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:31.1649937Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:31.1651337Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:31.1793622Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:31.1794412Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d179e2ae-b05e-4420-8e19-596c815cf9f5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:31.1797432Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d179e2ae-b05e-4420-8e19-596c815cf9f5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:31.1797981Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:31.2317663Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:31.4461839Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:31.4463159Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:31.4603879Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:31.4604778Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a11bc7f6-62fc-43e6-bd9d-ebfd5e3fc117\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:31.4607985Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a11bc7f6-62fc-43e6-bd9d-ebfd5e3fc117\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:31.4608598Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:31.5167908Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:31.7221082Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:31.7222418Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:31.7355117Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:31.7356285Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6b7ddf1c-1b5a-4081-8fa5-9165fb8e37c3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:31.7359349Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6b7ddf1c-1b5a-4081-8fa5-9165fb8e37c3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:31.7359897Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:31.7923049Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:32.0071233Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:32.0072660Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:32.0217529Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:32.0218443Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\742668ea-c54f-42a9-a35a-4cf101caa453\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:32.0221487Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\742668ea-c54f-42a9-a35a-4cf101caa453\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:32.0222070Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:32.0879156Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:32.3110954Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:32.3112231Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:32.3235128Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:32.3236170Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7fbb65e6-373c-4f58-81be-40f0bc0119d9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:32.3238701Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7fbb65e6-373c-4f58-81be-40f0bc0119d9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:32.3239336Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:32.3781617Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:32.6562878Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:32.6564418Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:32.6704697Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:32.6705950Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3fad495d-dded-4a77-afc9-f24f4683aca3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:32.6708912Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3fad495d-dded-4a77-afc9-f24f4683aca3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:32.6709761Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:32.7320068Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:32.9454189Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:32.9455599Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:32.9597744Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:32.9599128Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b400bcf1-db59-4b43-a7cc-786fe6570054\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:32.9601697Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b400bcf1-db59-4b43-a7cc-786fe6570054\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:32.9602227Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:33.0165031Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:33.2377124Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:33.2378723Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:33.2517635Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:33.2518730Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\41671d7b-3e80-4fb6-a60c-c4879a6ccb09\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:33.2522028Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\41671d7b-3e80-4fb6-a60c-c4879a6ccb09\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:33.2522618Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:33.3073991Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:33.5202435Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:33.5203834Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:33.5333629Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:33.5334393Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fa1cd99b-e0d7-428d-b4b1-3e8fe2463f14\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:33.5337445Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fa1cd99b-e0d7-428d-b4b1-3e8fe2463f14\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:33.5337976Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:33.5878353Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:33.7973244Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:33.7974544Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:33.8109132Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:33.8110490Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\aaf84f8f-268c-4af0-952d-894c3ca6f145\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:33.8113173Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\aaf84f8f-268c-4af0-952d-894c3ca6f145\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:33.8113715Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:33.8685882Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:34.0844204Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:34.0845543Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:34.0968724Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:34.0969323Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9195a041-2965-4862-a9d5-bff2de1eec04\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:34.0973536Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9195a041-2965-4862-a9d5-bff2de1eec04\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:34.0974109Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:34.1526190Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:34.3609511Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:34.3611133Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:34.3755246Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:34.3756292Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d6c53c96-1d7a-47e8-914c-d603cc31937e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:34.3759149Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d6c53c96-1d7a-47e8-914c-d603cc31937e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:34.3759677Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:34.4338299Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:34.6451186Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:34.6452496Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:34.6573166Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:34.6574632Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2271bc7b-5f99-4a8f-8679-fb6c12fa0ca4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:34.6577158Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2271bc7b-5f99-4a8f-8679-fb6c12fa0ca4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:34.6577681Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:34.7123444Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:34.9394660Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:34.9396121Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:34.9800864Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:34.9801907Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7229a740-5adb-4b65-b533-ae88f4db76e5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:34.9805339Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7229a740-5adb-4b65-b533-ae88f4db76e5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:34.9805862Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:35.0600354Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:35.3450412Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:35.3452512Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:35.3622504Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:35.3623587Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ef7c457e-355e-47d0-b273-6f85ccd0c6df\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:35.3627404Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ef7c457e-355e-47d0-b273-6f85ccd0c6df\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:35.3628268Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:35.4208937Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:35.6250533Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:35.6251828Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:35.6376705Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:35.6377755Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a72e354e-5ffb-4151-86b0-660cd4a0e187\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:35.6380393Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a72e354e-5ffb-4151-86b0-660cd4a0e187\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:35.6381012Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:35.6929991Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:35.9189540Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:35.9191852Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:35.9317520Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:35.9318089Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\16c269cb-a4c5-48e2-aae3-558ff25d7e28\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:35.9321810Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\16c269cb-a4c5-48e2-aae3-558ff25d7e28\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:35.9322435Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:35.9858975Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:36.2001670Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:36.2003087Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:36.2147974Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:36.2150324Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\610a15af-cd03-4c40-bf29-d029de11ff56\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:36.2155845Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\610a15af-cd03-4c40-bf29-d029de11ff56\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:36.2156439Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:36.2675404Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:36.4742842Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:36.4744242Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:36.4879750Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:36.4880514Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bb9325bf-38e2-4880-bf96-bc4d1a014e73\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:36.4883759Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bb9325bf-38e2-4880-bf96-bc4d1a014e73\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:36.4884303Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:36.5412690Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:36.7512095Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:36.7513537Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:36.7670022Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:36.7671262Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\579a75e4-39a2-451d-bf9a-af2e1b676ff0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:36.7674604Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\579a75e4-39a2-451d-bf9a-af2e1b676ff0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:36.7675496Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:36.8206576Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:37.0564686Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:37.0566425Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:37.0831309Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:37.0832324Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c7a77724-5a99-4059-803b-b44245eb322a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:37.0836944Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c7a77724-5a99-4059-803b-b44245eb322a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:37.0838140Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:37.1445241Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:37.3494772Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:37.3496240Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:37.3628960Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:37.3630046Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9c3d3341-bc8d-4645-8321-b935f5d72074\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:37.3632550Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9c3d3341-bc8d-4645-8321-b935f5d72074\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:37.3633545Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:37.4202258Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:37.6424085Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:37.6425512Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:37.6555967Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:37.6556737Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\44126fea-37aa-48d6-a85b-b573d6d56bce\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:37.6559827Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\44126fea-37aa-48d6-a85b-b573d6d56bce\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:37.6560381Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:37.7168222Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:37.9338710Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:37.9340500Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:37.9479519Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:37.9480405Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c5e96cb1-f228-48ad-8fa8-182054a7f42a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:37.9483680Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c5e96cb1-f228-48ad-8fa8-182054a7f42a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:37.9484217Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:38.0036228Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:38.2161671Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:38.2163058Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:38.2295171Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:38.2296349Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dea0fd24-9571-47cc-81de-37331da12994\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:38.2298813Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dea0fd24-9571-47cc-81de-37331da12994\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:38.2299410Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:38.2828075Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:38.4910270Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:38.4911722Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:38.5053884Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:38.5054773Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\10931528-b23f-4037-ad2f-787dd6f1143a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:38.5057893Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\10931528-b23f-4037-ad2f-787dd6f1143a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:38.5058437Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:38.5622350Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:38.7753046Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:38.7754699Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:38.7905484Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:38.7906559Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\94a502bb-1eb0-4220-b8a2-fbd5f767ac12\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:38.7909450Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\94a502bb-1eb0-4220-b8a2-fbd5f767ac12\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:38.7910064Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:38.8442568Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:39.0587329Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:39.0588812Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:39.0717496Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:39.0718397Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bbb04a79-faba-4aa9-9db7-4f4c8aa3b359\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:39.0721313Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bbb04a79-faba-4aa9-9db7-4f4c8aa3b359\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:39.0721873Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:39.1285528Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:39.3701872Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:39.3719976Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:39.3965017Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:39.3966162Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\54ed04e1-248d-42c6-b97a-f47187abfaf7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:39.3968745Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\54ed04e1-248d-42c6-b97a-f47187abfaf7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:39.3969731Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:39.4520904Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:39.6606677Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:39.6607898Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:39.6745050Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:39.6746924Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f75d5306-5afe-44f2-b37a-1de159240327\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:39.6749794Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f75d5306-5afe-44f2-b37a-1de159240327\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:39.6750329Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:39.7317246Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:39.9563769Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:39.9565197Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:39.9697925Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:39.9699204Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a387f39e-6899-4a27-9e4b-c08592748669\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:39.9702033Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a387f39e-6899-4a27-9e4b-c08592748669\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:39.9702643Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:40.0262554Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:40.2487166Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:40.2488623Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:40.2572362Z","@mt":"Identified upgrade step {UpgradeStep} as the next step","@l":"Debug","UpgradeStep":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WinUIUnnecessaryFilesUpdater","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:36:40.2638607Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:40.2639690Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c8f6da00-5fdf-4944-b16c-01c12c9cda78\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:40.2643934Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c8f6da00-5fdf-4944-b16c-01c12c9cda78\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:40.2644710Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:40.3242198Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:40.5435422Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:40.5436810Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:40.5563920Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:40.5565118Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\da083655-5587-4648-b60b-34f3bec32ed0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:40.5567919Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\da083655-5587-4648-b60b-34f3bec32ed0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:40.5568474Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:40.6102947Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:40.8289313Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:40.8290740Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:40.8524501Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:40.8525528Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8eaa4d73-197c-4703-89ce-4148a269b3ab\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:40.8528752Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8eaa4d73-197c-4703-89ce-4148a269b3ab\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:40.8529632Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:40.9135792Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:41.1372411Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:41.1374271Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:41.1513436Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:41.1514430Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\945c1fd9-53df-4222-899f-b79f7aff9f15\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:41.1517241Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\945c1fd9-53df-4222-899f-b79f7aff9f15\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:41.1517838Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:41.2226792Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:41.4528412Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:41.4530707Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:41.4733201Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:41.4734052Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ecc6bf17-26d3-4268-aaa2-27fa11a816cc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:41.4738602Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ecc6bf17-26d3-4268-aaa2-27fa11a816cc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:41.4739269Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:41.5437784Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:41.8660395Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:41.8663148Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:41.8816344Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:41.8817148Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1c2ec33a-f9f0-4a74-9e0c-b2d29fc532ef\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:41.8820471Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1c2ec33a-f9f0-4a74-9e0c-b2d29fc532ef\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:41.8821205Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:41.9445410Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:42.1724906Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:42.1726555Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:42.1869858Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:42.1871056Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8be7a34d-d639-4a90-8c94-d15851cf4fe3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:42.1873821Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8be7a34d-d639-4a90-8c94-d15851cf4fe3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:42.1874350Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:42.2470014Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:42.5366604Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:42.5368867Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:42.5544814Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:42.5545588Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\da62a56d-3305-45f9-9e16-c1f749c65481\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:42.5549853Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\da62a56d-3305-45f9-9e16-c1f749c65481\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:42.5550443Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:42.6205683Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:42.8520770Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:42.8522574Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:42.8673935Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:42.8674780Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2353d3fc-a1f1-4eed-8db5-985bc1aaa5d9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:42.8678733Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2353d3fc-a1f1-4eed-8db5-985bc1aaa5d9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:42.8679258Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:42.9266585Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:43.1428176Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:43.1430280Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:43.1572099Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:43.1572888Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\43ab3f44-7788-4d9a-a85e-07822d643a60\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:43.1576782Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\43ab3f44-7788-4d9a-a85e-07822d643a60\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:43.1577315Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:43.2186929Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:43.4368989Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:43.4370865Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:43.4600589Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:43.4602074Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\369327fe-30e1-4ea4-9dfb-69ab4c9cbbd1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:43.4605092Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\369327fe-30e1-4ea4-9dfb-69ab4c9cbbd1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:43.4605636Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:43.5281492Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:43.7800897Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:43.7802807Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:43.7949421Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:43.7950335Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2ebd0436-388c-449f-9bd7-4e900ff9e375\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:43.7953693Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2ebd0436-388c-449f-9bd7-4e900ff9e375\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:43.7954348Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:43.8598594Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:44.0987843Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:44.0989667Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:44.1150399Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:44.1152724Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\10d24ec9-6f42-43f7-9b29-d9a1dec42737\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:44.1156069Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\10d24ec9-6f42-43f7-9b29-d9a1dec42737\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:44.1156648Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:44.1732721Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:44.4228845Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:44.4230194Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:44.4374682Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:44.4375848Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\58b48906-ff61-4d64-9f81-53a4c2309aec\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:44.4378288Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\58b48906-ff61-4d64-9f81-53a4c2309aec\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:44.4378823Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:44.4984109Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:44.7455091Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:44.7456901Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:44.7628194Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:44.7629158Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\88bed424-f3ab-40bb-887c-e06304f696d6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:44.7633180Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\88bed424-f3ab-40bb-887c-e06304f696d6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:44.7633802Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:44.8242374Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:45.0645860Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:45.0647720Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:45.0807660Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:45.0808867Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4bafcf3b-50c0-4533-8d36-438f7ea155bd\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:45.0812021Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4bafcf3b-50c0-4533-8d36-438f7ea155bd\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:45.0812616Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:45.1404510Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:45.3637028Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:45.3639534Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:45.3789588Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:45.3790511Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a1d1e417-b196-4036-a8c8-7cd96b4682a3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:45.3795021Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a1d1e417-b196-4036-a8c8-7cd96b4682a3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:45.3795666Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:45.4479105Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:45.6632501Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:45.6634143Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:45.6775379Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:45.6776154Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d85e5169-5850-40bb-8ae5-3e92ab3d3ee0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:45.6779986Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d85e5169-5850-40bb-8ae5-3e92ab3d3ee0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:45.6780515Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:45.7370378Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:45.9745712Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:45.9747114Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:45.9938069Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:45.9938968Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2ace1c0d-b859-4477-95cf-0e57fbcdb70e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:45.9941929Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2ace1c0d-b859-4477-95cf-0e57fbcdb70e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:45.9957306Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:46.0530683Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:46.2924669Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:46.2927602Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:46.3066895Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:46.3067989Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e1dbcd86-617c-4051-a115-e260f550e09f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:46.3072687Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e1dbcd86-617c-4051-a115-e260f550e09f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:46.3073458Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:46.3651972Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:46.5949313Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:46.5950740Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:46.6100851Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:46.6101765Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\00d5a916-4cd5-4c11-a024-102f948aba2c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:46.6104633Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\00d5a916-4cd5-4c11-a024-102f948aba2c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:46.6105181Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:46.6746073Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:46.9430639Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:46.9433591Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:46.9565142Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:46.9565907Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\afc20508-b6ea-4e5f-811f-08afd7323fe8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:46.9568780Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\afc20508-b6ea-4e5f-811f-08afd7323fe8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:46.9569321Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:47.0220029Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:47.2716476Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:47.2717988Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:47.2870679Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:47.2871529Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fd7560ca-3702-4db3-b1c5-9c40b140c684\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:47.2874493Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fd7560ca-3702-4db3-b1c5-9c40b140c684\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:47.2875095Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:47.3479903Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:47.5859308Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:47.5860638Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:47.5994392Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:47.5995080Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\48d576b7-4222-4a2d-bf86-d83bf2dd754b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:47.5997938Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\48d576b7-4222-4a2d-bf86-d83bf2dd754b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:47.5998668Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:47.6627331Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:47.9120832Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:47.9122146Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:47.9263025Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:47.9264098Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d95e2467-c03b-4a39-a23e-103e9853ddef\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:47.9266739Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d95e2467-c03b-4a39-a23e-103e9853ddef\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:47.9267303Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:47.9918980Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:48.2208846Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:48.2210208Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:48.2361817Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:48.2362825Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bed0527d-5d22-44f5-a8a3-1c97de5c3125\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:48.2365788Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bed0527d-5d22-44f5-a8a3-1c97de5c3125\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:48.2366484Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:48.2955575Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:48.5382965Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:48.5386165Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:48.5582082Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:48.5582891Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c67de12f-9c17-4b39-85f9-290f0b219b55\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:48.5585749Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c67de12f-9c17-4b39-85f9-290f0b219b55\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:48.5586321Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:48.6259773Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:48.8642247Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:48.8644432Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:48.8798871Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:48.8799554Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\914870f6-b0c6-4964-8652-8c763a789aab\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:48.8802287Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\914870f6-b0c6-4964-8652-8c763a789aab\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:48.8803000Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:48.9363171Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:49.1537912Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:49.1540404Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:49.1708394Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:49.1709838Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1f018a4d-a058-4ea5-aa4b-5d03ba7602f9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:49.1712763Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1f018a4d-a058-4ea5-aa4b-5d03ba7602f9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:49.1713455Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:49.2355582Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:49.4994784Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:49.4996089Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:49.5124701Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:49.5125384Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\21cc860b-5e91-4e10-aa89-1f768c270a67\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:49.5128130Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\21cc860b-5e91-4e10-aa89-1f768c270a67\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:49.5128673Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:49.5666379Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:49.7947556Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:49.7949254Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:49.8086248Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:49.8086985Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1da25ac4-2bf0-4dfe-83a8-a6f5cc82f789\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:49.8089566Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1da25ac4-2bf0-4dfe-83a8-a6f5cc82f789\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:49.8090375Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:49.8759334Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:50.0909710Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:50.0911143Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:50.1044746Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:50.1045910Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fdd933d6-5e6c-42bf-8681-5cb4ce4a74b1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:50.1048485Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fdd933d6-5e6c-42bf-8681-5cb4ce4a74b1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:50.1049078Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:50.1615265Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:50.3826320Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:50.3827839Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:50.3963196Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:50.3964289Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\57248cee-81ac-4605-a255-488e13c52b76\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:50.3966749Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\57248cee-81ac-4605-a255-488e13c52b76\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:50.3967278Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:50.4576457Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:50.6866083Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:50.6867380Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:50.7003733Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:50.7004582Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\71af8577-69f7-4185-8b33-cd17d8b5daf5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:50.7007366Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\71af8577-69f7-4185-8b33-cd17d8b5daf5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:50.7008048Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:50.7657274Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:50.9992765Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:50.9994114Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:51.0137987Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:51.0138692Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ef9565f2-2739-44a6-9267-ec7c1b8669ac\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:51.0141326Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ef9565f2-2739-44a6-9267-ec7c1b8669ac\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:51.0141861Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:51.0735210Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:51.3051555Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:51.3052875Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:51.3189636Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:51.3190324Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0904db1a-f0ab-4491-b7b2-2a125625b683\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:51.3193018Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0904db1a-f0ab-4491-b7b2-2a125625b683\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:51.3193579Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:51.4284715Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:51.6602695Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:51.6604066Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:51.6747055Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:51.6747995Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\27ba47d3-8f6a-4007-9219-9722876e7019\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:51.6752461Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\27ba47d3-8f6a-4007-9219-9722876e7019\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:51.6753083Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:51.7500844Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:52.0111343Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:52.0113361Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:52.0313125Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:52.0313934Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1ff45f48-55dd-4b7d-a3fa-6164c449052a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:52.0318955Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1ff45f48-55dd-4b7d-a3fa-6164c449052a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:52.0319714Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:52.1105483Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:52.3837712Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:52.3839593Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:52.4012543Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:52.4013402Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d51bbb7c-cd1f-4144-8058-d9610c3409bb\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:52.4016675Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d51bbb7c-cd1f-4144-8058-d9610c3409bb\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:52.4018151Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:52.4634391Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:52.6874013Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:52.6875365Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:52.7007861Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:52.7008597Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c31f28c2-6e01-48c0-b4ec-d0778b96585a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:52.7011830Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c31f28c2-6e01-48c0-b4ec-d0778b96585a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:52.7012922Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:52.7902438Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:53.1073438Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:53.1075117Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:53.1236939Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:53.1237995Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\429ff1a5-44f7-454d-a04a-94fcd8fdba10\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:53.1241961Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\429ff1a5-44f7-454d-a04a-94fcd8fdba10\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:53.1242854Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:53.2152588Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:53.5292536Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:53.5294772Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:53.5463379Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:53.5464294Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d532645e-4302-481d-ade8-2d2a2930e14a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:53.5467704Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d532645e-4302-481d-ade8-2d2a2930e14a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:53.5468624Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:53.6264564Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:53.8812267Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:53.8813780Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:53.8960053Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:53.8960853Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0a2dcde9-4f12-42c2-9eef-8ca76760f4ee\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:53.8964215Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0a2dcde9-4f12-42c2-9eef-8ca76760f4ee\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:53.8965037Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:53.9666693Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:54.2233329Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:54.2234839Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:54.2391942Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:54.2392669Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3f36feea-8899-409b-adfa-318ecf921249\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:54.2396264Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3f36feea-8899-409b-adfa-318ecf921249\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:54.2396879Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:54.3155176Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:54.5815153Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:54.5816470Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:54.5954746Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:54.5955513Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4e946a55-46da-441c-bc5b-020d8349eaec\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:54.5958165Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4e946a55-46da-441c-bc5b-020d8349eaec\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:54.5958726Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:54.6663684Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:54.9032237Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:54.9033900Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:54.9178898Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:54.9179931Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\56863c28-927c-484e-a603-d43cd30f339b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:54.9185052Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\56863c28-927c-484e-a603-d43cd30f339b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:54.9185770Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:54.9848020Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:55.2322219Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:55.2323562Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:55.2458726Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:55.2459675Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\59963d18-74e4-42e2-a79c-a48b44babd7a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:55.2462476Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\59963d18-74e4-42e2-a79c-a48b44babd7a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:55.2463032Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:55.3142278Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:55.5410273Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:55.5412721Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:55.5550840Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:55.5554491Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\85c1fdfa-3bc6-49c1-8794-4d47fbfcfec8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:55.5559635Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\85c1fdfa-3bc6-49c1-8794-4d47fbfcfec8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:55.5560697Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:55.6183179Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:55.8770275Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:55.8771675Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:55.8925012Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:55.8926618Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\757c61ae-314c-4316-aac0-d982c6b7a84d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:55.8929715Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\757c61ae-314c-4316-aac0-d982c6b7a84d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:55.8930268Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:55.9551295Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:56.1805931Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:56.1807246Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:56.1939457Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:56.1942897Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9d3594b9-f838-4b5a-a8eb-3a37e2c2900b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:56.1947022Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9d3594b9-f838-4b5a-a8eb-3a37e2c2900b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:56.1948085Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:56.2507529Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:56.4655667Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:56.4657046Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:56.4823656Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:56.4824559Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\030de39b-8250-4553-85a4-87a003cfd5d8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:56.4827452Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\030de39b-8250-4553-85a4-87a003cfd5d8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:56.4827986Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:56.5428723Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:56.7910527Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:56.7913135Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:56.8048288Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:56.8049433Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6c047233-05a7-421c-8c3e-68f458b8af4c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:56.8053221Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6c047233-05a7-421c-8c3e-68f458b8af4c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:56.8053764Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:56.8613380Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:57.1016555Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:57.1018267Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:57.1160113Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:57.1160916Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\275c5814-dd44-49e4-8052-ee12f0c2cc30\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:57.1164041Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\275c5814-dd44-49e4-8052-ee12f0c2cc30\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:57.1164597Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:57.1723192Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:57.3984371Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:57.3985811Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:57.4117610Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:57.4118356Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0152388e-fc0a-4fd2-b7fe-8aa74d475c5d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:57.4121326Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0152388e-fc0a-4fd2-b7fe-8aa74d475c5d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:57.4121906Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:57.4705442Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:57.6920560Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:57.6921998Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:57.7058711Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:57.7059774Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\32f6d745-df47-48ac-967d-7f8f9e467629\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:57.7065553Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\32f6d745-df47-48ac-967d-7f8f9e467629\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:57.7066900Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:57.7755304Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:58.0189300Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:58.0191542Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:58.0339828Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:58.0340601Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1ba09325-0b1d-4d05-a14a-28a45c500c96\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:58.0343791Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1ba09325-0b1d-4d05-a14a-28a45c500c96\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:58.0344436Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:58.0964960Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:58.3193928Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:36:58.3195346Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:06.6686746Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Remove unnecessary files","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsDesktopUpdateStep"} -{"@t":"2022-06-09T14:37:06.6706216Z","@mt":"Deleting D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Properties\\AssemblyInfo.cs as it is not required for Windows App SDK projects.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WinUIUnnecessaryFilesUpdater"} -{"@t":"2022-06-09T14:37:06.6729150Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Remove unnecessary files","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsDesktopUpdateStep"} -{"@t":"2022-06-09T14:37:17.4563845Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:17.4565148Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b4d94efd-26e5-4d06-b6ca-21bbc03286cc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:17.4569290Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b4d94efd-26e5-4d06-b6ca-21bbc03286cc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:17.4570751Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:17.5135858Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:17.7452856Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:17.7454286Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:17.7591020Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:17.7591808Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9529b192-b5e2-4694-82f1-1988741ce318\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:17.7594995Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9529b192-b5e2-4694-82f1-1988741ce318\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:17.7595534Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:17.8498428Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:18.0616945Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:18.0618319Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:18.0749313Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:18.0751183Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ea4a0cd6-934e-4b8c-9c7e-dc6551e40921\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:18.0754294Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ea4a0cd6-934e-4b8c-9c7e-dc6551e40921\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:18.0754853Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:18.1309640Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:18.3451625Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:18.3452920Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:18.3577286Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:18.3578461Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ef6803e0-731c-4ba3-b8ba-5e64410bfbe2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:18.3581438Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ef6803e0-731c-4ba3-b8ba-5e64410bfbe2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:18.3581971Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:18.4145536Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:18.6261926Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:18.6263278Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:18.6401834Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:18.6403284Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8d72ed8c-80b0-433d-9c90-08fa25021e37\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:18.6408539Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8d72ed8c-80b0-433d-9c90-08fa25021e37\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:18.6409618Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:18.6960541Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:18.8987527Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:18.8989769Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:18.9159126Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:18.9160106Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0d23619e-8a12-4737-bb54-576ad86afed8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:18.9164140Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0d23619e-8a12-4737-bb54-576ad86afed8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:18.9164876Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:18.9879458Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:19.2373956Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:19.2375388Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:19.2516237Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:19.2517161Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3850468f-fe78-4ca1-9afb-2842cc44e94c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:19.2520763Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3850468f-fe78-4ca1-9afb-2842cc44e94c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:19.2521303Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:19.3062243Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:19.5203890Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:19.5205301Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:19.5337492Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:19.5338449Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a960e56f-8c0a-450a-8dbf-84af05c3d2f3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:19.5354175Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a960e56f-8c0a-450a-8dbf-84af05c3d2f3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:19.5354877Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:19.5959638Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:19.8514945Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:19.8516827Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:19.8806461Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:19.8807328Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\abd11ebc-f8f3-4391-95e5-9fc4b0333737\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:19.8811348Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\abd11ebc-f8f3-4391-95e5-9fc4b0333737\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:19.8812029Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:19.9387262Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:20.1543703Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:20.1545103Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:20.1674277Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:20.1675477Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\14d5472d-67f5-4ce7-b3b1-9cdef10f94a5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:20.1677981Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\14d5472d-67f5-4ce7-b3b1-9cdef10f94a5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:20.1678568Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:20.2402354Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:20.6446587Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:20.6447877Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:20.6755829Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:20.6756816Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bfbb92c5-a0ad-452e-884d-e73d395b4262\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:20.6774055Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bfbb92c5-a0ad-452e-884d-e73d395b4262\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:20.6774761Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:22.1023590Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:22.8351833Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:22.8353261Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:22.8480013Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:22.8481166Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\af5cbea1-2bc8-4b57-a4be-2aeb0c264a9c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:22.8496511Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\af5cbea1-2bc8-4b57-a4be-2aeb0c264a9c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:22.8497225Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:22.9051532Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:23.1213277Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:23.1215456Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:23.1349119Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:23.1350067Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\353643a6-15a6-438a-bb6d-06cac655674f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:23.1353119Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\353643a6-15a6-438a-bb6d-06cac655674f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:23.1353672Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:23.1881222Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:23.3911364Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:23.3912755Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:23.4051308Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:23.4052075Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3206ecc3-caac-4f1a-8f00-f9149fd5be92\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:23.4070322Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3206ecc3-caac-4f1a-8f00-f9149fd5be92\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:23.4071115Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:23.4624251Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:23.6791922Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:23.6793423Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:23.6921823Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:23.6922727Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7fd91b7b-84a6-4546-8670-4ad51facdec5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:23.6925548Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7fd91b7b-84a6-4546-8670-4ad51facdec5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:23.6926197Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:23.7484999Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:23.9722677Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:23.9724112Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:23.9853855Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:23.9854434Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6e5deb4a-68b7-4aa2-97cc-1d9280619c93\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:23.9857923Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6e5deb4a-68b7-4aa2-97cc-1d9280619c93\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:23.9858656Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:24.0412312Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:24.2702710Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:24.2704286Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:24.3062325Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:24.3063438Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3a9fb0a5-61a0-49c5-b22e-05673fdf575d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:24.3066011Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3a9fb0a5-61a0-49c5-b22e-05673fdf575d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:24.3066575Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:24.3702763Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:24.5807896Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:24.5809199Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:24.5934701Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:24.5935470Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7f2b2309-a9e4-4793-a0e6-3b36c788c772\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:24.5938646Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7f2b2309-a9e4-4793-a0e6-3b36c788c772\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:24.5939172Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:24.6525824Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:24.8706395Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:24.8707792Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:24.8855024Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:24.8855769Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\478532e8-23f8-4aa5-842b-23a5401b5dc1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:24.8859234Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\478532e8-23f8-4aa5-842b-23a5401b5dc1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:24.8859863Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:24.9466385Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:25.1715461Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:25.1717754Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:25.1855656Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:25.1856358Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2a975521-1453-48b9-b803-bf467cc0d93f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:25.1861349Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2a975521-1453-48b9-b803-bf467cc0d93f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:25.1862940Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:25.2494751Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:25.4567342Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:25.4570230Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:25.4707232Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:25.4708183Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5cdfc5ab-8ba0-4297-b280-078509657504\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:25.4711224Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5cdfc5ab-8ba0-4297-b280-078509657504\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:25.4711753Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:25.5264822Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:25.7322886Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:25.7324321Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:25.7467054Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:25.7468192Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\30b86bf9-9cc0-4b77-b8b4-aaf1f129fa93\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:25.7471085Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\30b86bf9-9cc0-4b77-b8b4-aaf1f129fa93\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:25.7471660Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:25.8006673Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:26.0106905Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:26.0108371Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:26.0245441Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:26.0246297Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a23ce459-9e72-4996-8040-79b480972410\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:26.0249233Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a23ce459-9e72-4996-8040-79b480972410\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:26.0249763Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:26.0789447Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:26.3029234Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:26.3030636Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:26.3158361Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:26.3159128Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a86ca480-887f-49ca-865a-44ad77ff888e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:26.3162127Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a86ca480-887f-49ca-865a-44ad77ff888e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:26.3162738Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:26.3756618Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:26.6040877Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:26.6042419Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:26.6426441Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:26.6427358Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\41a67191-3c9d-4fc5-81f3-f9e116947574\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:26.6430425Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\41a67191-3c9d-4fc5-81f3-f9e116947574\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:26.6430956Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:26.6975827Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:26.9064238Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:26.9066409Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:26.9199625Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:26.9200385Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a4f1fa8d-26e8-4cc3-947a-c218671f982c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:26.9217369Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a4f1fa8d-26e8-4cc3-947a-c218671f982c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:26.9218093Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:26.9755497Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:27.1876375Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:27.1877652Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:27.2013161Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:27.2014079Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1667f800-5139-4fcf-982a-04899242ca80\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:27.2030907Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1667f800-5139-4fcf-982a-04899242ca80\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:27.2031589Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:27.2589432Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:27.4852242Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:27.4854201Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:27.5019412Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:27.5020099Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f69efca6-be55-4a6f-8863-875a02b489a2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:27.5022596Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f69efca6-be55-4a6f-8863-875a02b489a2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:27.5023233Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:27.5642364Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:27.8240208Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:27.8241842Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:27.8377527Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:27.8378441Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\31160d0b-d402-4c72-a876-9ca3cd5c6925\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:27.8381224Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\31160d0b-d402-4c72-a876-9ca3cd5c6925\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:27.8381793Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:27.8953948Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:28.1271940Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:28.1273364Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:28.1424854Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:28.1425769Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a54e6be6-27c2-44cf-83b4-6e33c1d54696\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:28.1428959Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a54e6be6-27c2-44cf-83b4-6e33c1d54696\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:28.1429585Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:28.2000023Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:28.4826116Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:28.4827622Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:28.4954575Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:28.4955399Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f99e6307-68d4-481d-a489-3a780e088a63\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:28.4958011Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f99e6307-68d4-481d-a489-3a780e088a63\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:28.4958644Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:28.5631815Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:28.7988708Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:28.7990700Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:28.8151575Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:28.8152675Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d190cb14-cf89-4f29-9754-70aaf91d48ec\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:28.8156275Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d190cb14-cf89-4f29-9754-70aaf91d48ec\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:28.8156849Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:28.8782391Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:29.1478765Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:29.1480250Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:29.1618154Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:29.1619299Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\eafdc0b6-d21f-4c24-87fd-79b696555b6f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:29.1621960Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\eafdc0b6-d21f-4c24-87fd-79b696555b6f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:29.1622552Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:29.2201157Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:29.4458770Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:29.4460621Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:29.4591727Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:29.4593168Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2b7ab11b-4d0a-4963-9818-e376d1934066\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:29.4596776Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2b7ab11b-4d0a-4963-9818-e376d1934066\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:29.4597317Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:29.5157365Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:29.7279494Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:29.7280958Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:29.7425168Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:29.7426735Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5453d24b-1f05-44b4-9a58-4a24adcd614c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:29.7429693Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5453d24b-1f05-44b4-9a58-4a24adcd614c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:29.7430230Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:29.7961127Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:30.0026305Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:30.0027753Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:30.0149963Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:30.0150936Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\74e26286-60c2-4fbd-a85e-794e816e7188\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:30.0166083Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\74e26286-60c2-4fbd-a85e-794e816e7188\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:30.0166771Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:30.0700679Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:30.2821158Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:30.2822548Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:30.2909427Z","@mt":"Identified upgrade step {UpgradeStep} as the next step","@l":"Debug","UpgradeStep":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WinUIBackButtonXamlUpdater","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:37:30.3000509Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:30.3001439Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8048d975-acc7-401e-9ed6-b6f3c9c54b12\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:30.3004377Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8048d975-acc7-401e-9ed6-b6f3c9c54b12\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:30.3004910Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:30.3583673Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:30.5606151Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:30.5607681Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:30.5734561Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:30.5735862Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2252be17-9587-41a1-8c6f-d7ce09303a02\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:30.5750962Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2252be17-9587-41a1-8c6f-d7ce09303a02\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:30.5751643Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:30.6285265Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:30.8498617Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:30.8500055Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:30.8734234Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:30.8735138Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d79ecc86-9c82-4a45-8a99-67debfdcd3d3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:30.8737540Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d79ecc86-9c82-4a45-8a99-67debfdcd3d3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:30.8738173Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:30.9308372Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:31.1544761Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:31.1546623Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:31.1674188Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:31.1675390Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b9c3bf26-0261-4330-817d-88dd58bf0193\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:31.1678370Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b9c3bf26-0261-4330-817d-88dd58bf0193\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:31.1678914Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:31.2235109Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:31.4606203Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:31.4611471Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:31.4919302Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:31.4920609Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1ef8af36-2eba-40fc-8d0f-9cc43c9ae1f7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:31.4924676Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1ef8af36-2eba-40fc-8d0f-9cc43c9ae1f7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:31.4925323Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:31.5499054Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:31.7572525Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:31.7574912Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:31.7747797Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:31.7748790Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5e5738f5-50e9-405e-aad3-466e89f4bcca\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:31.7751280Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5e5738f5-50e9-405e-aad3-466e89f4bcca\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:31.7751817Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:31.8376081Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:32.0627725Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:32.0629184Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:32.0764909Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:32.0766055Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\25ab94f9-a77f-4e7f-a542-31035e13ad07\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:32.0768525Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\25ab94f9-a77f-4e7f-a542-31035e13ad07\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:32.0769127Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:32.1357109Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:32.3597036Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:32.3598520Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:32.3732471Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:32.3733119Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c24bb862-622a-49fa-a92a-2fd3cde28329\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:32.3736446Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c24bb862-622a-49fa-a92a-2fd3cde28329\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:32.3737030Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:32.4279416Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:32.6347026Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:32.6348430Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:32.6478137Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:32.6478999Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\699eee7b-abaa-4e8e-b99b-f3e119e45890\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:32.6481942Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\699eee7b-abaa-4e8e-b99b-f3e119e45890\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:32.6482533Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:32.7052481Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:32.9333060Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:32.9334467Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:32.9467712Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:32.9468887Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9c1d7e96-1644-46c0-a4ff-8e612c727252\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:32.9471432Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9c1d7e96-1644-46c0-a4ff-8e612c727252\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:32.9471986Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:33.0025604Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:33.2172360Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:33.2174643Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:33.2325286Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:33.2326418Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\eed07a8f-0f77-452f-856b-a26892dfabff\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:33.2328896Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\eed07a8f-0f77-452f-856b-a26892dfabff\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:33.2329604Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:33.2918313Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:33.5055804Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:33.5057361Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:33.5200352Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:33.5201125Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fbcfe5dd-eb6c-4966-b814-312f408e6a2f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:33.5204055Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fbcfe5dd-eb6c-4966-b814-312f408e6a2f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:33.5204594Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:33.5734705Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:33.7761471Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:33.7762910Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:33.7900279Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:33.7901143Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d53f260a-174f-4656-bc88-d72ac7b75ef1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:33.7905080Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d53f260a-174f-4656-bc88-d72ac7b75ef1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:33.7905655Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:33.8448175Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:34.0818237Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:34.0819677Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:34.0955618Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:34.0956403Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bfeefe46-f869-46e4-b605-c4cbbb4c66b9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:34.0959238Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bfeefe46-f869-46e4-b605-c4cbbb4c66b9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:34.0959773Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:34.1501456Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:34.3671166Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:34.3672644Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:34.3806406Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:34.3807631Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dc432ff7-bcde-4b3c-859d-70cbc8eb29bb\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:34.3810787Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dc432ff7-bcde-4b3c-859d-70cbc8eb29bb\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:34.3811377Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:34.4374403Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:34.6535703Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:34.6537029Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:34.6674063Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:34.6675284Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f8cf95a4-b286-4c77-a04b-8237430d2f48\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:34.6678452Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f8cf95a4-b286-4c77-a04b-8237430d2f48\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:34.6679059Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:34.7239784Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:34.9375964Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:34.9377428Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:34.9552141Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:34.9553862Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\581a55d2-9d38-4534-ad84-aa9b878e3d43\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:34.9557216Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\581a55d2-9d38-4534-ad84-aa9b878e3d43\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:34.9557773Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:35.0190144Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:35.3240334Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:35.3242441Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:35.3410878Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:35.3411912Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\701e6a80-6cf2-469a-bc99-5363403a402c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:35.3415474Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\701e6a80-6cf2-469a-bc99-5363403a402c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:35.3416263Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:35.4163792Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:35.6302511Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:35.6303809Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:35.6455827Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:35.6457746Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\308b9ac4-8e9c-4c58-a01e-d61bc8f1ca25\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:35.6461885Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\308b9ac4-8e9c-4c58-a01e-d61bc8f1ca25\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:35.6462558Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:35.7016628Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:35.9296193Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:35.9297607Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:35.9431479Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:35.9432708Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2fa2dc6a-2759-4119-a1b0-ee076d378783\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:35.9435508Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2fa2dc6a-2759-4119-a1b0-ee076d378783\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:35.9436039Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:36.0029002Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:36.2161000Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:36.2163261Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:36.2311936Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:36.2312835Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2178694e-928f-4e2f-9b83-69b754dd586d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:36.2315786Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2178694e-928f-4e2f-9b83-69b754dd586d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:36.2316331Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:36.3261112Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:36.5571474Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:36.5572893Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:36.5699390Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:36.5700162Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c5545410-9d1e-417b-a3d8-593e22185052\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:36.5703164Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c5545410-9d1e-417b-a3d8-593e22185052\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:36.5703696Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:36.6283064Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:36.8372580Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:36.8373968Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:36.8533609Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:36.8534509Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2a931098-b0f4-4bf9-9ca3-5a622b4c3dbf\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:36.8537647Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2a931098-b0f4-4bf9-9ca3-5a622b4c3dbf\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:36.8538191Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:36.9157133Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:37.1294136Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:37.1295700Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:37.1424813Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:37.1426075Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8b2f3430-095b-439c-8912-a60a1c110034\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:37.1428770Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8b2f3430-095b-439c-8912-a60a1c110034\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:37.1429537Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:37.1977174Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:37.4040597Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:37.4041997Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:37.4186998Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:37.4187908Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d5cae153-ad51-4601-b3de-1cf655ae488a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:37.4190897Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d5cae153-ad51-4601-b3de-1cf655ae488a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:37.4191430Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:37.4741216Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:37.6824134Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:37.6825667Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:37.6951276Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:37.6951819Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\df7569c7-f4c5-4496-a357-42da791fa444\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:37.6954983Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\df7569c7-f4c5-4496-a357-42da791fa444\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:37.6955528Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:37.7501253Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:37.9669499Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:37.9671521Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:37.9846984Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:37.9847908Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cf93749c-5095-49b4-a907-fdd630dacc41\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:37.9851494Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cf93749c-5095-49b4-a907-fdd630dacc41\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:37.9852021Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:38.0444883Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:38.2566722Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:38.2568086Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:38.2703167Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:38.2704396Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\12f8045a-fcfb-4f49-a479-9003ad8c58c0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:38.2706827Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\12f8045a-fcfb-4f49-a479-9003ad8c58c0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:38.2707356Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:38.3259149Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:38.5320252Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:38.5321708Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:38.5464059Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:38.5464935Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\52ff760b-d9df-4cff-a593-81676b3ac3bd\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:38.5467814Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\52ff760b-d9df-4cff-a593-81676b3ac3bd\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:38.5468349Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:38.6020575Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:38.8675769Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:38.8677232Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:38.8802782Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:38.8803540Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6b4031fa-ea90-443c-b8ea-e498ac48cf05\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:38.8806518Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6b4031fa-ea90-443c-b8ea-e498ac48cf05\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:38.8807048Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:38.9368702Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:39.1457309Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:39.1458774Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:39.1614773Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:39.1615909Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7a25786c-3d60-451f-ab5b-b2e3796ee3c3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:39.1618473Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7a25786c-3d60-451f-ab5b-b2e3796ee3c3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:39.1619019Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:39.2194778Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:39.4410825Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:39.4412257Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:39.4555120Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:39.4556124Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f2df86ab-91e3-4ba3-b61b-87f77f58815d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:39.4558630Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f2df86ab-91e3-4ba3-b61b-87f77f58815d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:39.4559165Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:39.5135822Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:39.7215617Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:39.7217081Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:39.7348208Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:39.7349623Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c76e41fb-7b7f-42cc-8f81-38ee83639c01\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:39.7352137Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c76e41fb-7b7f-42cc-8f81-38ee83639c01\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:39.7352695Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:39.7918997Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:40.0083836Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:40.0085252Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:40.0213364Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:40.0214462Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4181feb3-1ad4-4727-a3bd-081822eaad96\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:40.0217521Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4181feb3-1ad4-4727-a3bd-081822eaad96\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:40.0218374Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:40.0854247Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:40.2975450Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:40.2976949Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:40.3142525Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:40.3143458Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\84660ece-3cc6-4735-b865-b1384c73465f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:40.3146415Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\84660ece-3cc6-4735-b865-b1384c73465f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:40.3146940Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:40.3692452Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:40.5907772Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:40.5909182Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:40.6045296Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:40.6045867Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7b72a6fd-bfd5-4724-8805-4d13a643066c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:40.6048939Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7b72a6fd-bfd5-4724-8805-4d13a643066c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:40.6049625Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:40.6987286Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:40.9112329Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:40.9113645Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:40.9264676Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:40.9266220Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dd484184-0d54-44b4-8dbc-eab69dc9591f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:40.9269393Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dd484184-0d54-44b4-8dbc-eab69dc9591f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:40.9270983Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:40.9836297Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:41.2036732Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:41.2038277Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:41.2168499Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:41.2169659Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f47102cc-ca72-47dd-ab43-3ac670ff9936\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:41.2172423Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f47102cc-ca72-47dd-ab43-3ac670ff9936\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:41.2172982Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:41.2719547Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:41.4925063Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:41.4926396Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:41.5056302Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:41.5057203Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6a8962cc-662e-4367-a385-efb2d1dc06a6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:41.5061527Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6a8962cc-662e-4367-a385-efb2d1dc06a6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:41.5062056Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:41.5627600Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:41.7801111Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:41.7802576Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:41.7933653Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:41.7934873Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\92cd97ec-9670-4a19-93a1-dd9157ba5881\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:41.7938159Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\92cd97ec-9670-4a19-93a1-dd9157ba5881\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:41.7938754Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:41.8521271Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:42.0672943Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:42.0674263Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:42.0826671Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:42.0828000Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6598989f-f694-422a-a78e-1bd13a862736\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:42.0830981Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6598989f-f694-422a-a78e-1bd13a862736\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:42.0831537Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:42.1401329Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:42.3552865Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:42.3554285Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:42.3693174Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:42.3694574Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\20eeb701-775c-4c34-92e0-ef926208e1cc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:42.3697271Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\20eeb701-775c-4c34-92e0-ef926208e1cc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:42.3697799Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:42.4274295Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:42.6582097Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:42.6583490Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:42.7008806Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:42.7009762Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a49455aa-3565-4ed0-85ca-c16ae5184dee\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:42.7012816Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a49455aa-3565-4ed0-85ca-c16ae5184dee\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:42.7013362Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:42.7609817Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:42.9757887Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:42.9759364Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:42.9885576Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:42.9886882Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\721e8400-c769-427f-bfdc-77af86d1a48e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:42.9889656Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\721e8400-c769-427f-bfdc-77af86d1a48e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:42.9890171Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:43.0438597Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:43.2517411Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:43.2518684Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:43.2663675Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:43.2664618Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1cf72045-643f-41a7-ae41-47e871e1e9d2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:43.2667742Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1cf72045-643f-41a7-ae41-47e871e1e9d2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:43.2668279Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:43.3246873Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:43.5469178Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:43.5470965Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:43.5595085Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:43.5595904Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2484e3c6-b9ac-41ac-b918-7c7551211cf3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:43.5614831Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2484e3c6-b9ac-41ac-b918-7c7551211cf3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:43.5615557Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:43.6129316Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:43.8201186Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:43.8203031Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:43.8357518Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:43.8358676Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\08c5ca8f-80c4-4ba7-b4d8-97b20192079c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:43.8361315Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\08c5ca8f-80c4-4ba7-b4d8-97b20192079c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:43.8361869Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:43.8931955Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:44.1040570Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:44.1042002Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:44.1179249Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:44.1180595Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ba620013-7603-4218-ab6a-137727cdefd8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:44.1183263Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ba620013-7603-4218-ab6a-137727cdefd8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:44.1183798Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:44.1735382Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:44.3866060Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:44.3867833Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:44.4004759Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:44.4005651Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7440794d-5ccc-4d8a-a356-fe735b881cde\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:44.4008478Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7440794d-5ccc-4d8a-a356-fe735b881cde\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:44.4009038Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:44.4585326Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:44.6689659Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:44.6691168Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:44.6813805Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:44.6814772Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ed9ccc16-d469-4b91-9bc3-74208761c1cd\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:44.6817863Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ed9ccc16-d469-4b91-9bc3-74208761c1cd\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:44.6818437Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:44.7345390Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:44.9483526Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:44.9485159Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:44.9902327Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:44.9903499Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bc2fcaa9-572a-46ca-aa2b-0ba74f55d937\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:44.9906034Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bc2fcaa9-572a-46ca-aa2b-0ba74f55d937\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:44.9906579Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:45.0492765Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:45.2643512Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:45.2644897Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:45.2773944Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:45.2775155Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c38810de-de8b-4ca9-b81e-14ef2fb9b12d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:45.2778892Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c38810de-de8b-4ca9-b81e-14ef2fb9b12d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:45.2779428Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:45.3364796Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:45.5468518Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:45.5469826Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:45.5605531Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:45.5606457Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f7a3eca6-2aee-45ee-89a6-d6b4ad4ccf79\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:45.5609511Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f7a3eca6-2aee-45ee-89a6-d6b4ad4ccf79\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:45.5610066Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:45.6167835Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:45.8272337Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:45.8273779Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:45.8410364Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:45.8411557Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\88ec363b-197d-4e4b-992f-dc3155e6d092\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:45.8414254Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\88ec363b-197d-4e4b-992f-dc3155e6d092\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:45.8414774Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:45.8963114Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:46.1085938Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:46.1087247Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:46.1239470Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:46.1240385Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\09e0ba71-0722-4ac4-b136-235aa72b86ce\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:46.1243441Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\09e0ba71-0722-4ac4-b136-235aa72b86ce\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:46.1243975Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:46.1819943Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:46.3852652Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:46.3854105Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:46.3986315Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:46.3987826Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f2bff67c-7450-4c4b-8796-d10b106ab2ba\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:46.3992329Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f2bff67c-7450-4c4b-8796-d10b106ab2ba\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:46.3993107Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:46.4544468Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:46.6636190Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:46.6637474Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:37:50.4964172Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Insert back button in XAML","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsDesktopUpdateStep"} -{"@t":"2022-06-09T14:37:50.7145848Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Insert back button in XAML","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsDesktopUpdateStep"} -{"@t":"2022-06-09T14:38:55.6959647Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:55.6960854Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d1f86c3e-8ee0-428c-a7ad-46c99aa3fc12\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:55.6963924Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d1f86c3e-8ee0-428c-a7ad-46c99aa3fc12\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:55.6964523Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:55.7574349Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:56.0068079Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:56.0069391Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:56.0203093Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:56.0204048Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\da5f50e6-3535-4741-9489-06da4e39c1a9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:56.0206628Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\da5f50e6-3535-4741-9489-06da4e39c1a9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:56.0207173Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:56.0742684Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:56.2868985Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:56.2870339Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:56.3002065Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:56.3004994Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a3fe922c-9a41-4ed8-8b6c-942a73a55a94\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:56.3009332Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a3fe922c-9a41-4ed8-8b6c-942a73a55a94\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:56.3009987Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:56.3562846Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:56.5934509Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:56.5935923Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:56.6069864Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:56.6070548Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\16193246-f39b-4c84-a239-163aecd6a9f8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:56.6073678Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\16193246-f39b-4c84-a239-163aecd6a9f8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:56.6074264Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:56.6644005Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:56.9411622Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:56.9413189Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:56.9549284Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:56.9550629Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\04d17b02-f7f2-468b-8f6c-e0f60decc252\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:56.9568390Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\04d17b02-f7f2-468b-8f6c-e0f60decc252\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:56.9569584Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:57.0130160Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:57.2671176Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:57.2672606Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:57.2819181Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:57.2819879Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fb649064-c94d-4b29-a1a9-f040ed48b1ae\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:57.2822407Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fb649064-c94d-4b29-a1a9-f040ed48b1ae\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:57.2823417Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:57.3491050Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:57.6015253Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:57.6016837Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:57.6197004Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:57.6199095Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\63e73a84-321f-42db-8613-bc1630e65883\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:57.6203663Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\63e73a84-321f-42db-8613-bc1630e65883\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:57.6204394Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:57.6976091Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:57.9402370Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:57.9403813Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:57.9548789Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:57.9549576Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6817eecd-82ef-4038-ac0a-16b44053e870\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:57.9552371Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6817eecd-82ef-4038-ac0a-16b44053e870\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:57.9553037Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:58.0150997Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:58.2465623Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:58.2466944Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:58.2601748Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:58.2602471Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\59960312-2dcb-49ad-8f99-420503acc579\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:58.2606091Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\59960312-2dcb-49ad-8f99-420503acc579\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:58.2606641Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:58.3150496Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:58.6193149Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:58.6195031Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:58.6349175Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:58.6349830Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1e7b8f19-899e-4730-8c58-c786c5f05daf\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:58.6352577Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1e7b8f19-899e-4730-8c58-c786c5f05daf\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:58.6353310Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:58.7113273Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:58.9637318Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:58.9638627Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:58.9794943Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:58.9795870Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\afb7f553-8035-4887-8ef5-ef3a51542356\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:58.9799000Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\afb7f553-8035-4887-8ef5-ef3a51542356\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:58.9799550Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:59.0459303Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:59.3168543Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:59.3172644Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:59.3389895Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:59.3390748Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e80b20d9-31d1-48d6-b5e1-f62fc2fcdf0f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:59.3395035Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e80b20d9-31d1-48d6-b5e1-f62fc2fcdf0f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:59.3395987Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:59.4183095Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:59.7127491Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:59.7130867Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:59.7301309Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:59.7302233Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e4fbf79d-a256-4345-ac06-480d67e83f09\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:59.7305335Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e4fbf79d-a256-4345-ac06-480d67e83f09\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:59.7306071Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:38:59.7968937Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:00.0367001Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:00.0368488Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:00.0527541Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:00.0528714Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9888cde6-d0f5-464e-8c23-3170cb85fcfd\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:00.0531534Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9888cde6-d0f5-464e-8c23-3170cb85fcfd\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:00.0532092Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:00.1150813Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:00.3552166Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:00.3553925Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:00.3681429Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:00.3682319Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\18ce26e1-fb8a-4b0d-b7f5-db4a9162c90c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:00.3685567Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\18ce26e1-fb8a-4b0d-b7f5-db4a9162c90c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:00.3686123Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:00.4284938Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:00.6567898Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:00.6569421Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:00.6704370Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:00.6705117Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d406c50a-f59e-4556-bc81-1d0c5694a5cd\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:00.6708674Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d406c50a-f59e-4556-bc81-1d0c5694a5cd\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:00.6709237Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:00.7278094Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:00.9459005Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:00.9460337Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:00.9599575Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:00.9600428Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c36bc0cc-aea0-463d-b05f-2ce754c5ded7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:00.9603751Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c36bc0cc-aea0-463d-b05f-2ce754c5ded7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:00.9604346Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:01.0178553Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:01.2497184Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:01.2498860Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:01.2637883Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:01.2639262Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4c6ae2a9-27bf-469c-9ac0-254f84a9f14e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:01.2642037Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4c6ae2a9-27bf-469c-9ac0-254f84a9f14e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:01.2642594Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:01.3221578Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:01.5473967Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:01.5475447Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:01.5614764Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:01.5615734Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e9a6e6e3-2a1e-4946-aca9-a1bdfa20710a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:01.5619725Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e9a6e6e3-2a1e-4946-aca9-a1bdfa20710a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:01.5620600Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:01.6272900Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:01.8463252Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:01.8464656Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:01.8603611Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:01.8604166Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\28d02f66-aa7c-4eb6-b05f-8cd6b9f6fdf4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:01.8607355Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\28d02f66-aa7c-4eb6-b05f-8cd6b9f6fdf4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:01.8607898Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:01.9181639Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:02.1960812Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:02.1962566Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:02.2112158Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:02.2113344Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\40f66a9e-8b66-416c-b7e2-beefe165e62d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:02.2116535Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\40f66a9e-8b66-416c-b7e2-beefe165e62d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:02.2117249Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:02.2801107Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:02.5567928Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:02.5569536Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:02.5742804Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:02.5744703Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\58b6b3f8-645c-4a9f-955e-f28091242051\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:02.5747548Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\58b6b3f8-645c-4a9f-955e-f28091242051\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:02.5748708Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:02.6468422Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:02.9166866Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:02.9168827Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:02.9338380Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:02.9339835Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0ff40e45-56f1-4fc4-b5c6-e7099f79b825\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:02.9343558Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0ff40e45-56f1-4fc4-b5c6-e7099f79b825\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:02.9344121Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:02.9929180Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:03.2536873Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:03.2538681Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:03.2690818Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:03.2691790Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3ea22364-e933-4ffb-99a2-737b8c4bb873\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:03.2694439Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3ea22364-e933-4ffb-99a2-737b8c4bb873\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:03.2695539Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:03.3399254Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:03.5650517Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:03.5651860Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:03.5784265Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:03.5785185Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cec74e74-7f75-4adc-9769-488d97944ffe\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:03.5788458Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cec74e74-7f75-4adc-9769-488d97944ffe\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:03.5789179Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:03.6345330Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:03.8741391Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:03.8744855Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:03.8876582Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:03.8877357Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d0e394e9-aa6b-40d2-b8df-538ecd729d2a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:03.8896423Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d0e394e9-aa6b-40d2-b8df-538ecd729d2a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:03.8897386Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:03.9472281Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:04.1854090Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:04.1855372Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:04.2012439Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:04.2014041Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\86d8ae79-001a-4c26-ba0f-41c529d4bd70\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:04.2019390Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\86d8ae79-001a-4c26-ba0f-41c529d4bd70\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:04.2020913Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:04.2705516Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:04.5075535Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:04.5076910Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:04.5202062Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:04.5203815Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cb2d68f6-51a2-4fbf-ba97-9fe1ca0d13cf\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:04.5206775Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cb2d68f6-51a2-4fbf-ba97-9fe1ca0d13cf\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:04.5207350Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:04.5803392Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:04.8268660Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:04.8270071Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:04.8403770Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:04.8404483Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d98466d5-1321-4c73-b02e-afd78983f989\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:04.8407216Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d98466d5-1321-4c73-b02e-afd78983f989\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:04.8407817Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:04.8969749Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:05.1993060Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:05.1994497Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:05.2139220Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:05.2141009Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3d833811-d4eb-4d7b-b50d-7826f5a8bff1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:05.2144620Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3d833811-d4eb-4d7b-b50d-7826f5a8bff1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:05.2145554Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:05.2887184Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:05.5129185Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:05.5131969Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:05.5270012Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:05.5271623Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7c20b448-b548-4212-b2c0-8d16d9cae4ff\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:05.5274655Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7c20b448-b548-4212-b2c0-8d16d9cae4ff\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:05.5275224Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:05.5820077Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:05.8138714Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:05.8140041Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:05.8294928Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:05.8296350Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\de208f60-b8cb-4f7d-8f0b-a996d5c076ed\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:05.8299586Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\de208f60-b8cb-4f7d-8f0b-a996d5c076ed\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:05.8300523Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:05.9007860Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:06.1748552Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:06.1750793Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:06.1927404Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:06.1928390Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\763cd9d1-f6a9-45e9-9d3f-d4e39f1a0ddc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:06.1931405Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\763cd9d1-f6a9-45e9-9d3f-d4e39f1a0ddc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:06.1931943Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:06.2511256Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:06.5130093Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:06.5133401Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:06.5269858Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:06.5270842Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b185d445-b212-475c-b84c-530d5bd3de44\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:06.5273360Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b185d445-b212-475c-b84c-530d5bd3de44\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:06.5273921Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:06.5855505Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:06.8370653Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:06.8373146Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:06.8526333Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:06.8527861Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c5521827-8602-4ef3-ad9e-f4b8293884a6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:06.8532191Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c5521827-8602-4ef3-ad9e-f4b8293884a6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:06.8532922Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:06.9217932Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:07.1581159Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:07.1582636Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:07.1732876Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:07.1733592Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\adf5e18b-3e88-4952-87ef-5508c8720912\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:07.1748806Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\adf5e18b-3e88-4952-87ef-5508c8720912\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:07.1749501Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:07.2301713Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:07.4825947Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:07.4827750Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:07.4923442Z","@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-06-09T14:39:07.4987201Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:07.4987855Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fbf4e126-7d07-4184-9e4b-2bd4096d30da\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:07.4990427Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fbf4e126-7d07-4184-9e4b-2bd4096d30da\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:07.4990963Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:07.5580948Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:07.7875574Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:07.7877159Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:07.8001497Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:07.8002284Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e236c27e-315f-4eac-8fa9-a36ae8645997\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:07.8005194Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e236c27e-315f-4eac-8fa9-a36ae8645997\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:07.8005804Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:07.8693093Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:08.0981869Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:08.0983566Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:08.1228876Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:08.1229566Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\37dbeea4-56b0-41cf-b211-86369ec10fc7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:08.1232174Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\37dbeea4-56b0-41cf-b211-86369ec10fc7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:08.1232946Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:08.1860402Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:08.4260926Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:08.4262398Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:08.4397970Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:08.4398671Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\923ffb16-5561-4322-b4af-1be1268dada1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:08.4412613Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\923ffb16-5561-4322-b4af-1be1268dada1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:08.4413280Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:08.5001579Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:08.7321379Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:08.7322710Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:08.7451779Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:08.7454374Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cdca9926-eaef-42da-b56b-e6b514493d07\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:08.7458472Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cdca9926-eaef-42da-b56b-e6b514493d07\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:08.7460252Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:08.8070356Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:09.0354397Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:09.0355828Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:09.0496118Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:09.0496941Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\28b50385-89d4-4157-80ec-a12045cc8cd4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:09.0499381Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\28b50385-89d4-4157-80ec-a12045cc8cd4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:09.0499913Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:09.1094942Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:09.3262610Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:09.3264096Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:09.3401156Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:09.3402215Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0adce97f-0e23-4e91-88e2-1ea95caa431c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:09.3404825Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0adce97f-0e23-4e91-88e2-1ea95caa431c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:09.3405422Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:09.3941959Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:09.5998180Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:09.5999583Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:09.6130782Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:09.6131447Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cc63197a-2b71-4f1f-874f-c41ab44f899e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:09.6134007Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cc63197a-2b71-4f1f-874f-c41ab44f899e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:09.6134521Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:09.6697566Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:09.9156421Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:09.9157854Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:09.9314477Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:09.9315172Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8bf140d5-34bf-4965-b73c-ff24380407f2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:09.9317931Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8bf140d5-34bf-4965-b73c-ff24380407f2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:09.9318539Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:09.9908213Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:10.2539121Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:10.2541311Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:10.2702411Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:10.2703127Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\934e077a-505c-4cb2-9d96-2902d953259c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:10.2706311Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\934e077a-505c-4cb2-9d96-2902d953259c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:10.2706861Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:10.3343885Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:10.5864295Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:10.5865642Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:10.6013981Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:10.6015137Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c766e88c-afd6-4038-b45d-defaa5959198\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:10.6018798Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c766e88c-afd6-4038-b45d-defaa5959198\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:10.6019570Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:10.6582821Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:10.8764929Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:10.8766314Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:10.8934681Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:10.8937167Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8d0a75f8-66ba-4e15-9af5-7448ef739d5b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:10.8942560Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8d0a75f8-66ba-4e15-9af5-7448ef739d5b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:10.8943133Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:10.9728500Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:11.2160450Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:11.2161748Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:11.2314987Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:11.2315739Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7c0b5ac5-40f2-4715-b804-687c752424dc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:11.2319159Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7c0b5ac5-40f2-4715-b804-687c752424dc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:11.2319724Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:11.3075478Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:11.5333364Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:11.5334795Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:11.5483145Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:11.5483837Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\183a0956-0600-4ed3-b91d-e44d20205952\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:11.5486585Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\183a0956-0600-4ed3-b91d-e44d20205952\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:11.5487179Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:11.6211601Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:11.8995710Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:11.8997104Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:11.9135502Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:11.9136239Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\81ce9339-4db5-45e1-8fab-60e15ce0ac65\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:11.9138904Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\81ce9339-4db5-45e1-8fab-60e15ce0ac65\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:11.9139444Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:11.9687968Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:12.2571021Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:12.2572360Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:12.2717318Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:12.2718191Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d93b0581-0cda-4bc3-8720-8d3e533c1fe5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:12.2721454Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d93b0581-0cda-4bc3-8720-8d3e533c1fe5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:12.2722016Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:12.3411928Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:12.5744222Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:12.5745659Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:12.5909066Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:12.5909764Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3dc2fb4c-5cf6-404f-9bbd-326d2780d899\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:12.5912423Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3dc2fb4c-5cf6-404f-9bbd-326d2780d899\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:12.5912992Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:12.6517353Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:12.8854912Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:12.8856456Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:12.9009931Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:12.9011222Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\19066495-76d4-4881-b064-8f31ce27c6ca\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:12.9013923Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\19066495-76d4-4881-b064-8f31ce27c6ca\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:12.9014481Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:12.9621505Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:13.1798891Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:13.1800397Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:13.1953094Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:13.1953802Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\444c509a-bae1-49f9-8929-d58b181f6665\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:13.1956734Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\444c509a-bae1-49f9-8929-d58b181f6665\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:13.1957424Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:13.2542522Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:13.4600781Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:13.4602180Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:13.4735945Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:13.4736661Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b0aedbdf-8852-40fd-b7cd-54a8dad22020\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:13.4739293Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b0aedbdf-8852-40fd-b7cd-54a8dad22020\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:13.4739861Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:13.5514799Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:13.8581863Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:13.8584383Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:13.8765625Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:13.8766455Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7a14c232-a1ad-41ff-a643-46cb43af4e02\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:13.8769012Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7a14c232-a1ad-41ff-a643-46cb43af4e02\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:13.8769605Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:13.9594078Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:14.2688825Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:14.2691151Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:14.2866467Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:14.2867287Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\72f609bc-2df5-4617-b09a-76855d755813\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:14.2870522Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\72f609bc-2df5-4617-b09a-76855d755813\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:14.2871332Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:14.3717423Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:14.6205873Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:14.6209458Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:14.6384981Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:14.6400058Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\182f81c4-ac19-478a-ba0a-8e53bd90ba0f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:14.6403656Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\182f81c4-ac19-478a-ba0a-8e53bd90ba0f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:14.6404422Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:14.7106639Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:14.9696844Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:14.9698287Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:14.9851054Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:14.9851735Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bc057cc8-d18c-4280-884d-eaff306a8bcd\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:14.9854354Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bc057cc8-d18c-4280-884d-eaff306a8bcd\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:14.9854917Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:15.0507194Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:15.2844961Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:15.2847845Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:15.3049858Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:15.3050841Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6cc83811-59ee-4601-baff-6b2fed5825d9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:15.3053818Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6cc83811-59ee-4601-baff-6b2fed5825d9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:15.3054464Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:15.3719990Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:15.6518219Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:15.6519764Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:15.6669223Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:15.6669931Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0a56091a-32f0-479e-bf98-d418954f5ce0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:15.6672524Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0a56091a-32f0-479e-bf98-d418954f5ce0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:15.6673161Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:15.7231587Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:15.9599497Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:15.9600809Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:15.9786736Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:15.9787629Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9264a544-3cd8-46ae-80de-dbc5488085d9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:15.9790713Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9264a544-3cd8-46ae-80de-dbc5488085d9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:15.9791328Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:16.0402102Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:16.2808728Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:16.2810237Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:16.2960298Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:16.2961407Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\744afd11-472b-4e5f-966f-ffdcded8a3b1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:16.2964105Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\744afd11-472b-4e5f-966f-ffdcded8a3b1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:16.2964669Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:16.3563212Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:16.5735692Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:16.5737146Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:16.5872978Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:16.5873666Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ec94dbb9-e431-40cc-a6df-0003e36ecead\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:16.5876274Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ec94dbb9-e431-40cc-a6df-0003e36ecead\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:16.5876909Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:16.6447655Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:16.8705416Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:16.8706806Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:16.8845504Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:16.8846387Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a86ac440-ba39-49a7-ae21-9321af0cd043\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:16.8850058Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a86ac440-ba39-49a7-ae21-9321af0cd043\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:16.8850953Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:16.9467255Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:17.1673998Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:17.1675509Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:17.1837710Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:17.1838375Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\00bca6dd-7d3e-488b-b5f4-6a6474709cf8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:17.1842143Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\00bca6dd-7d3e-488b-b5f4-6a6474709cf8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:17.1842989Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:17.2411283Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:17.4702905Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:17.4705049Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:17.4836363Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:17.4837105Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0ce4078b-4690-4aba-a17b-9e76bd06af40\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:17.4839832Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0ce4078b-4690-4aba-a17b-9e76bd06af40\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:17.4840616Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:17.5406242Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:17.7479566Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:17.7480820Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:17.7610778Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:17.7611460Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ade18f2f-4583-4e01-826c-97c9af3d11f4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:17.7616045Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ade18f2f-4583-4e01-826c-97c9af3d11f4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:17.7616608Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:17.8208520Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:18.0372455Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:18.0374814Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:18.0512043Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:18.0512944Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9be7c6de-07cf-4587-9055-d83b56a60d9e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:18.0518401Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9be7c6de-07cf-4587-9055-d83b56a60d9e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:18.0519721Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:18.1071107Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:18.3454374Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:18.3455955Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:18.3619101Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:18.3620331Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0c6147d5-e823-4e83-aa04-efb29eb81801\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:18.3623460Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0c6147d5-e823-4e83-aa04-efb29eb81801\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:18.3624111Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:18.4271465Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:18.6856577Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:18.6858080Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:18.7278030Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:18.7278761Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\63e168a0-cc91-4168-acb0-cc8684ca3cd4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:18.7281390Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\63e168a0-cc91-4168-acb0-cc8684ca3cd4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:18.7282056Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:18.7858421Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:19.0042774Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:19.0044171Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:19.0203727Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:19.0204617Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\230802c4-0f14-4f0a-b74d-c2181e0cbdeb\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:19.0207520Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\230802c4-0f14-4f0a-b74d-c2181e0cbdeb\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:19.0208058Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:19.0764488Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:19.3200970Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:19.3202402Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:19.3342228Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:19.3344210Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\078dc519-9e02-40af-8698-4669001cf4ce\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:19.3349470Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\078dc519-9e02-40af-8698-4669001cf4ce\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:19.3350024Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:19.3914817Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:19.6144389Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:19.6145798Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:19.6305471Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:19.6306388Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3a6f1bb0-eb58-4d7d-8d9b-38161f3f14a0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:19.6309355Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3a6f1bb0-eb58-4d7d-8d9b-38161f3f14a0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:19.6309899Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:19.7010809Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:19.9949948Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:19.9952952Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:20.0120430Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:20.0121461Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\47226e74-4dea-4efb-b68e-06e6982a32f1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:20.0124174Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\47226e74-4dea-4efb-b68e-06e6982a32f1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:20.0124719Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:20.0665960Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:20.2810777Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:20.2812086Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:20.2978500Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:20.2979326Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b4e6c449-f5ff-4059-87f5-ec4a1444dbc6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:20.2986394Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b4e6c449-f5ff-4059-87f5-ec4a1444dbc6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:20.2988289Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:20.3702697Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:20.5986994Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:20.5988514Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:20.6139080Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:20.6139790Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1d1ed344-d6a5-4f48-ba0f-dbad30ae5704\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:20.6142370Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1d1ed344-d6a5-4f48-ba0f-dbad30ae5704\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:20.6142900Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:20.6734290Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:20.8900998Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:20.8902461Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:20.9053861Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:20.9054535Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\74e48c7c-e912-4246-99db-4346ec810b63\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:20.9057195Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\74e48c7c-e912-4246-99db-4346ec810b63\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:20.9057739Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:20.9670497Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:21.2110082Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:21.2112218Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:21.2531616Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:21.2532427Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\33defac7-991c-4dc6-8f8a-d456b40c7189\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:21.2535026Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\33defac7-991c-4dc6-8f8a-d456b40c7189\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:21.2535581Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:21.3140264Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:21.5280015Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:21.5281547Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:21.5426966Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:21.5427680Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\10171ca9-ad4c-40da-b15a-509da3c46599\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:21.5430360Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\10171ca9-ad4c-40da-b15a-509da3c46599\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:21.5430907Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:21.6102213Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:21.8315508Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:21.8317857Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:21.8451163Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:21.8452129Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0999de2f-8b7d-4957-b9bb-b0ff3e9c70ea\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:21.8454750Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0999de2f-8b7d-4957-b9bb-b0ff3e9c70ea\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:21.8455344Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:21.9017057Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:22.1169194Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:22.1170722Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:22.1314460Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:22.1315796Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\eca025fa-baa2-49da-8224-a610c58438cb\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:22.1330613Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\eca025fa-baa2-49da-8224-a610c58438cb\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:22.1331289Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:22.1959322Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:22.4490308Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:22.4492916Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:22.4659259Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:22.4660916Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\88c65c36-b1ce-4196-853e-a74926aabca6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:22.4665148Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\88c65c36-b1ce-4196-853e-a74926aabca6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:22.4665798Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:22.5393253Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:22.7631896Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:22.7633207Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:22.7811185Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:22.7812609Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cf4e0dbc-1ac3-4458-b5e0-9cdc8adcb84a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:22.7817420Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cf4e0dbc-1ac3-4458-b5e0-9cdc8adcb84a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:22.7819204Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:22.8526199Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:23.0780707Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:23.0782648Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:23.0912790Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:23.0913599Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3da88e01-e3a5-4128-a419-874617153ef4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:23.0920302Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3da88e01-e3a5-4128-a419-874617153ef4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:23.0921970Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:23.1456077Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:23.3661180Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:23.3662747Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:23.3821845Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:23.3822516Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0f48f009-9f5b-4e9f-92b6-251658a90069\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:23.3837173Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0f48f009-9f5b-4e9f-92b6-251658a90069\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:23.3837867Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:23.4430551Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:23.6844307Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:23.6845886Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:23.7110029Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:23.7111421Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1b706204-5e76-4012-a4f0-9b6993c95ca8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:23.7114906Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1b706204-5e76-4012-a4f0-9b6993c95ca8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:23.7115632Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:23.7734873Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:24.0107406Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:24.0109044Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:24.0263680Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:24.0264504Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7f80e215-8e69-48e6-9ca4-b444b7571e44\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:24.0269762Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7f80e215-8e69-48e6-9ca4-b444b7571e44\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:24.0270824Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:24.0891307Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:24.3421728Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:24.3423111Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:24.3576455Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:24.3577391Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d73bf22f-4cd9-46b6-b69e-b029cc7f6869\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:24.3581507Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d73bf22f-4cd9-46b6-b69e-b029cc7f6869\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:24.3582291Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:24.4348616Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:24.7063267Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:24.7064595Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:24.7246918Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:24.7247682Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4f2a7a99-63d1-4a24-8191-dfa4c3f23d29\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:24.7265259Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4f2a7a99-63d1-4a24-8191-dfa4c3f23d29\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:24.7266545Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:24.7926935Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:25.0282045Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:25.0283398Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:25.0408099Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:25.0409467Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a7535447-de44-4b42-b37d-079768f35894\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:25.0412004Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a7535447-de44-4b42-b37d-079768f35894\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:25.0412555Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:25.0950885Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:25.3172123Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:25.3173778Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:53.2727695Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Update Windows Desktop Project","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsDesktopUpdateStep"} -{"@t":"2022-06-09T14:39:53.2803677Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:53.2804463Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\35898cf5-b031-4b1a-88e8-4a13420c4116\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:53.2807867Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\35898cf5-b031-4b1a-88e8-4a13420c4116\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:53.2808444Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:53.3393276Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:53.5638828Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:53.5640220Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:53.5774048Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:53.5774746Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\44d14d4a-43e5-4ed4-b23c-fb79b4eddd7d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:53.5777429Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\44d14d4a-43e5-4ed4-b23c-fb79b4eddd7d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:53.5777984Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:53.6319682Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:53.8592208Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:53.8593529Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:53.8738784Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:53.8739554Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2187d348-1d1c-4597-84f3-78afaf01b6b8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:53.8742036Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2187d348-1d1c-4597-84f3-78afaf01b6b8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:53.8742606Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:53.9325302Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:54.1805023Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:54.1806656Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:54.2086687Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:54.2087438Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\13a78659-d28b-4bcd-a80a-e4664533bfe3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:54.2099202Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\13a78659-d28b-4bcd-a80a-e4664533bfe3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:54.2099847Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:54.2657004Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:54.4731864Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:54.4733251Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:54.4883143Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:54.4883883Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bb4e27e1-6597-4b6c-8f69-188156dbd0d6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:54.4888132Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bb4e27e1-6597-4b6c-8f69-188156dbd0d6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:54.4889175Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:54.5499219Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:54.7730425Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:54.7732337Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:54.7872814Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:54.7874365Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\840e2153-95d2-40f3-98e8-bfac4bdb57a4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:54.7878433Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\840e2153-95d2-40f3-98e8-bfac4bdb57a4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:54.7879619Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:54.8526302Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:55.0702129Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:55.0703432Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:55.0836631Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:55.0839019Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\eb10ee92-76cd-4598-9a96-7bead433eca9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:55.0843554Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\eb10ee92-76cd-4598-9a96-7bead433eca9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:55.0844138Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:55.1387995Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:55.3572557Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:55.3573903Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:55.3701501Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:55.3702535Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fd232e8b-1880-446f-9c10-c0d3d9784d19\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:55.3705191Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fd232e8b-1880-446f-9c10-c0d3d9784d19\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:55.3705767Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:55.4277056Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:55.6350437Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:55.6351839Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:55.6493790Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:55.6494699Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0100de0a-3d6f-4cf8-b76e-603a68bd23d8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:55.6497657Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0100de0a-3d6f-4cf8-b76e-603a68bd23d8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:55.6509698Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:55.7047932Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:55.9180285Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:55.9182318Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:55.9343716Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:55.9344718Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dd6f67a6-750b-4f93-a7e7-cafeb61c92a9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:55.9347572Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dd6f67a6-750b-4f93-a7e7-cafeb61c92a9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:55.9348149Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:55.9903819Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:56.2101766Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:56.2103090Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:56.2227918Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:56.2228807Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4ae0a4ba-1b61-4f03-bb15-4ff6fb0f9bf9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:56.2231790Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4ae0a4ba-1b61-4f03-bb15-4ff6fb0f9bf9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:56.2232312Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:56.2788151Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:56.5392269Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:56.5393638Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:56.5528453Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:56.5529619Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\584f3f2b-1942-4a4a-ac09-74ce2e1dee33\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:56.5532270Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\584f3f2b-1942-4a4a-ac09-74ce2e1dee33\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:56.5532823Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:56.6087391Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:56.8185541Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:56.8187051Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:56.8320926Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:56.8322735Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d8036a3b-aaf1-4aed-90e6-f5fbf0a7d55f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:56.8325582Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d8036a3b-aaf1-4aed-90e6-f5fbf0a7d55f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:56.8326180Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:56.8882056Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:57.1137285Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:57.1138833Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:57.1262284Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:57.1263456Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c057651e-799d-439c-8cb1-0dbf53acd144\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:57.1266094Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c057651e-799d-439c-8cb1-0dbf53acd144\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:57.1266641Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:57.1806594Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:57.3892063Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:57.3893520Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:57.4034498Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:57.4035352Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6b62fae5-09f2-4020-95e6-70ee9c37fe1a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:57.4038286Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6b62fae5-09f2-4020-95e6-70ee9c37fe1a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:57.4038841Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:57.4600277Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:57.6648756Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:57.6650537Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:57.6780435Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:57.6781570Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cc3450f8-e18d-42e9-8e48-b2164cd32790\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:57.6784027Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cc3450f8-e18d-42e9-8e48-b2164cd32790\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:57.6784566Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:57.7336268Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:57.9429936Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:57.9431298Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:39:57.9516227Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Update Windows Desktop Project","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsDesktopUpdateStep"} -{"@t":"2022-06-09T14:40:01.1882259Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:01.1883133Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\33d0cda7-1aff-4273-b901-0f9303782561\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:01.1886155Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\33d0cda7-1aff-4273-b901-0f9303782561\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:01.1887015Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:01.2469148Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:01.4702978Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:01.4704445Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:01.4839804Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:01.4840999Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1646c763-53ad-48be-8132-bc6e20101815\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:01.4843845Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1646c763-53ad-48be-8132-bc6e20101815\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:01.4844452Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:01.5384615Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:01.7600304Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:01.7601623Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:01.7751720Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:01.7752685Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\be89c40b-0d1c-49e8-a2ee-326e88abbfec\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:01.7755752Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\be89c40b-0d1c-49e8-a2ee-326e88abbfec\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:01.7756314Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:01.8303613Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:02.0383420Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:02.0384979Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:02.0524938Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:02.0525697Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b5e63b3d-7e53-49bc-99ce-8b795cbb64b4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:02.0530690Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b5e63b3d-7e53-49bc-99ce-8b795cbb64b4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:02.0531669Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:02.1116400Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:02.3521405Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:02.3523187Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:02.3655571Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:02.3656441Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3eef0116-b4f1-490d-9ef9-4958b43d1e0f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:02.3659474Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3eef0116-b4f1-490d-9ef9-4958b43d1e0f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:02.3660015Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:02.4203500Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:02.6297207Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:02.6298610Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:02.6425431Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:02.6425984Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2fb9d931-0069-437c-bcb3-dac439ff5f12\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:02.6429082Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2fb9d931-0069-437c-bcb3-dac439ff5f12\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:02.6429642Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:02.6997064Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:02.9171012Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:02.9172393Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:02.9308687Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:02.9310584Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0fbb9ef6-4ea0-4737-a95c-c3765960a2c6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:02.9314607Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0fbb9ef6-4ea0-4737-a95c-c3765960a2c6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:02.9316079Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:02.9888426Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:03.2002902Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:03.2004304Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:03.2154595Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:03.2155630Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\621f0084-a03b-4c3b-8ea1-b19e17f262f2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:03.2159584Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\621f0084-a03b-4c3b-8ea1-b19e17f262f2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:03.2160248Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:03.2790650Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:03.4919676Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:03.4920994Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:03.5050816Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:03.5051720Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\28ad9660-4737-4f10-9330-f752a5ac8e74\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:03.5055557Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\28ad9660-4737-4f10-9330-f752a5ac8e74\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:03.5056124Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:03.5620707Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:03.7846617Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:03.7848008Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:03.7979130Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:03.7980222Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6462516f-0de5-4d8b-8304-073c5c3771ff\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:03.7983467Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6462516f-0de5-4d8b-8304-073c5c3771ff\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:03.7984214Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:03.8652875Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:04.0830626Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:04.0831935Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:04.1034336Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:04.1035263Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9d65d871-b54e-4600-8719-8c027a0b75a0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:04.1038284Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9d65d871-b54e-4600-8719-8c027a0b75a0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:04.1038831Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:04.1621525Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:04.3699919Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:04.3701317Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:04.3843064Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:04.3843637Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c4f85665-4813-4b0f-ad31-22d88c835b89\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:04.3846838Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c4f85665-4813-4b0f-ad31-22d88c835b89\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:04.3847605Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:04.4402920Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:04.6879466Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:04.6880891Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:04.7019076Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:04.7035497Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\355f6756-1287-4373-9786-1a1cc7f97b90\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:04.7038747Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\355f6756-1287-4373-9786-1a1cc7f97b90\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:04.7039314Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:04.7587484Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:04.9737801Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:04.9740340Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:04.9872929Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:04.9873958Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ba25ffbb-6720-45ed-a428-f669b6212f9f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:04.9876641Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ba25ffbb-6720-45ed-a428-f669b6212f9f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:04.9877200Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:05.0500052Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:05.2624303Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:05.2625664Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:05.2764301Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:05.2765187Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8b1f76cb-1cb8-4412-a3e8-52d717e4820a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:05.2768152Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8b1f76cb-1cb8-4412-a3e8-52d717e4820a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:05.2768700Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:05.3438464Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:05.6051929Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:05.6053956Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:05.6202660Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:05.6203502Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\62af4d02-8de1-4db2-980f-9f804a93ecaf\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:05.6206717Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\62af4d02-8de1-4db2-980f-9f804a93ecaf\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:05.6207411Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:05.6851954Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:05.8964951Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:05.8966221Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:05.9096320Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:05.9097244Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5f8748c9-7bc5-4df7-90dd-5d3791823b50\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:05.9100091Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5f8748c9-7bc5-4df7-90dd-5d3791823b50\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:05.9100703Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:05.9677978Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:06.1777954Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:06.1779448Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:06.1905305Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:06.1905885Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\30aad8a8-bba5-487b-92bc-633926211649\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:06.1908809Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\30aad8a8-bba5-487b-92bc-633926211649\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:06.1909372Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:06.2464952Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:06.4590836Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:06.4592196Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:06.4726243Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:06.4727086Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1cac2c6d-343b-4a9b-8257-62dc21fd20c1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:06.4730421Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1cac2c6d-343b-4a9b-8257-62dc21fd20c1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:06.4730963Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:06.5288788Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:06.7320046Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:06.7321415Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:06.7447886Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:06.7448928Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cb48998a-8550-4b7d-8204-6d7a05775a35\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:06.7451621Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cb48998a-8550-4b7d-8204-6d7a05775a35\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:06.7452185Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:06.8034372Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:07.0536239Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:07.0537624Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:07.0679798Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:07.0680657Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1d4629d7-c1fe-4278-a54b-1a1ac4636510\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:07.0683935Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1d4629d7-c1fe-4278-a54b-1a1ac4636510\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:07.0684473Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:07.1259283Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:07.3397139Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:07.3398642Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:07.3533741Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:07.3534612Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2d2534c7-fb01-4dce-b1b5-613fb9f77496\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:07.3537642Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2d2534c7-fb01-4dce-b1b5-613fb9f77496\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:07.3538197Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:07.4103914Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:07.6262774Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:07.6265184Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:07.6412974Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:07.6415293Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\43ed3a37-ab0d-4cdd-a68c-ea0da29b67e4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:07.6420043Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\43ed3a37-ab0d-4cdd-a68c-ea0da29b67e4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:07.6420754Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:07.6969030Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:07.9159953Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:07.9161558Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:07.9296325Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:07.9297096Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7b7d13c7-1cd5-4a9f-b2a5-b5d7e980100f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:07.9299903Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7b7d13c7-1cd5-4a9f-b2a5-b5d7e980100f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:07.9300448Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:07.9889835Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:08.1927705Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:08.1929106Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:08.2060162Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:08.2061052Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\40e7be32-e18d-453b-8b77-a70a872165b4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:08.2064445Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\40e7be32-e18d-453b-8b77-a70a872165b4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:08.2064993Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:08.2633176Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:08.4800155Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:08.4802062Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:08.4927837Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:08.4928370Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\88263d57-ab7a-4518-84cf-b8e085eceeae\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:08.4933370Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\88263d57-ab7a-4518-84cf-b8e085eceeae\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:08.4934305Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:08.5481344Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:08.7650275Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:08.7651956Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:08.7783386Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:08.7784373Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\42f0e1a2-2d96-4606-981f-f46f367ab89c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:08.7788084Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\42f0e1a2-2d96-4606-981f-f46f367ab89c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:08.7788729Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:08.8382416Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:09.0421194Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:09.0422794Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:09.0556113Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:09.0556688Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a5dbf6f1-734e-4619-b187-a878abba2ef6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:09.0559830Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a5dbf6f1-734e-4619-b187-a878abba2ef6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:09.0560383Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:09.1098215Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:09.3529869Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:09.3531262Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:09.3676645Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:09.3677993Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2de8b3b3-0136-4f6f-99a6-0ef104470857\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:09.3680516Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2de8b3b3-0136-4f6f-99a6-0ef104470857\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:09.3681107Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:09.4269613Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:09.6479361Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:09.6480800Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:09.6617593Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:09.6618418Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5a8847a6-37fc-4c54-991d-29d661dfd1d2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:09.6621667Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5a8847a6-37fc-4c54-991d-29d661dfd1d2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:09.6622229Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:09.7177030Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:09.9238886Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:09.9240173Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:09.9383142Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:09.9384054Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\719c105d-5d03-43a9-975a-120c091fb613\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:09.9387303Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\719c105d-5d03-43a9-975a-120c091fb613\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:09.9387866Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:09.9921057Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:10.1983856Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:10.1985341Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:10.2106849Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:10.2108000Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6aba20a5-8b27-4a50-b63a-1e308e603cd1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:10.2110621Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6aba20a5-8b27-4a50-b63a-1e308e603cd1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:10.2111180Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:10.2678022Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:10.4806740Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:10.4808035Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:10.4941213Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:10.4942145Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4da69ef1-5dc7-4605-ac61-f22101dfae92\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:10.4946016Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4da69ef1-5dc7-4605-ac61-f22101dfae92\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:10.4946630Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:10.5526784Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:10.7642091Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:10.7643668Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:10.7767130Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:10.7767923Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b685f558-fd0d-4c83-a0b9-f496dcaedf50\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:10.7770991Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b685f558-fd0d-4c83-a0b9-f496dcaedf50\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:10.7771532Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:10.8707647Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:11.0775939Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:11.0777485Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:11.0914650Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:11.0916028Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\98b983ec-ab29-41ac-9a7e-ae6e7f52a429\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:11.0918977Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\98b983ec-ab29-41ac-9a7e-ae6e7f52a429\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:11.0919521Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:11.1499654Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:11.3554457Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:11.3556113Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:11.3682281Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:11.3683059Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9fb85f94-9857-455b-b9e4-c1c3cfb66364\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:11.3686579Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9fb85f94-9857-455b-b9e4-c1c3cfb66364\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:11.3687136Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:11.4281539Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:11.6426303Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:11.6427628Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:11.6557832Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:11.6558857Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a951ecdc-684e-4462-9556-7d8bb061e07e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:11.6562077Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a951ecdc-684e-4462-9556-7d8bb061e07e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:11.6562621Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:11.7126473Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:11.9311477Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:11.9312861Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:11.9455338Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:11.9456597Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ace5557a-f919-4e78-b88c-8e74a3dd6746\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:11.9459447Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ace5557a-f919-4e78-b88c-8e74a3dd6746\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:11.9460012Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:12.0034869Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:12.2076323Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:12.2077752Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:12.2277988Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:12.2279258Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\040a8b66-66b7-416a-b269-2726de226ba8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:12.2282265Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\040a8b66-66b7-416a-b269-2726de226ba8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:12.2282848Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:12.2795989Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:12.4952189Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:12.4953602Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:12.5089862Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:12.5090885Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3e903928-80cc-4e48-bae6-cbaee528a4ef\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:12.5093462Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3e903928-80cc-4e48-bae6-cbaee528a4ef\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:12.5094028Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:12.5650674Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:12.7780561Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:12.7781859Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:12.7880608Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Update source code","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:40:12.7924262Z","@mt":"Opening project {ProjectPath}","@l":"Debug","ProjectPath":"D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\openHAB.Windows.csproj","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep"} -{"@t":"2022-06-09T14:40:12.7925475Z","@mt":"Running analyzers on {ProjectName}","ProjectName":"openHAB.Windows","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Source.RoslynDiagnosticProvider"} -{"@t":"2022-06-09T14:40:12.7985074Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:12.7985835Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4779d93a-2ed9-4963-876d-c7e3c2d8ee6c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:12.7988714Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4779d93a-2ed9-4963-876d-c7e3c2d8ee6c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:12.7989486Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:12.8589841Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:13.0641256Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:13.0642564Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:13.0766369Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:13.0766933Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d41a2ead-fb20-4f96-b028-d85732e81901\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:13.0770211Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d41a2ead-fb20-4f96-b028-d85732e81901\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:13.0771236Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:13.1342472Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:13.3792851Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:13.3794235Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:13.3928010Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:13.3928894Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d0538ba8-d5b6-477f-bdf4-ace94daad069\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:13.3931810Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d0538ba8-d5b6-477f-bdf4-ace94daad069\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:13.3932336Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:13.4479031Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:13.6595320Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:13.6596631Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:13.6725522Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:13.6726347Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a803a858-ba96-4173-8e24-a35f119a3d9c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:13.6729062Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a803a858-ba96-4173-8e24-a35f119a3d9c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:13.6730316Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:13.7292120Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:13.9325148Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:13.9326610Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:13.9457011Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:13.9457841Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d5345bd7-2fcc-47fb-98b9-5932ad14eb75\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:13.9460869Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d5345bd7-2fcc-47fb-98b9-5932ad14eb75\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:13.9461397Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:14.0015680Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:14.2070880Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:14.2072182Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:14.2203139Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:14.2204300Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d2b0ac13-f3ac-43d2-8e07-133e5786aff6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:14.2208427Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d2b0ac13-f3ac-43d2-8e07-133e5786aff6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:14.2208994Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:14.2775050Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:14.4873825Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:14.4875386Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:14.5022922Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:14.5023786Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e2874d46-a0fe-4611-b5a5-0f430e4471ae\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:14.5027236Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e2874d46-a0fe-4611-b5a5-0f430e4471ae\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:14.5027768Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:14.5577660Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:14.7757666Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:14.7759071Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:14.7895955Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:14.7896735Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d95239cc-2a36-4697-9a01-dd4765169a8f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:14.7900170Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d95239cc-2a36-4697-9a01-dd4765169a8f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:14.7900829Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:14.8436829Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:15.0479389Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:15.0480698Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:15.0610530Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:15.0611385Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7d2a65da-6183-4f8b-8f33-e73b8741aef9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:15.0614281Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7d2a65da-6183-4f8b-8f33-e73b8741aef9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:15.0614838Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:15.1138983Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:15.3492521Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:15.3493930Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:15.3624980Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:15.3626616Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8526b57d-6e15-4127-84a0-f291ad769faa\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:15.3629408Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8526b57d-6e15-4127-84a0-f291ad769faa\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:15.3629936Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:15.4160989Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:15.6372763Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:15.6374474Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:15.6512897Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:15.6513707Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\17824a95-2e8b-4cdc-8e0e-2bb25f90965c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:15.6516532Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\17824a95-2e8b-4cdc-8e0e-2bb25f90965c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:15.6517073Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:15.7080988Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:15.9285159Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:15.9286501Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:15.9419750Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:15.9421009Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5bc838d7-9a88-4866-9337-2d1441d3df43\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:15.9424272Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5bc838d7-9a88-4866-9337-2d1441d3df43\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:15.9424789Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:15.9980098Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:16.1976022Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:16.1977875Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:16.2102939Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:16.2103616Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9ca4a7e3-f16c-42b3-8fb4-83f1baf25f0f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:16.2106552Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9ca4a7e3-f16c-42b3-8fb4-83f1baf25f0f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:16.2107086Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:16.2660479Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:16.4818562Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:16.4819849Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:16.4953459Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:16.4954792Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8d3614ac-50b1-4faf-9cee-b48015cfb561\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:16.4957510Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8d3614ac-50b1-4faf-9cee-b48015cfb561\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:16.4958165Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:16.5558263Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:16.7758605Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:16.7761138Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:16.7895129Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:16.7896230Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a0ebfc25-2961-4679-9f49-d40a1854473f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:16.7899391Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a0ebfc25-2961-4679-9f49-d40a1854473f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:16.7899952Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:16.8436488Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:17.0609861Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:17.0611209Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:17.0738960Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:17.0740018Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dfb93c6b-c658-4345-8008-06320a61133b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:17.0743034Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dfb93c6b-c658-4345-8008-06320a61133b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:17.0743618Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:17.1346565Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:17.3568164Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:17.3569541Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:17.3704218Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:17.3705005Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6506ccec-ae80-413d-8277-9f9974a0c60f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:17.3707428Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6506ccec-ae80-413d-8277-9f9974a0c60f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:17.3708075Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:17.4277916Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:17.6679177Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:17.6680900Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:17.6810890Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:17.6812227Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\628e7d3b-f59f-4225-871e-671f5df51fc9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:17.6814778Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\628e7d3b-f59f-4225-871e-671f5df51fc9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:17.6815298Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:17.7368555Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:17.9454723Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:17.9456181Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:17.9595894Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:17.9596796Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8d3af008-21d4-46b5-83d9-e7f2d5cda158\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:17.9600259Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8d3af008-21d4-46b5-83d9-e7f2d5cda158\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:17.9601254Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:18.0154992Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:18.2227355Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:18.2228787Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:18.2352931Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:18.2353515Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5e82ffd9-4c64-445c-95b3-de3194aaaf54\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:18.2356620Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5e82ffd9-4c64-445c-95b3-de3194aaaf54\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:18.2357163Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:18.2887030Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:18.4891733Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:18.4893073Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:18.5036085Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:18.5037227Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bcd7217d-a7ee-4422-a7c8-9bc127194aa9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:18.5039922Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bcd7217d-a7ee-4422-a7c8-9bc127194aa9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:18.5040486Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:18.5580887Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:18.7614978Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:18.7616452Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:18.7745270Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:18.7746444Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fb7a4597-b27f-4478-8147-c6ff9a28b973\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:18.7750113Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fb7a4597-b27f-4478-8147-c6ff9a28b973\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:18.7750653Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:18.8330330Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:19.0436051Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:19.0437326Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:19.0581977Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:19.0583038Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\430e706f-45d9-4ce0-af35-123114fbd715\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:19.0586327Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\430e706f-45d9-4ce0-af35-123114fbd715\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:19.0586888Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:19.1129466Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:19.3210069Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:19.3211623Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:19.3332193Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:19.3333166Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d0454467-c946-46b0-98f0-3b02aa0c17d3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:19.3337605Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d0454467-c946-46b0-98f0-3b02aa0c17d3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:19.3339071Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:19.3907869Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:19.5919770Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:19.5921154Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:19.6054344Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:19.6055598Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d3e33ee3-83a4-450d-813d-bb7d1534a929\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:19.6059618Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d3e33ee3-83a4-450d-813d-bb7d1534a929\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:19.6060204Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:19.6595407Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:19.9192172Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:19.9193545Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:19.9331811Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:19.9332920Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4fda49f5-7c25-4217-a82e-7372a5a363c1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:19.9336249Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4fda49f5-7c25-4217-a82e-7372a5a363c1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:19.9337794Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:20.0013013Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:20.2204482Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:20.2205930Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:20.2346901Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:20.2347771Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6b7e0951-2603-4bdf-8aaa-e50827e915c6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:20.2350672Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6b7e0951-2603-4bdf-8aaa-e50827e915c6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:20.2351238Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:20.2885215Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:20.4965230Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:20.4966564Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:20.5100120Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:20.5101478Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f4edf798-4de4-47bd-b8cd-6ed24b0852a4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:20.5106231Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f4edf798-4de4-47bd-b8cd-6ed24b0852a4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:20.5106802Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:20.5717972Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:20.7963102Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:20.7964555Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:22.1892303Z","@mt":"[{Level}] Problem loading file in MSBuild workspace {Message}","@l":"Debug","Level":"Failure","Message":"Could not find file 'D:\\Source\\GitHub\\openhab\\openhab-windows\\src\\openHAB.Windows\\Properties\\AssemblyInfo.cs'.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.MSBuild.MSBuildWorkspaceUpgradeContext"} -{"@t":"2022-06-09T14:40:23.9169346Z","@mt":"Identified {DiagnosticCount} diagnostics in project {ProjectName}","DiagnosticCount":53,"ProjectName":"openHAB.Windows","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Source.RoslynDiagnosticProvider"} -{"@t":"2022-06-09T14:40:23.9183042Z","@mt":"Identified {DiagnosticCount} fixable {DiagnosticId} diagnostics","@l":"Debug","DiagnosticCount":0,"DiagnosticId":"UA0001","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep"} -{"@t":"2022-06-09T14:40:23.9183785Z","@mt":"Identified {DiagnosticCount} fixable {DiagnosticId} diagnostics","@l":"Debug","DiagnosticCount":0,"DiagnosticId":"UA0002","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep"} -{"@t":"2022-06-09T14:40:23.9184014Z","@mt":"Identified {DiagnosticCount} fixable {DiagnosticId} diagnostics","@l":"Debug","DiagnosticCount":0,"DiagnosticId":"UA0005","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep"} -{"@t":"2022-06-09T14:40:23.9184197Z","@mt":"Identified {DiagnosticCount} fixable {DiagnosticId} diagnostics","@l":"Debug","DiagnosticCount":0,"DiagnosticId":"UA0006","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep"} -{"@t":"2022-06-09T14:40:23.9184374Z","@mt":"Identified {DiagnosticCount} fixable {DiagnosticId} diagnostics","@l":"Debug","DiagnosticCount":0,"DiagnosticId":"UA0007","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep"} -{"@t":"2022-06-09T14:40:23.9184533Z","@mt":"Identified {DiagnosticCount} fixable {DiagnosticId} diagnostics","@l":"Debug","DiagnosticCount":0,"DiagnosticId":"UA0008","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep"} -{"@t":"2022-06-09T14:40:23.9184695Z","@mt":"Identified {DiagnosticCount} fixable {DiagnosticId} diagnostics","@l":"Debug","DiagnosticCount":0,"DiagnosticId":"UA0010","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep"} -{"@t":"2022-06-09T14:40:23.9184863Z","@mt":"Identified {DiagnosticCount} fixable {DiagnosticId} diagnostics","@l":"Debug","DiagnosticCount":0,"DiagnosticId":"UA0012","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep"} -{"@t":"2022-06-09T14:40:23.9185026Z","@mt":"Identified {DiagnosticCount} fixable {DiagnosticId} diagnostics","@l":"Debug","DiagnosticCount":0,"DiagnosticId":"UA0014","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep"} -{"@t":"2022-06-09T14:40:23.9185190Z","@mt":"Identified {DiagnosticCount} fixable {DiagnosticId} diagnostics","@l":"Debug","DiagnosticCount":0,"DiagnosticId":"UA0015","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep"} -{"@t":"2022-06-09T14:40:23.9185421Z","@mt":"Identified {DiagnosticCount} fixable {DiagnosticId} diagnostics","@l":"Debug","DiagnosticCount":51,"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-06-09T14:40:23.9185672Z","@mt":"Identified {DiagnosticCount} fixable {DiagnosticId} diagnostics","@l":"Debug","DiagnosticCount":2,"DiagnosticId":"UA307","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep"} -{"@t":"2022-06-09T14:40:23.9185861Z","@mt":"Identified {DiagnosticCount} fixable {DiagnosticId} diagnostics","@l":"Debug","DiagnosticCount":0,"DiagnosticId":"UA309","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep"} -{"@t":"2022-06-09T14:40:23.9186028Z","@mt":"Identified {DiagnosticCount} fixable {DiagnosticId} diagnostics","@l":"Debug","DiagnosticCount":0,"DiagnosticId":"UA310","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep"} -{"@t":"2022-06-09T14:40:23.9186189Z","@mt":"Identified {DiagnosticCount} fixable {DiagnosticId} diagnostics","@l":"Debug","DiagnosticCount":0,"DiagnosticId":"UA311","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep"} -{"@t":"2022-06-09T14:40:23.9186341Z","@mt":"Identified {DiagnosticCount} fixable {DiagnosticId} diagnostics","@l":"Debug","DiagnosticCount":0,"DiagnosticId":"UA312","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep"} -{"@t":"2022-06-09T14:40:23.9186508Z","@mt":"Identified {DiagnosticCount} fixable {DiagnosticId} diagnostics","@l":"Debug","DiagnosticCount":0,"DiagnosticId":"[UA313, UA314]","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep"} -{"@t":"2022-06-09T14:40:23.9186741Z","@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-06-09T14:40:23.9187082Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Update source code","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:40:23.9223793Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:23.9224815Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8d589769-b0a8-400f-8e3a-62d07b967d6e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:23.9227459Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8d589769-b0a8-400f-8e3a-62d07b967d6e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:23.9228105Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:23.9810379Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:24.2122521Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:24.2123917Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:24.2256778Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:24.2257442Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\299d7a04-7316-496f-b7b1-c445804b42dc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:24.2259920Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\299d7a04-7316-496f-b7b1-c445804b42dc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:24.2260589Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:24.2827832Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:24.5089184Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:24.5090529Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:24.5226987Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:24.5228136Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\58248def-b0ce-4ba1-9740-ac59b5885b10\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:24.5230830Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\58248def-b0ce-4ba1-9740-ac59b5885b10\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:24.5231412Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:24.5801650Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:24.8036073Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:24.8037458Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:24.8170444Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:24.8171439Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\75a36b64-019c-461f-819a-17022f44b867\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:24.8174106Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\75a36b64-019c-461f-819a-17022f44b867\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:24.8174695Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:24.8748749Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:25.1073382Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:25.1075569Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:25.1227260Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:25.1228394Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f7d62309-a1e9-4922-8607-216b5d44add3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:25.1231943Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f7d62309-a1e9-4922-8607-216b5d44add3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:25.1233731Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:25.1938726Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:25.3993431Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:25.3994973Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:25.4124993Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:25.4126452Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6a92c2ff-c02c-485e-9dd2-d43809312a44\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:25.4129216Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6a92c2ff-c02c-485e-9dd2-d43809312a44\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:25.4129809Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:25.4736946Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:25.6792894Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:25.6794347Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:25.6940706Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:25.6941781Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7a0106f7-d7d8-4e36-bab7-608e06725c98\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:25.6944618Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7a0106f7-d7d8-4e36-bab7-608e06725c98\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:25.6945166Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:25.7521869Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:25.9575023Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:25.9576496Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:25.9722804Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:25.9723973Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9fe3eece-f617-4b4d-91e8-ce94493eb3cd\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:25.9726552Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9fe3eece-f617-4b4d-91e8-ce94493eb3cd\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:25.9727550Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:26.0299620Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:26.2473276Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:26.2474693Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:26.2601572Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:26.2603438Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7dd54803-662e-4d73-8ac6-e309e19c3f8f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:26.2607363Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7dd54803-662e-4d73-8ac6-e309e19c3f8f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:26.2608040Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:26.3169988Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:26.5336679Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:26.5339025Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:26.5475441Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:26.5476775Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e0639b47-0c29-451c-adca-717d09cfba22\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:26.5479891Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e0639b47-0c29-451c-adca-717d09cfba22\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:26.5480504Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:26.6047206Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:26.8135017Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:26.8136320Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:26.8273259Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:26.8274453Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dd02189a-cd1a-4219-83de-0308dfc20c6b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:26.8278977Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dd02189a-cd1a-4219-83de-0308dfc20c6b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:26.8279542Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:26.8814288Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:27.0920594Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:27.0921870Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:27.1053833Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:27.1054961Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0704d247-f3a9-40c8-9d70-928e1c37c77f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:27.1058722Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0704d247-f3a9-40c8-9d70-928e1c37c77f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:27.1059311Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:27.1614704Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:27.4132440Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:27.4133864Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:27.4266785Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:27.4267644Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c93f98b1-89b2-4ebd-bf90-36cba14c8cf6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:27.4271726Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c93f98b1-89b2-4ebd-bf90-36cba14c8cf6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:27.4273257Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:27.4861016Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:27.7031015Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:27.7032927Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:27.7167209Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:27.7167968Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3f15de13-3b96-453f-baae-e110c91dc03c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:27.7171273Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3f15de13-3b96-453f-baae-e110c91dc03c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:27.7171860Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:27.7738379Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:27.9968527Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:27.9970126Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:28.0057413Z","@mt":"Identified upgrade step {UpgradeStep} as the next step","@l":"Debug","UpgradeStep":"Microsoft.DotNet.UpgradeAssistant.Steps.Source.CodeFixerStep:[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.UpgraderManager"} -{"@t":"2022-06-09T14:40:28.0147906Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:28.0149037Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ea0a9995-418a-4ceb-9023-47d67060a061\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:28.0155345Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ea0a9995-418a-4ceb-9023-47d67060a061\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:28.0156904Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:28.0762526Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:28.2873663Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:28.2875446Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:28.3028702Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:28.3029294Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ef97d584-01cc-406b-9db8-11740a597fd9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:28.3032791Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ef97d584-01cc-406b-9db8-11740a597fd9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:28.3033355Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:28.3655710Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:28.5805059Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:28.5806448Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:28.6036907Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:28.6037708Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4638ed1f-9937-4ee4-9313-09210f023a6f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:28.6040140Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4638ed1f-9937-4ee4-9313-09210f023a6f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:28.6040757Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:28.6608326Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:28.9331560Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:28.9333054Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:28.9464453Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:28.9465032Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2eb75f11-8a82-4330-9465-afae4b030cd7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:28.9468085Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2eb75f11-8a82-4330-9465-afae4b030cd7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:28.9468617Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:29.0025601Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:29.2192695Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:29.2194038Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:29.2381125Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:29.2382887Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a1c6d7a3-2ad8-499d-b5c9-e44a25374b81\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:29.2387097Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a1c6d7a3-2ad8-499d-b5c9-e44a25374b81\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:29.2387664Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:29.2986681Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:29.5158251Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:29.5159828Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:29.5292832Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:29.5293977Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5e52f5e9-f86b-47ab-a5eb-b7ad56e41b1d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:29.5297394Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5e52f5e9-f86b-47ab-a5eb-b7ad56e41b1d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:29.5297927Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:29.5848275Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:29.7976870Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:29.7978284Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:29.8122191Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:29.8123073Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4a8bc5ae-7c9f-4536-97a2-23f4c19170c3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:29.8125926Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4a8bc5ae-7c9f-4536-97a2-23f4c19170c3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:29.8126486Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:29.8711346Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:30.0880081Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:30.0882017Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:30.1031921Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:30.1033519Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3a5ab61f-17de-49b5-95a0-c4fee766080d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:30.1036375Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3a5ab61f-17de-49b5-95a0-c4fee766080d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:30.1036915Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:30.1589288Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:30.3715437Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:30.3717120Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:30.3847285Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:30.3848142Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9b1bed98-6089-47a0-998d-bf6d9bd81846\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:30.3851117Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9b1bed98-6089-47a0-998d-bf6d9bd81846\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:30.3851654Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:30.4444940Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:30.7065923Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:30.7068173Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:30.7226624Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:30.7227438Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8e706b9f-b73a-4da6-a015-dc3af16c4756\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:30.7230338Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8e706b9f-b73a-4da6-a015-dc3af16c4756\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:30.7231024Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:30.7823152Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:30.9928655Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:30.9930133Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:31.0068190Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:31.0070645Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\49dd4617-0213-4314-bbba-2b037430a70b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:31.0073501Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\49dd4617-0213-4314-bbba-2b037430a70b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:31.0074182Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:31.0677180Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:31.3025712Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:31.3028185Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:31.3328458Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:31.3330032Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c515e64f-8bcb-4939-9df3-014dcf1d74e8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:31.3335190Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c515e64f-8bcb-4939-9df3-014dcf1d74e8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:31.3354314Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:31.3914598Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:31.6053690Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:31.6054990Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:31.6184186Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:31.6185045Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6540ed6a-b01c-47f7-9e69-953dd36ae557\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:31.6187928Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6540ed6a-b01c-47f7-9e69-953dd36ae557\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:31.6188495Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:31.6734445Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:31.9005881Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:31.9007451Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:31.9143716Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:31.9144874Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f22c01d5-b4a2-4583-9f23-a1cee51510ca\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:31.9161552Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f22c01d5-b4a2-4583-9f23-a1cee51510ca\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:31.9162232Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:31.9712610Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:32.2004118Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:32.2005607Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:32.2151867Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:32.2152998Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\954c6ce8-ecef-4374-873b-c26113683dbe\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:32.2156316Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\954c6ce8-ecef-4374-873b-c26113683dbe\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:32.2156952Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:32.2701264Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:32.4769749Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:32.4771158Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:32.4896516Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:32.4897840Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\34522dce-8d29-430b-b68e-ec92c2b19e7d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:32.4900494Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\34522dce-8d29-430b-b68e-ec92c2b19e7d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:32.4901038Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:32.5435930Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:32.7473413Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:32.7475307Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:32.7631841Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:32.7632759Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\01daa162-c98e-4995-bd46-3a5dcb7eb946\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:32.7635875Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\01daa162-c98e-4995-bd46-3a5dcb7eb946\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:32.7636465Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:32.8204899Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:33.0317026Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:33.0318480Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:33.0437734Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:33.0438521Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\13d5a9fb-9f2f-4668-8f5e-819322248dee\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:33.0441426Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\13d5a9fb-9f2f-4668-8f5e-819322248dee\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:33.0441972Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:33.0997322Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:33.3312740Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:33.3314104Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:33.3460874Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:33.3461801Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b864e38a-82f8-469d-bafa-69fc2f4d4e21\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:33.3464970Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b864e38a-82f8-469d-bafa-69fc2f4d4e21\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:33.3465522Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:33.4030246Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:33.6113926Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:33.6115299Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:33.6235887Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:33.6237943Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3561fb33-348c-4121-b714-5ee5fc99a0e6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:33.6240672Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3561fb33-348c-4121-b714-5ee5fc99a0e6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:33.6241420Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:33.6770117Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:33.8768234Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:33.8769568Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:33.8924297Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:33.8925296Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b3ae8b77-39a6-435e-98ee-74b5fa0cf999\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:33.8928476Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b3ae8b77-39a6-435e-98ee-74b5fa0cf999\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:33.8929018Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:33.9479026Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:34.1857092Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:34.1858545Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:34.1983113Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:34.1983702Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f3984789-9fef-4ab0-a0b4-ada73471c4f6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:34.1987362Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f3984789-9fef-4ab0-a0b4-ada73471c4f6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:34.1988321Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:34.2560935Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:34.4624374Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:34.4625802Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:34.4768427Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:34.4769362Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7d448841-8acb-4e6c-a69f-743ea778c21a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:34.4772264Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7d448841-8acb-4e6c-a69f-743ea778c21a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:34.4772886Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:34.5387221Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:34.7614832Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:34.7617410Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:34.7751160Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:34.7751771Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8c11ea5c-f5be-4e48-b5e5-9de4a207648a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:34.7766511Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8c11ea5c-f5be-4e48-b5e5-9de4a207648a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:34.7767235Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:34.8293629Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:35.0426237Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:35.0427838Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:35.0582543Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:35.0583479Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a285018e-5784-4712-801c-09b883f99b3a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:35.0586670Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a285018e-5784-4712-801c-09b883f99b3a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:35.0587452Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:35.1335722Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:35.3779970Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:35.3781471Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:35.3960292Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:35.3961604Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\78088317-0d0c-4741-ba8e-a5b9ab98fc60\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:35.3965223Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\78088317-0d0c-4741-ba8e-a5b9ab98fc60\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:35.3965897Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:35.4702125Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:35.7086294Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:35.7087953Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:35.7299954Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:35.7301188Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a7d4733c-a690-4073-aa4a-826949fa9d2b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:35.7303945Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a7d4733c-a690-4073-aa4a-826949fa9d2b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:35.7304719Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:35.7942449Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:36.0359794Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:36.0361799Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:36.0538472Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:36.0539296Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\82733c6d-8e7c-49d9-a5a7-4a68950428ff\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:36.0543107Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\82733c6d-8e7c-49d9-a5a7-4a68950428ff\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:36.0543728Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:36.1220325Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:36.3327612Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:36.3329843Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:36.3486432Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:36.3487693Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e426bf26-dad4-4dde-9d8b-35a7fd46a6e0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:36.3490620Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e426bf26-dad4-4dde-9d8b-35a7fd46a6e0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:36.3491218Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:36.4161857Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:36.7134625Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:36.7135923Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:36.7312845Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:36.7313907Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f6d5782e-8199-488a-a2d3-88a7ed98979d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:36.7318595Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f6d5782e-8199-488a-a2d3-88a7ed98979d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:36.7319765Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:36.7991531Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:37.0317881Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:37.0319342Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:37.0467934Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:37.0469307Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\75267c79-44f4-4121-af44-6cb5e463d9a9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:37.0472158Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\75267c79-44f4-4121-af44-6cb5e463d9a9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:37.0472724Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:37.1061798Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:37.3565908Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:37.3567349Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:37.3702340Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:37.3703323Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\950526fd-2639-4865-8c79-5df13cf21bbe\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:37.3705950Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\950526fd-2639-4865-8c79-5df13cf21bbe\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:37.3706517Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:37.4381683Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:37.7220097Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:37.7222306Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:37.7407816Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:37.7408646Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c7c7fd5b-5331-4b2c-afae-9d1f57048acc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:37.7411573Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c7c7fd5b-5331-4b2c-afae-9d1f57048acc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:37.7412692Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:37.8028383Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:38.0726632Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:38.0728236Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:38.0885755Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:38.0886483Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c38f596f-3cf5-4c2f-914e-a02c53829656\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:38.0889265Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c38f596f-3cf5-4c2f-914e-a02c53829656\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:38.0889908Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:38.1563971Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:38.4127438Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:38.4128932Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:38.4262361Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:38.4263304Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\025c599e-0bad-4726-9852-2c7f89ef937f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:38.4266662Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\025c599e-0bad-4726-9852-2c7f89ef937f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:38.4267246Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:38.4804270Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:38.7578972Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:38.7581179Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:38.7739057Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:38.7739916Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d178e498-b12b-48d6-a926-427e2ca69678\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:38.7742738Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d178e498-b12b-48d6-a926-427e2ca69678\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:38.7743399Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:38.8480766Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:39.1077863Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:39.1081196Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:39.1262378Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:39.1263205Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a5be3c84-ef43-4fec-b175-f139595165b6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:39.1266789Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a5be3c84-ef43-4fec-b175-f139595165b6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:39.1267447Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:39.1980903Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:39.4830654Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:39.4832081Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:39.4973793Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:39.4974817Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c9c70bec-3329-4863-ab0b-0f0f01fdf8ac\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:39.4979697Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c9c70bec-3329-4863-ab0b-0f0f01fdf8ac\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:39.4980817Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:39.5540517Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:39.7702757Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:39.7704268Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:39.7842628Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:39.7843756Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8c41b167-5c0e-40f3-87df-cb15d4bbfd59\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:39.7846727Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8c41b167-5c0e-40f3-87df-cb15d4bbfd59\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:39.7847612Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:39.8438370Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:40.0769882Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:40.0771196Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:40.0902635Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:40.0919368Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\569af2c3-4879-4177-b1ef-679862963906\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:40.0923457Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\569af2c3-4879-4177-b1ef-679862963906\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:40.0924821Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:40.1507951Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:40.3592135Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:40.3593616Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:40.3775944Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:40.3777211Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e971eab7-7543-42bc-8c8b-b90b5040f327\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:40.3779910Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e971eab7-7543-42bc-8c8b-b90b5040f327\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:40.3780471Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:40.4430788Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:40.6802838Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:40.6804260Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:40.6957558Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:40.6958296Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\533e5bf3-5efd-403e-bf39-4016d3029466\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:40.6961531Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\533e5bf3-5efd-403e-bf39-4016d3029466\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:40.6962120Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:40.7524874Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:41.0006185Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:41.0007689Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:41.0188724Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:41.0189859Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\268e9e68-30ba-469c-9157-03420835ddfb\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:41.0206796Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\268e9e68-30ba-469c-9157-03420835ddfb\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:41.0208655Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:41.1419732Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:41.3817506Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:41.3818893Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:41.3951038Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:41.3952066Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ea9e3eab-92a9-4a63-a9de-33c1ebf2784a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:41.3954785Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ea9e3eab-92a9-4a63-a9de-33c1ebf2784a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:41.3955428Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:41.5020854Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:41.7474406Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:41.7475857Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:41.7677141Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:41.7678255Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d1e385ce-a82b-4344-ac82-e35f0072bda3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:41.7681600Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d1e385ce-a82b-4344-ac82-e35f0072bda3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:41.7682197Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:41.8328631Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:42.0470268Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:42.0472145Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:42.0621329Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:42.0622313Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f51aa2c4-c135-477b-bd0e-57d3502a365d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:42.0625470Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f51aa2c4-c135-477b-bd0e-57d3502a365d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:42.0625994Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:42.1223118Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:42.3548895Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:42.3550542Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:42.3715160Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:42.3716394Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9cc8ea65-2a08-4eea-ae96-b406f004819c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:42.3719521Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9cc8ea65-2a08-4eea-ae96-b406f004819c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:42.3720180Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:42.4366022Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:42.7066806Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:42.7068484Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:42.7267600Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:42.7268526Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b81e6817-cfd5-4e70-ab84-7e3a1274cfb7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:42.7272390Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b81e6817-cfd5-4e70-ab84-7e3a1274cfb7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:42.7273330Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:42.8031297Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:43.1006511Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:43.1008369Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:43.1161513Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:43.1162389Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\39925d41-7cb2-4332-8089-cdf510d81b97\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:43.1165351Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\39925d41-7cb2-4332-8089-cdf510d81b97\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:43.1166047Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:43.1972177Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:43.5346093Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:43.5347779Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:43.5491403Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:43.5492298Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0dbd2e94-9b87-4f05-8796-96a48a1f292a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:43.5495150Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0dbd2e94-9b87-4f05-8796-96a48a1f292a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:43.5495876Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:43.6318275Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:43.9602170Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:43.9605633Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:43.9765195Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:43.9766289Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d79d6bf3-a603-4653-9123-b0d48ee7a6ca\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:43.9771501Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d79d6bf3-a603-4653-9123-b0d48ee7a6ca\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:43.9773012Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:44.0532485Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:44.3385242Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:44.3387946Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:44.3660555Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:44.3661478Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0b2a84f7-f108-48bb-a0d3-2dfb37f1254c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:44.3665683Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0b2a84f7-f108-48bb-a0d3-2dfb37f1254c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:44.3666783Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:44.4576256Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:44.7660794Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:44.7662786Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:44.7809626Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:44.7810565Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2a5cf61b-df02-4f07-99b2-e7d8adaf7b45\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:44.7813388Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2a5cf61b-df02-4f07-99b2-e7d8adaf7b45\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:44.7814097Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:44.8560131Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:45.1413337Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:45.1415041Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:45.1559170Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:45.1560308Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9f0634b0-dc90-4cae-809b-adf3f97aa011\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:45.1563005Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9f0634b0-dc90-4cae-809b-adf3f97aa011\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:45.1563559Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:45.2294315Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:45.5715139Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:45.5717799Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:45.5942610Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:45.5944037Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\15cdca54-20e9-47e6-9c3e-4ac63592c5e0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:45.5948646Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\15cdca54-20e9-47e6-9c3e-4ac63592c5e0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:45.5949714Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:45.6884315Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:45.9717929Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:45.9719444Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:45.9881497Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:45.9882320Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5c8c5dfb-28be-454a-ab3f-0b2ec3089d56\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:45.9885127Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5c8c5dfb-28be-454a-ab3f-0b2ec3089d56\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:45.9886100Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:46.0515847Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:46.3236621Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:40:46.3240458Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:18.0720975Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Apply fix for [UA306_A1, UA306_A2, UA306_A3, UA306_A4, UA306_B, UA306_C, UA306_D, UA306_E, UA306_F, UA306_G, UA306_H, UA306_I]: Replace usage of Windows.UI.Core.CoreDispatcher, Replace usage of Window.Current.Dispatcher, Replace usage of App.Window.Dispatcher, Replace usage of Window.Dispatcher, Replace usage of Windows.Media.Capture.CameraCaptureUI, Replace usage of Micorsoft.UI.Xaml.Controls.InkCanvas, Replace usage of Microsoft.UI.Xaml.Controls.Maps.MapControl, Replace usage of Microsoft.UI.Xaml.Controls.MediaElement, Replace usage of Windows.Graphics.Printing.PrintManager, Replace usage of Windows.Security.Authentication.Web.WebAuthenticationBroker, Replace usage of Windows.UI.Xaml.Media.AcrylicBrush.BackgroundSource, Replace usage of Windows.UI.Shell.TaskbarManager","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep"} -{"@t":"2022-06-09T14:41:18.0824632Z","@mt":"Unexpected error applying step","@l":"Error","@x":"System.InvalidOperationException: Sequence contains no elements\r\n at System.Linq.ThrowHelper.ThrowNoElementsException()\r\n at System.Linq.Enumerable.First[TSource](IEnumerable`1 source)\r\n at Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WinUIApiAlertCodeFixer.RegisterCodeFixesAsync(CodeFixContext context)\r\n at Microsoft.DotNet.UpgradeAssistant.Steps.Source.CodeFixerStep.TryFixDiagnosticAsync(Diagnostic diagnostic, Document document, CancellationToken token)\r\n at Microsoft.DotNet.UpgradeAssistant.Steps.Source.CodeFixerStep.ApplyImplAsync(IUpgradeContext context, CancellationToken token)\r\n at Microsoft.DotNet.UpgradeAssistant.UpgradeStep.ApplyAsync(IUpgradeContext context, CancellationToken token) in /_/src/common/Microsoft.DotNet.UpgradeAssistant.Abstractions/UpgradeStep.cs:line 178","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep"} -{"@t":"2022-06-09T14:41:18.1463293Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:18.1464408Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\91a35a9f-9c66-4c31-bcc7-6fb47dc15946\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:18.1467928Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\91a35a9f-9c66-4c31-bcc7-6fb47dc15946\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:18.1468800Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:18.2081146Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:18.4300981Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:18.4302618Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:18.4435735Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:18.4436519Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8804a134-5f49-4eed-aec1-6996a34ec193\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:18.4440015Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8804a134-5f49-4eed-aec1-6996a34ec193\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:18.4440643Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:18.5005226Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:18.7145019Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:18.7147117Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:18.7290783Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:18.7292383Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\659a39f9-4432-4850-a2a6-a7b66a99231c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:18.7295345Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\659a39f9-4432-4850-a2a6-a7b66a99231c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:18.7295926Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:18.7882459Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:19.0005041Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:19.0006550Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:19.0145147Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:19.0145958Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\404302cf-ac1a-47a1-8dcc-07fc39e5c446\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:19.0149163Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\404302cf-ac1a-47a1-8dcc-07fc39e5c446\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:19.0149717Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:19.0731662Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:19.3291582Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:19.3295763Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:19.3466342Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:19.3467185Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\db32aae1-2247-4214-aa85-1c5809a3b3f8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:19.3470345Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\db32aae1-2247-4214-aa85-1c5809a3b3f8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:19.3470926Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:19.4011752Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:19.6184451Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:19.6185873Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:19.6320483Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:19.6321149Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c5f6bc8e-d1d6-423c-9eb8-017d20ae96e1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:19.6324127Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c5f6bc8e-d1d6-423c-9eb8-017d20ae96e1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:19.6324755Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:19.6863160Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:19.9302884Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:19.9304220Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:19.9458329Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:19.9459171Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\89f7f5b6-db8c-40ff-b4d6-3c2aa817156c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:19.9462204Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\89f7f5b6-db8c-40ff-b4d6-3c2aa817156c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:19.9462813Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:20.0018151Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:20.2148280Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:20.2149686Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:20.2288899Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:20.2289596Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dd5246b2-fda5-4fb7-8eca-e9c71febc644\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:20.2307578Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dd5246b2-fda5-4fb7-8eca-e9c71febc644\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:20.2308458Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:20.2882871Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:20.5031447Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:20.5033087Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:20.5176713Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:20.5177415Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d483f561-f49c-4f59-996f-f867ddba2ace\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:20.5180637Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d483f561-f49c-4f59-996f-f867ddba2ace\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:20.5181210Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:20.5710358Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:20.7827991Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:20.7829438Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:20.7962240Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:20.7963197Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\73bc79f1-58ff-4610-b8c8-8f855900d4b5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:20.7967215Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\73bc79f1-58ff-4610-b8c8-8f855900d4b5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:20.7969484Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:20.8516018Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:21.0733490Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:21.0734835Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:21.0913312Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:21.0916617Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b7f11ffd-52e5-48b1-be5f-8d351a7dffb0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:21.0920808Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b7f11ffd-52e5-48b1-be5f-8d351a7dffb0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:21.0922697Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:21.1453539Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:21.3493025Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:21.3494509Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:21.3625787Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:21.3626717Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\00097c4f-4b04-4ba0-96a7-5fb97f2920f6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:21.3629963Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\00097c4f-4b04-4ba0-96a7-5fb97f2920f6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:21.3631352Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:21.4214315Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:21.6806813Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:21.6808215Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:21.6948212Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:21.6949583Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\db893efa-d5dd-466a-b7a9-b8f15451e625\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:21.6966930Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\db893efa-d5dd-466a-b7a9-b8f15451e625\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:21.6968781Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:21.7523739Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:21.9813888Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:21.9815421Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:21.9936286Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:21.9937046Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3a5890c1-ebfc-4a52-b370-a4e77ebee4f5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:21.9940492Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3a5890c1-ebfc-4a52-b370-a4e77ebee4f5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:21.9941056Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:22.0500121Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:22.2589045Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:22.2590464Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:22.2733164Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:22.2734169Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c8760a95-67c0-42ba-910e-6164f9f3d9a1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:22.2737285Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c8760a95-67c0-42ba-910e-6164f9f3d9a1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:22.2737831Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:22.3280076Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:22.5259433Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:22.5261131Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:22.5383674Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:22.5385323Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9cd58b8e-0fce-4975-9af0-abc0dddddee9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:22.5407384Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9cd58b8e-0fce-4975-9af0-abc0dddddee9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:22.5408288Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:22.5932567Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:22.8009404Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:22.8010964Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:22.8147201Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:22.8148103Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bfb4e7fe-5537-415c-b3b3-28a300f84c29\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:22.8151257Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bfb4e7fe-5537-415c-b3b3-28a300f84c29\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:22.8151827Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:22.8744026Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:23.0961764Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:23.0963353Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:23.1111789Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:23.1113064Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5e6059c7-c8df-45a2-9041-dc14d34aae1b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:23.1115852Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5e6059c7-c8df-45a2-9041-dc14d34aae1b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:23.1117122Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:23.1669494Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:23.3719568Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:23.3720856Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:23.3865381Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:23.3866378Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a2f45a96-e43b-4090-ada6-ee6dada8df1f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:23.3869641Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a2f45a96-e43b-4090-ada6-ee6dada8df1f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:23.3870203Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:23.4405981Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:23.6395890Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:23.6397335Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:23.6536105Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:23.6536894Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\719c7d21-324e-4e8a-ab53-3a300f4518f5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:23.6539841Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\719c7d21-324e-4e8a-ab53-3a300f4518f5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:23.6540361Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:23.7099374Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:23.9561672Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:23.9563182Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:23.9687838Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:23.9688695Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ea403828-725a-4e76-b78b-416cd58ab99f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:23.9691802Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ea403828-725a-4e76-b78b-416cd58ab99f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:23.9692351Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:24.0237531Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:24.2449562Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:24.2452515Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:24.2589086Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:24.2589860Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c74968f8-fbc0-40ea-86da-86d804598528\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:24.2593103Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c74968f8-fbc0-40ea-86da-86d804598528\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:24.2593643Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:24.3137562Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:24.6183190Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:24.6184687Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:24.6323623Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:24.6324723Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\29f0aa13-7fb1-41ae-9a56-28dbf8b4d96b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:24.6327567Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\29f0aa13-7fb1-41ae-9a56-28dbf8b4d96b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:24.6328286Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:24.7064414Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:25.0533265Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:25.0536963Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:25.0771181Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:25.0772128Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1329c8f1-0797-4f20-adb7-bd5197fd3e98\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:25.0775992Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1329c8f1-0797-4f20-adb7-bd5197fd3e98\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:25.0777071Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:25.2051364Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:25.5039298Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:25.5040827Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:25.5166177Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:25.5167298Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\46f44565-99f1-4576-a5cb-c3ddcc798199\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:25.5169938Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\46f44565-99f1-4576-a5cb-c3ddcc798199\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:25.5170505Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:25.6083735Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:25.9659245Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:25.9660979Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:25.9797324Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:25.9798102Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\66570eeb-3d40-4f75-bfbc-5cd68695e508\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:25.9801466Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\66570eeb-3d40-4f75-bfbc-5cd68695e508\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:25.9802020Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:26.0347620Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:26.2648856Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:26.2650316Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:26.2777979Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:26.2778724Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e284a0f7-839f-4a12-af48-23ad1371fb16\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:26.2781163Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e284a0f7-839f-4a12-af48-23ad1371fb16\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:26.2781760Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:26.3463216Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:26.5958312Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:26.5959923Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:26.6087677Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:26.6088497Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e2fad509-9979-4871-91ec-eab52d6accc6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:26.6091311Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e2fad509-9979-4871-91ec-eab52d6accc6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:26.6092029Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:26.6684925Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:26.9787388Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:26.9789927Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:27.0007425Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:27.0008425Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\79d47e79-0017-434d-92b2-257b42c2257a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:27.0011367Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\79d47e79-0017-434d-92b2-257b42c2257a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:27.0012128Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:27.0926089Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:27.3911602Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:27.3913128Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:27.4074304Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:27.4075238Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b1e20cdb-dbb1-44a7-aafe-592504741e10\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:27.4079449Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b1e20cdb-dbb1-44a7-aafe-592504741e10\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:27.4080464Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:27.4846282Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:27.7785243Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:27.7786943Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:27.7945652Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:27.7946497Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8c3378e5-79cd-4b96-94d6-254a3e99eae2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:27.7949653Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8c3378e5-79cd-4b96-94d6-254a3e99eae2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:27.7950985Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:27.8751671Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:28.1624910Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:28.1627623Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:28.1818272Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:28.1819101Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0e84f12e-1a85-4476-bf85-c58975029fb3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:28.1821999Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0e84f12e-1a85-4476-bf85-c58975029fb3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:28.1823024Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:28.2895240Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:28.5792062Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:28.5794682Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:28.5965616Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:28.5966684Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\67f70c75-f1c7-4f17-8042-0c458f0c819d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:28.5969753Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\67f70c75-f1c7-4f17-8042-0c458f0c819d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:28.5971207Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:28.6862402Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:29.0151054Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:29.0152869Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:29.0300665Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:29.0301605Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7a38df14-fec9-47a7-a9bd-0a91e3170cd1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:29.0304644Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7a38df14-fec9-47a7-a9bd-0a91e3170cd1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:29.0305450Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:29.0921710Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:29.3903357Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:29.3905165Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:29.4074709Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:29.4075855Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7d2bc306-1a65-43b4-bcd9-94999c27230d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:29.4079180Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7d2bc306-1a65-43b4-bcd9-94999c27230d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:29.4079966Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:29.5088999Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:29.7799392Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:29.7800982Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:29.7943929Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:29.7944621Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bc670342-94a4-4a66-ab71-6e64b7e09578\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:29.7947204Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bc670342-94a4-4a66-ab71-6e64b7e09578\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:29.7947840Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:29.8554898Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:30.0853453Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:30.0854807Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:30.0995338Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:30.0996239Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cf14ceeb-c163-434a-ac9d-54f4ac2b6c97\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:30.0999375Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cf14ceeb-c163-434a-ac9d-54f4ac2b6c97\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:30.0999936Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:30.1556469Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:30.3675352Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:30.3676788Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:30.3806457Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:30.3807036Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f9dec2e4-f537-49d8-9a3b-e061d19ae832\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:30.3810344Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f9dec2e4-f537-49d8-9a3b-e061d19ae832\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:30.3810893Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:30.4370565Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:30.6488449Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:30.6489783Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:30.6662170Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:30.6663428Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\36588483-83a4-4cfe-bacd-c3579d8788ef\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:30.6666981Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\36588483-83a4-4cfe-bacd-c3579d8788ef\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:30.6667533Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:30.7253341Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:30.9847384Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:30.9848976Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:30.9992735Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:30.9994116Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ef09c30c-b119-48c5-89b9-3f071b2e6d6d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:30.9997917Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ef09c30c-b119-48c5-89b9-3f071b2e6d6d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:30.9998972Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:31.0568526Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:31.2715564Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:31.2716856Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:31.2852361Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:31.2853435Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7625e5a5-3846-4428-9352-f8a98636c098\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:31.2856547Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7625e5a5-3846-4428-9352-f8a98636c098\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:31.2857099Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:31.3398890Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:31.5519123Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:31.5520558Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:31.5661766Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:31.5662639Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c3cba16e-c1d0-4d4f-844a-663747477af3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:31.5665645Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c3cba16e-c1d0-4d4f-844a-663747477af3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:31.5666209Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:31.6212181Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:31.8285346Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:31.8286806Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:31.8426917Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:31.8428131Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d538877c-9266-4631-aeee-ded63f3b317d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:31.8431893Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d538877c-9266-4631-aeee-ded63f3b317d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:31.8432660Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:31.9546549Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:32.1793228Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:32.1794722Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:32.1947190Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:32.1948398Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\771bcfaf-9ff0-4b9e-a8c8-c32e8a0849e0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:32.1951357Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\771bcfaf-9ff0-4b9e-a8c8-c32e8a0849e0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:32.1951931Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:32.2482445Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:32.4603399Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:32.4604867Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:32.4733671Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:32.4734741Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5d417d73-dd15-4356-9a6b-7a17fc5271bc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:32.4737290Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5d417d73-dd15-4356-9a6b-7a17fc5271bc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:32.4737842Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:32.5300686Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:32.7400434Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:32.7401897Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:32.7548339Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:32.7549558Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4ccaa963-cb62-4d60-bd32-19c74061e129\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:32.7552050Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4ccaa963-cb62-4d60-bd32-19c74061e129\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:32.7552573Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:32.8099891Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:33.0188969Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:33.0190492Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:33.0347635Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:33.0349205Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\320f77e2-a0bc-4540-9511-5087d86eb570\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:33.0352964Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\320f77e2-a0bc-4540-9511-5087d86eb570\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:33.0353706Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:33.0926045Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:33.3077004Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:33.3079959Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:33.3204067Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:33.3204620Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\85287a08-91e3-499c-8c82-bd898bb8d520\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:33.3207414Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\85287a08-91e3-499c-8c82-bd898bb8d520\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:33.3207959Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:33.3772586Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:33.5940767Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:33.5942168Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:33.6073409Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:33.6074804Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7de097c0-d8ec-49a2-abef-fcb49296f9b1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:33.6077912Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7de097c0-d8ec-49a2-abef-fcb49296f9b1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:33.6078463Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:33.6639478Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:33.8794028Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:33.8795499Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:33.8929347Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:33.8929919Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b224d6f5-3914-4c31-bdeb-fd7a65ccb374\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:33.8933228Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b224d6f5-3914-4c31-bdeb-fd7a65ccb374\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:33.8933765Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:33.9518581Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:34.2304344Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:34.2306018Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:34.2451107Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:34.2451997Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7d39a2b5-376c-4827-a256-c7df5e3b68df\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:34.2454988Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7d39a2b5-376c-4827-a256-c7df5e3b68df\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:34.2455562Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:34.2979311Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:34.5465002Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:34.5467001Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:34.5598037Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:34.5598687Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9cb14afe-4dd6-44bc-9e71-a2c5f1ff60e2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:34.5601128Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9cb14afe-4dd6-44bc-9e71-a2c5f1ff60e2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:34.5601766Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:34.6223470Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:34.8723015Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:34.8725472Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:34.8873868Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:34.8874779Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\95245a74-fcec-437b-8661-ee3f8201b8d1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:34.8877330Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\95245a74-fcec-437b-8661-ee3f8201b8d1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:34.8878006Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:34.9826044Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:35.3675462Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:35.3678049Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:35.3876114Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:35.3877010Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ed273267-4d44-4506-99b0-7c46f9e33497\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:35.3880878Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ed273267-4d44-4506-99b0-7c46f9e33497\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:35.3881878Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:35.4878265Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:35.8566530Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:35.8568189Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:35.8668892Z","@mt":"Identified upgrade step {UpgradeStep} as the next step","@l":"Debug","UpgradeStep":"Microsoft.DotNet.UpgradeAssistant.Steps.Source.CodeFixerStep:[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.UpgraderManager"} -{"@t":"2022-06-09T14:41:35.8742572Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:35.8743612Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e93064ea-6bbf-483c-be61-37b78a168814\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:35.8747979Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e93064ea-6bbf-483c-be61-37b78a168814\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:35.8748966Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:35.9481583Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:36.2418298Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:36.2419894Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:36.2566428Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:36.2567592Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\97574dab-19f7-4cc5-92d8-3e0b1f9bf37f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:36.2572129Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\97574dab-19f7-4cc5-92d8-3e0b1f9bf37f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:36.2573097Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:36.3312217Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:36.5929048Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:36.5930620Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:36.6184607Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:36.6185394Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a38f2a4a-80ed-4c46-b1cb-13d9123f54a3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:36.6187938Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a38f2a4a-80ed-4c46-b1cb-13d9123f54a3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:36.6188747Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:36.6859800Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:36.9681106Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:36.9683616Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:37.0181349Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:37.0182923Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\575815a1-f432-4877-9b60-fed785524e46\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:37.0186522Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\575815a1-f432-4877-9b60-fed785524e46\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:37.0187162Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:37.0824049Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:37.2925133Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:37.2927462Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:37.3084004Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:37.3084945Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4c287221-eead-465e-83fd-3f322fdc49a3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:37.3088044Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4c287221-eead-465e-83fd-3f322fdc49a3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:37.3088593Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:37.3639920Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:37.6314371Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:37.6316040Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:37.6465331Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:37.6466409Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b018ad48-ce35-476f-81ad-4b01bb0b6973\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:37.6470472Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b018ad48-ce35-476f-81ad-4b01bb0b6973\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:37.6471271Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:37.7184712Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:37.9848766Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:37.9850254Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:38.0003285Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:38.0004103Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\db3be2a1-ed4f-47ae-ba54-b65b3a0d58ec\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:38.0022403Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\db3be2a1-ed4f-47ae-ba54-b65b3a0d58ec\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:38.0023247Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:38.0841100Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:38.3903348Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:38.3908359Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:38.4154619Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:38.4155636Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\acd9ed49-6170-4f5e-a970-b55b6312c9fa\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:38.4160611Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\acd9ed49-6170-4f5e-a970-b55b6312c9fa\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:38.4161853Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:38.5320404Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:38.8556716Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:38.8558561Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:38.8728402Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:38.8729614Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7f2db504-ee7e-497c-93fd-bde733c94613\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:38.8733633Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7f2db504-ee7e-497c-93fd-bde733c94613\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:38.8734789Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:38.9564787Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:39.2598680Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:39.2600596Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:39.2759607Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:39.2760576Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cb177efd-d4d2-4447-b7ed-c2fe95ee8e07\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:39.2764470Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cb177efd-d4d2-4447-b7ed-c2fe95ee8e07\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:39.2765490Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:39.3778553Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:39.7233309Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:39.7234924Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:39.7384334Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:39.7385134Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4a8f93d9-ad7c-482c-b213-b6bb453a2ff6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:39.7387977Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4a8f93d9-ad7c-482c-b213-b6bb453a2ff6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:39.7388714Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:39.8083941Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:40.0868669Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:40.0871021Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:40.1027332Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:40.1028120Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f3f09f17-4cfd-461f-b3fe-0c04e61f7b71\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:40.1030957Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f3f09f17-4cfd-461f-b3fe-0c04e61f7b71\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:40.1031636Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:40.1998848Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:40.4477635Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:40.4479071Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:40.4671043Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:40.4672191Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e6dd4ff6-fb52-4cf1-94ba-cd78a7c4b2b2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:40.4675441Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e6dd4ff6-fb52-4cf1-94ba-cd78a7c4b2b2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:40.4676366Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:40.5330791Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:40.8185244Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:40.8187165Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:40.8339498Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:40.8340488Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f59a8967-693c-45c8-bdf8-96b3cc2c8785\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:40.8343166Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f59a8967-693c-45c8-bdf8-96b3cc2c8785\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:40.8343847Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:40.9038516Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:41.1699546Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:41.1700874Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:41.1880411Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:41.1881219Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\369a8b94-f936-4baf-8d94-abb77447d200\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:41.1883939Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\369a8b94-f936-4baf-8d94-abb77447d200\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:41.1884625Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:41.2496563Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:41.4877149Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:41.4878698Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:41.5026692Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:41.5027391Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c14bb4b8-6bed-4e7d-b7bf-0f88faee5ee0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:41.5029755Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c14bb4b8-6bed-4e7d-b7bf-0f88faee5ee0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:41.5030373Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:41.5650855Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:41.8311429Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:41.8312992Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:41.8479684Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:41.8480888Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a7869a27-49df-40d8-b1e0-75910c76e752\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:41.8485868Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a7869a27-49df-40d8-b1e0-75910c76e752\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:41.8486613Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:41.9155981Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:42.1609783Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:42.1611253Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:42.1750025Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:42.1750680Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\75709d84-abde-426e-8c87-1f50ac396413\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:42.1753164Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\75709d84-abde-426e-8c87-1f50ac396413\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:42.1753791Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:42.2391602Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:42.4943242Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:42.4944748Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:42.5114092Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:42.5115013Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\03c4d862-188c-4d0e-bd8f-4e62e9ae535a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:42.5118941Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\03c4d862-188c-4d0e-bd8f-4e62e9ae535a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:42.5119922Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:42.5911896Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:42.8729214Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:42.8730849Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:42.8913644Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:42.8914779Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ae231c2b-3a53-4b55-ab80-15851b9d258f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:42.8918259Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ae231c2b-3a53-4b55-ab80-15851b9d258f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:42.8919051Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:42.9657211Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:43.2485425Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:43.2487758Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:43.2682584Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:43.2683532Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ef8247bd-eb9b-4bf4-8def-a0aede099def\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:43.2686592Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ef8247bd-eb9b-4bf4-8def-a0aede099def\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:43.2688171Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:43.3472107Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:43.6529823Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:43.6531406Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:43.6703336Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:43.6704432Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\da4d6029-b2de-43c0-b1e2-0cd35dca86cb\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:43.6708016Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\da4d6029-b2de-43c0-b1e2-0cd35dca86cb\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:43.6708664Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:43.7546331Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:44.0223998Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:44.0225534Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:44.0427465Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:44.0428431Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c52914bd-0912-43b2-9651-db454beafdd4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:44.0431451Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c52914bd-0912-43b2-9651-db454beafdd4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:44.0432192Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:44.1222305Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:44.4123608Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:44.4125174Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:44.4274547Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:44.4275318Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c8cd7981-5c5e-49d2-b2b6-f066c17824bb\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:44.4278238Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c8cd7981-5c5e-49d2-b2b6-f066c17824bb\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:44.4279130Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:44.5027274Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:44.7730151Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:44.7732237Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:44.7909107Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:44.7910069Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a37d698f-49d0-4c72-a9b1-c671790b4819\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:44.7914100Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a37d698f-49d0-4c72-a9b1-c671790b4819\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:44.7914863Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:44.8579311Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:45.1429336Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:45.1430895Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:45.1589354Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:45.1590680Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fbf1cc98-5844-485d-9c93-eb7415bec9a1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:45.1594782Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fbf1cc98-5844-485d-9c93-eb7415bec9a1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:45.1595651Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:45.2330152Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:45.5151166Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:45.5152588Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:45.5378937Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:45.5380074Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\63ae3264-7677-459d-bb3e-752b2ab2838c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:45.5383046Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\63ae3264-7677-459d-bb3e-752b2ab2838c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:45.5383690Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:45.6137735Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:45.8939128Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:45.8940623Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:45.9084098Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:45.9085826Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3e8f92cc-d6a2-4515-8003-c95050b5ffa2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:45.9090573Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3e8f92cc-d6a2-4515-8003-c95050b5ffa2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:45.9091217Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:45.9884703Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:46.2541799Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:46.2543757Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:46.2715771Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:46.2717026Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\61530e13-1405-44f8-b797-ad2024944f16\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:46.2720742Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\61530e13-1405-44f8-b797-ad2024944f16\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:46.2721557Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:46.3516582Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:46.6949687Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:46.6951676Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:46.7111307Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:46.7112126Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\452239f0-e03e-48af-8346-d59930a7c432\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:46.7115276Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\452239f0-e03e-48af-8346-d59930a7c432\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:46.7116438Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:46.7832858Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:47.0557059Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:47.0559232Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:47.0750359Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:47.0751304Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\95bdea9f-6a43-4ab7-a834-6da0015c791d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:47.0753902Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\95bdea9f-6a43-4ab7-a834-6da0015c791d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:47.0754542Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:47.1571172Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:47.4390506Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:47.4391922Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:47.4544438Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:47.4545421Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9bda4323-82f9-46db-867b-3cf5677425b4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:47.4549615Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9bda4323-82f9-46db-867b-3cf5677425b4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:47.4550200Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:47.5297898Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:47.7958923Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:47.7960567Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:47.8115274Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:47.8116444Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1a5f3ff4-6935-409c-ad35-8e66793230a6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:47.8119234Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1a5f3ff4-6935-409c-ad35-8e66793230a6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:47.8119805Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:47.8883726Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:48.1607946Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:48.1609846Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:48.1778727Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:48.1780325Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ca42d211-5974-406a-807b-9a3dfeb345da\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:48.1784932Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ca42d211-5974-406a-807b-9a3dfeb345da\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:48.1785722Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:48.2502677Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:48.5306746Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:48.5309142Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:48.5500589Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:48.5501453Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bf170ae6-2c76-4afb-a044-9196381e21f7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:48.5504207Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bf170ae6-2c76-4afb-a044-9196381e21f7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:48.5504848Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:48.6264238Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:48.9117287Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:48.9118865Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:48.9269443Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:48.9270330Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ea47e3fb-b5e5-4a0b-b4e3-b0f83bf5834e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:48.9273601Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ea47e3fb-b5e5-4a0b-b4e3-b0f83bf5834e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:48.9274405Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:49.0011875Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:49.2872457Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:49.2876937Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:49.3067698Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:49.3068646Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e1087672-8f79-4e73-a0c0-fb26c37aeba9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:49.3071665Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e1087672-8f79-4e73-a0c0-fb26c37aeba9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:49.3072669Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:49.4112624Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:49.7231053Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:49.7233197Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:49.7414634Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:49.7415438Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cdf9c1b0-552f-4799-b311-25de971fe491\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:49.7418459Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cdf9c1b0-552f-4799-b311-25de971fe491\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:49.7419240Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:49.8036907Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:50.0799369Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:50.0801706Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:50.0991783Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:50.0992831Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\363937e6-c6c6-47b4-b4df-f16710146624\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:50.0995592Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\363937e6-c6c6-47b4-b4df-f16710146624\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:50.0996182Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:50.1831157Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:50.4806607Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:50.4808569Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:50.4964691Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:50.4965558Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3e0b0614-be4a-40de-8fa9-b6549cfdd15a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:50.4969922Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3e0b0614-be4a-40de-8fa9-b6549cfdd15a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:50.4970918Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:50.5857812Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:50.8631862Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:50.8633275Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:50.8787403Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:50.8788569Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3b44b770-fe95-4830-8d4b-c04d00eb4801\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:50.8791398Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3b44b770-fe95-4830-8d4b-c04d00eb4801\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:50.8792021Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:50.9572939Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:51.2540273Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:51.2542017Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:51.2710372Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:51.2712110Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\19025430-99b8-4515-bbd9-4278d6d4909c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:51.2716781Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\19025430-99b8-4515-bbd9-4278d6d4909c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:51.2718058Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:51.3382977Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:51.6081948Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:51.6083398Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:51.6241547Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:51.6242619Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dcd39b10-91b0-4221-b22c-ef6f34db6377\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:51.6245635Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dcd39b10-91b0-4221-b22c-ef6f34db6377\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:51.6246440Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:51.7029048Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:52.0111193Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:52.0113670Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:52.0252583Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:52.0253450Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\03cdd7f5-7543-4314-8b6d-e8787b7e06cf\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:52.0256319Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\03cdd7f5-7543-4314-8b6d-e8787b7e06cf\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:52.0257625Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:52.1509268Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:52.4321994Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:52.4325409Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:52.4510516Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:52.4511409Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\92f497f1-fb31-40df-8639-c761b6b61f7b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:52.4514062Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\92f497f1-fb31-40df-8639-c761b6b61f7b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:52.4514714Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:52.5193987Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:52.7861185Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:52.7862942Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:52.7995581Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:52.7996507Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6260b4ce-4179-4f67-b858-bd84f5388705\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:52.8000369Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6260b4ce-4179-4f67-b858-bd84f5388705\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:52.8001340Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:52.8715061Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:53.1742342Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:53.1744542Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:53.1903316Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:53.1904148Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\57260d0f-6ba4-4cf8-a712-2edbcbe02847\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:53.1908217Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\57260d0f-6ba4-4cf8-a712-2edbcbe02847\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:53.1909392Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:53.2743566Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:53.5746050Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:53.5748597Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:53.5931314Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:53.5932242Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b0630e44-58f2-4aab-b47b-4b58f585654f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:53.5935813Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b0630e44-58f2-4aab-b47b-4b58f585654f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:53.5937290Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:53.6561155Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:53.9368353Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:53.9370756Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:53.9570386Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:53.9571550Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bece4423-ce5e-4e47-ad01-0d067491395b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:53.9574924Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bece4423-ce5e-4e47-ad01-0d067491395b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:53.9575916Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:54.0399406Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:54.3270840Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:54.3272652Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:54.3438766Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:54.3439674Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5c376e82-0a33-46fa-8a15-9d87ac0e3f70\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:54.3443044Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5c376e82-0a33-46fa-8a15-9d87ac0e3f70\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:54.3444003Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:54.4318983Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:54.7495349Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:54.7497150Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:54.7979163Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:54.7980845Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e1c0fc71-b7d0-4e97-9154-aafa79c3b901\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:54.7984704Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e1c0fc71-b7d0-4e97-9154-aafa79c3b901\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:54.7986013Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:54.8706504Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:55.1165270Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:55.1166549Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:55.1299215Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:55.1299939Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\26ee4fed-cd9e-47e8-952e-09fe5e544a4a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:55.1303429Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\26ee4fed-cd9e-47e8-952e-09fe5e544a4a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:55.1304032Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:55.1863094Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:55.4157242Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:55.4161271Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:55.4312973Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:55.4314288Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\77f744ea-f4ec-43ef-8518-490d876326dc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:55.4317097Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\77f744ea-f4ec-43ef-8518-490d876326dc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:55.4317877Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:55.4902122Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:55.7135397Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:55.7136847Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:55.7263265Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:55.7264621Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b3f3a51e-93f7-4ade-aa13-ba3bfe4a2a3f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:55.7269404Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b3f3a51e-93f7-4ade-aa13-ba3bfe4a2a3f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:55.7270355Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:55.7909194Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:56.0234000Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:56.0235331Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:56.0380961Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:56.0381683Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c951efdc-246f-4ada-af12-15b2122c3562\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:56.0386333Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c951efdc-246f-4ada-af12-15b2122c3562\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:56.0387030Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:56.0987413Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:56.3072981Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:56.3074436Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:56.3205374Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:56.3206510Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5a435e36-a646-48e8-9899-94728230d8c2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:56.3209111Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5a435e36-a646-48e8-9899-94728230d8c2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:56.3209639Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:56.3849699Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:56.6024460Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:56.6025814Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:56.6163187Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Apply fix for [UA306_A1, UA306_A2, UA306_A3, UA306_A4, UA306_B, UA306_C, UA306_D, UA306_E, UA306_F, UA306_G, UA306_H, UA306_I]: Replace usage of Windows.UI.Core.CoreDispatcher, Replace usage of Window.Current.Dispatcher, Replace usage of App.Window.Dispatcher, Replace usage of Window.Dispatcher, Replace usage of Windows.Media.Capture.CameraCaptureUI, Replace usage of Micorsoft.UI.Xaml.Controls.InkCanvas, Replace usage of Microsoft.UI.Xaml.Controls.Maps.MapControl, Replace usage of Microsoft.UI.Xaml.Controls.MediaElement, Replace usage of Windows.Graphics.Printing.PrintManager, Replace usage of Windows.Security.Authentication.Web.WebAuthenticationBroker, Replace usage of Windows.UI.Xaml.Media.AcrylicBrush.BackgroundSource, Replace usage of Windows.UI.Shell.TaskbarManager","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep"} -{"@t":"2022-06-09T14:41:56.6211214Z","@mt":"Unexpected error applying step","@l":"Error","@x":"System.InvalidOperationException: Sequence contains no elements\r\n at System.Linq.ThrowHelper.ThrowNoElementsException()\r\n at System.Linq.Enumerable.First[TSource](IEnumerable`1 source)\r\n at Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WinUIApiAlertCodeFixer.RegisterCodeFixesAsync(CodeFixContext context)\r\n at Microsoft.DotNet.UpgradeAssistant.Steps.Source.CodeFixerStep.TryFixDiagnosticAsync(Diagnostic diagnostic, Document document, CancellationToken token)\r\n at Microsoft.DotNet.UpgradeAssistant.Steps.Source.CodeFixerStep.ApplyImplAsync(IUpgradeContext context, CancellationToken token)\r\n at Microsoft.DotNet.UpgradeAssistant.UpgradeStep.ApplyAsync(IUpgradeContext context, CancellationToken token) in /_/src/common/Microsoft.DotNet.UpgradeAssistant.Abstractions/UpgradeStep.cs:line 178","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep"} -{"@t":"2022-06-09T14:41:56.6331484Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:56.6333110Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\eba928da-3df0-44d3-87bb-64eb5dde62b6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:56.6336833Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\eba928da-3df0-44d3-87bb-64eb5dde62b6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:56.6337408Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:56.6945205Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:56.9162378Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:56.9163857Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:56.9299528Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:56.9300272Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8ee76164-63af-4d68-98ee-2c88ecd28bed\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:56.9302842Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8ee76164-63af-4d68-98ee-2c88ecd28bed\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:56.9303443Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:56.9871132Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:57.2150149Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:57.2151503Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:57.2303776Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:57.2304581Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f6cd4834-524b-4813-b00b-ffddb18e8a06\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:57.2307458Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f6cd4834-524b-4813-b00b-ffddb18e8a06\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:57.2308244Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:57.2860527Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:57.5304786Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:57.5306372Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:57.5450665Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:57.5451369Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c1bff17b-a791-4a23-ad32-98b11814e661\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:57.5454695Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c1bff17b-a791-4a23-ad32-98b11814e661\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:57.5455254Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:57.6012977Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:57.8715900Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:57.8719335Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:57.8861804Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:57.8862508Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b6a0a8f0-5d65-428b-b55a-6d2a92770132\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:57.8865231Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b6a0a8f0-5d65-428b-b55a-6d2a92770132\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:57.8866017Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:57.9485030Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:58.1712238Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:58.1715253Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:58.1864192Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:58.1866328Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9c87137f-af30-40ee-8755-8094e630468c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:58.1873547Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9c87137f-af30-40ee-8755-8094e630468c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:58.1874662Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:58.2475369Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:58.4632745Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:58.4634272Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:58.4780107Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:58.4780785Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8f3c36ca-3c42-4178-930a-68aa6e74ef46\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:58.4783393Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8f3c36ca-3c42-4178-930a-68aa6e74ef46\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:58.4783940Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:58.5317289Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:58.7590047Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:58.7591567Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:58.7716944Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:58.7717620Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bcab1ad5-e0df-445a-8448-f4e0c0596cd3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:58.7720111Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bcab1ad5-e0df-445a-8448-f4e0c0596cd3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:58.7720664Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:58.8285520Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:59.0473988Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:59.0475486Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:59.0606690Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:59.0607725Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1d2aca50-3bb0-4ef8-8774-7cb9bc21590d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:59.0611131Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1d2aca50-3bb0-4ef8-8774-7cb9bc21590d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:59.0611696Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:59.1257614Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:59.3695788Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:59.3697152Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:59.3835555Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:59.3836276Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\78d27a92-d92d-4a92-9f19-9a75b3f2031d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:59.3839005Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\78d27a92-d92d-4a92-9f19-9a75b3f2031d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:59.3839568Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:59.4417030Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:59.6554101Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:59.6555641Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:59.6772434Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:59.6773524Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\978adce9-61b6-46a5-a6f9-c6c2a51b99f8\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:59.6777278Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\978adce9-61b6-46a5-a6f9-c6c2a51b99f8\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:59.6778020Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:59.7425092Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:59.9875926Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:41:59.9879409Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:00.0022554Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:00.0023263Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\17385080-a3fd-4d09-90d8-11317fedbd56\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:00.0030487Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\17385080-a3fd-4d09-90d8-11317fedbd56\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:00.0032069Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:00.0596946Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:00.2964131Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:00.2966081Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:00.3122725Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:00.3124107Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6a7699d9-fb8f-4372-af2b-763d07b9fbb5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:00.3128287Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6a7699d9-fb8f-4372-af2b-763d07b9fbb5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:00.3129293Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:00.3707551Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:00.6256936Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:00.6259579Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:00.6532578Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:00.6533328Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4b9a7e70-dd0e-4674-86b1-60d7608cb27a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:00.6536405Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4b9a7e70-dd0e-4674-86b1-60d7608cb27a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:00.6536956Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:00.7131615Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:00.9289637Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:00.9290989Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:00.9455137Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:00.9455926Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\92cf3f06-80e5-455d-a7f9-9256acc48b97\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:00.9458661Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\92cf3f06-80e5-455d-a7f9-9256acc48b97\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:00.9459198Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:01.0019786Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:01.2125311Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:01.2126744Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:01.2270879Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:01.2271528Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d7f1b638-24e9-4205-a109-c7695579d812\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:01.2274142Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d7f1b638-24e9-4205-a109-c7695579d812\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:01.2274787Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:01.2863191Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:01.5221244Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:01.5222552Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:01.5395897Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:01.5396605Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d5488095-b8f4-4ce1-9fa4-67965ec63148\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:01.5399309Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d5488095-b8f4-4ce1-9fa4-67965ec63148\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:01.5399853Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:01.6019377Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:01.8335148Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:01.8336500Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:01.8466194Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:01.8466915Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f521ce05-9445-40bc-b51f-0296dfc3e79f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:01.8469499Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f521ce05-9445-40bc-b51f-0296dfc3e79f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:01.8470458Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:01.9030999Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:02.1256116Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:02.1257559Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:02.1404046Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:02.1405653Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bfa2bc4e-e6c8-445f-a915-4862db9838e7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:02.1407957Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bfa2bc4e-e6c8-445f-a915-4862db9838e7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:02.1408507Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:02.1992099Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:02.4298609Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:02.4300371Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:02.4433044Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:02.4433824Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\69a02847-5352-4e32-a0d1-c802c12f2d16\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:02.4436403Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\69a02847-5352-4e32-a0d1-c802c12f2d16\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:02.4437113Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:02.4987563Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:02.7289366Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:02.7290666Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:02.7429328Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:02.7430914Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b0a49df3-0ad3-4bd6-9351-9987bf92a3a1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:02.7435735Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b0a49df3-0ad3-4bd6-9351-9987bf92a3a1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:02.7436837Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:02.8018328Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:03.0274514Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:03.0275949Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:03.0412221Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:03.0412896Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b21a14ce-f0a7-47c1-8415-9a40184ca589\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:03.0424965Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b21a14ce-f0a7-47c1-8415-9a40184ca589\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:03.0425665Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:03.0969131Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:03.3040663Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:03.3042010Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:03.3177361Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:03.3178288Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a5bffd86-fe59-41a0-a461-39c96b9c278a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:03.3181447Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a5bffd86-fe59-41a0-a461-39c96b9c278a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:03.3181990Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:03.3790152Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:03.6608744Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:03.6611066Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:03.6741499Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:03.6742871Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d69f4926-aa63-45c5-bf7a-696dde1a3530\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:03.6747234Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d69f4926-aa63-45c5-bf7a-696dde1a3530\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:03.6747943Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:03.7484753Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:03.9824669Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:03.9826815Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:03.9974103Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:03.9975925Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5db4c3fa-156d-4ef4-89e6-bfa5e192fade\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:03.9978350Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5db4c3fa-156d-4ef4-89e6-bfa5e192fade\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:03.9978915Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:04.0529946Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:04.2681267Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:04.2682766Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:04.2810008Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:04.2810727Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6be3ef7c-6eca-4584-a428-8e7c2a44c2e3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:04.2824439Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6be3ef7c-6eca-4584-a428-8e7c2a44c2e3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:04.2825127Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:04.3383917Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:04.5421729Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:04.5423580Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:04.5546712Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:04.5547431Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\47df122d-3ae5-4a9c-9ee4-6535cde5f0ba\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:04.5550039Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\47df122d-3ae5-4a9c-9ee4-6535cde5f0ba\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:04.5550583Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:04.6102804Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:04.8296989Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:04.8298411Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:04.8433254Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:04.8433991Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\377fb6b9-b716-4a5f-bcc2-97296e768004\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:04.8436876Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\377fb6b9-b716-4a5f-bcc2-97296e768004\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:04.8437663Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:04.8980426Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:05.1674832Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:05.1676974Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:05.1858428Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:05.1859419Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\17d8a45b-72ed-4aaa-a1e9-6e1246daf538\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:05.1863693Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\17d8a45b-72ed-4aaa-a1e9-6e1246daf538\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:05.1864602Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:05.2701757Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:05.5555173Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:05.5556665Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:05.5690468Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:05.5691710Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7c8b54dd-a42b-40be-9078-fbabaf0c59c3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:05.5694635Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7c8b54dd-a42b-40be-9078-fbabaf0c59c3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:05.5695188Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:05.6240843Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:05.8490749Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:05.8493510Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:05.8646953Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:05.8647673Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\68b59e59-5541-41c3-92da-a06915b2a810\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:05.8651031Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\68b59e59-5541-41c3-92da-a06915b2a810\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:05.8652676Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:05.9268034Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:06.2609380Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:06.2611212Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:06.2799423Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:06.2800516Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4cac430a-1788-4dfe-9e7c-e8d241704e71\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:06.2804047Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4cac430a-1788-4dfe-9e7c-e8d241704e71\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:06.2804731Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:06.3563335Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:06.6041505Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:06.6042975Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:06.6191469Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:06.6192217Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\551202a6-edea-4568-81e6-ef4fba692dcf\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:06.6194585Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\551202a6-edea-4568-81e6-ef4fba692dcf\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:06.6195191Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:06.6798363Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:06.9074211Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:06.9075578Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:06.9219226Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:06.9220414Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\188ef087-e0e2-4244-9f79-bbfad3ceac8a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:06.9225459Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\188ef087-e0e2-4244-9f79-bbfad3ceac8a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:06.9226297Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:06.9852321Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:07.2089833Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:07.2092364Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:07.2243407Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:07.2244099Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6dbd6220-4f5f-472b-82e0-bb676291f4f6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:07.2246698Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6dbd6220-4f5f-472b-82e0-bb676291f4f6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:07.2247331Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:07.2818759Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:07.5012736Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:07.5014055Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:07.5155031Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:07.5155761Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b6626faf-8432-46ba-976a-b5b1046fcfcd\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:07.5158502Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b6626faf-8432-46ba-976a-b5b1046fcfcd\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:07.5159053Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:07.5716542Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:07.8042202Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:07.8043656Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:07.8208823Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:07.8209894Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\19630d77-d45c-40a9-ae7b-67d9cc3e28ed\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:07.8213852Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\19630d77-d45c-40a9-ae7b-67d9cc3e28ed\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:07.8214599Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:07.8878648Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:08.1169653Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:08.1170977Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:08.1315529Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:08.1316296Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ea5cf77a-ada2-4738-bf22-06b8013ff4de\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:08.1319655Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ea5cf77a-ada2-4738-bf22-06b8013ff4de\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:08.1320454Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:08.1902880Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:08.3992629Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:08.3996485Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:08.4176521Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:08.4177627Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a1b5522a-37b4-46bc-a256-9906d595f2b9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:08.4180400Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a1b5522a-37b4-46bc-a256-9906d595f2b9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:08.4181031Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:08.4727995Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:08.7267995Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:08.7271544Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:08.7399702Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:08.7400361Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\56084e2c-b203-412c-9fbd-38530ee14a32\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:08.7402995Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\56084e2c-b203-412c-9fbd-38530ee14a32\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:08.7403542Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:08.7997920Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:09.0206969Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:09.0210192Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:09.0372685Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:09.0373723Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e530d31a-8f91-4b20-9dd1-ad848218683f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:09.0376588Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e530d31a-8f91-4b20-9dd1-ad848218683f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:09.0377223Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:09.0936941Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:09.3142981Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:09.3144337Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:09.3289138Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:09.3289833Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9fe2c1e3-64a9-4326-83f1-1646a2bb0aec\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:09.3292576Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9fe2c1e3-64a9-4326-83f1-1646a2bb0aec\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:09.3293119Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:09.3962378Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:09.6212795Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:09.6214581Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:09.6388890Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:09.6389737Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\244f0829-114c-4416-9723-06c9fdeeb16a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:09.6392351Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\244f0829-114c-4416-9723-06c9fdeeb16a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:09.6403649Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:09.6990634Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:09.9413217Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:09.9414615Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:09.9544822Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:09.9546847Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2f93146e-069f-4973-bc0a-5bbf3db9dddf\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:09.9549428Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2f93146e-069f-4973-bc0a-5bbf3db9dddf\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:09.9551011Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:10.0116496Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:10.2460402Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:10.2461849Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:10.2596512Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:10.2597222Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f2ce759a-bb02-48c0-868d-018dfab40ac0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:10.2600103Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f2ce759a-bb02-48c0-868d-018dfab40ac0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:10.2600683Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:10.3175055Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:10.5319855Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:10.5321181Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:10.5464292Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:10.5465238Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f013e360-d2fc-4459-8b35-72dec6afc8ad\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:10.5469150Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f013e360-d2fc-4459-8b35-72dec6afc8ad\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:10.5469859Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:10.6030924Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:10.8195727Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:10.8197067Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:10.8340991Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:10.8341904Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d28d631a-66cc-44c5-b04a-a280581a4f76\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:10.8344637Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d28d631a-66cc-44c5-b04a-a280581a4f76\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:10.8345183Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:10.8920284Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:11.1505768Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:11.1507386Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:11.1634541Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:11.1635294Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\833dc551-d1a9-4b17-b7a3-9f8fa153f101\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:11.1638406Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\833dc551-d1a9-4b17-b7a3-9f8fa153f101\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:11.1638934Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:11.2217258Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:11.4364747Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:11.4366193Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:11.4501709Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:11.4503653Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\def2ac9f-28ff-4557-a7ad-679e788a9541\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:11.4506672Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\def2ac9f-28ff-4557-a7ad-679e788a9541\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:11.4507240Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:11.5089452Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:11.7287242Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:11.7288600Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:11.7429235Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:11.7430140Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6ffe852a-d92c-4e3d-9c1f-c725039a4b72\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:11.7433288Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6ffe852a-d92c-4e3d-9c1f-c725039a4b72\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:11.7434206Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:11.8071508Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:12.0284946Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:12.0286446Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:12.0411530Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:12.0412517Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\72e3122c-64d1-4d13-9e56-9085098a89cb\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:12.0415799Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\72e3122c-64d1-4d13-9e56-9085098a89cb\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:12.0416480Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:12.1066386Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:12.3269119Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:12.3270476Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:12.3409078Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:12.3410616Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bb50f942-b2b6-49d9-beb6-734ee596e0f9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:12.3414570Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\bb50f942-b2b6-49d9-beb6-734ee596e0f9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:12.3415707Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:12.4070662Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:12.6254139Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:12.6255593Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:12.6395286Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:12.6396017Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\09b48d42-0924-4068-9f18-0e1916d1508d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:12.6399085Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\09b48d42-0924-4068-9f18-0e1916d1508d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:12.6399648Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:12.6954454Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:12.9115936Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:12.9117319Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:12.9256528Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:12.9258041Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a935ca63-ba11-4eb5-8b8e-75faffa4eb18\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:12.9261912Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a935ca63-ba11-4eb5-8b8e-75faffa4eb18\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:12.9262500Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:12.9819232Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:13.1970465Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:13.1971980Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:13.2052148Z","@mt":"Identified upgrade step {UpgradeStep} as the next step","@l":"Debug","UpgradeStep":"Microsoft.DotNet.UpgradeAssistant.Steps.Source.CodeFixerStep:[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.UpgraderManager"} -{"@t":"2022-06-09T14:42:13.2118893Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:13.2119973Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9bedbb7d-6544-4512-b39b-a60b55a33e5f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:13.2122726Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9bedbb7d-6544-4512-b39b-a60b55a33e5f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:13.2123289Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:13.2688885Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:13.5315574Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:13.5317097Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:13.5449479Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:13.5450133Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2d7076f2-4a0b-4a40-913f-36e638dfd847\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:13.5452695Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2d7076f2-4a0b-4a40-913f-36e638dfd847\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:13.5453244Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:13.6042788Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:13.8270724Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:13.8272187Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:13.8515731Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:13.8516640Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5a81bec1-960a-48ab-9b84-0c064dcee837\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:13.8519447Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5a81bec1-960a-48ab-9b84-0c064dcee837\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:13.8520134Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:13.9127926Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:14.1421231Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:14.1422577Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:14.1559658Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:14.1560716Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f522a5ec-83c0-4fe8-b233-a81c8ed7cfa3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:14.1565226Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f522a5ec-83c0-4fe8-b233-a81c8ed7cfa3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:14.1565870Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:14.2190353Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:14.4431143Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:14.4433041Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:14.4591219Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:14.4592831Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ce0f8f56-31db-4f4e-95bf-c1c5e5e7a2ac\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:14.4595838Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ce0f8f56-31db-4f4e-95bf-c1c5e5e7a2ac\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:14.4596420Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:14.5200283Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:14.7468038Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:14.7469366Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:14.7606909Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:14.7607630Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0b4f6ba2-8e89-4fd8-be73-b751391c2b4c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:14.7610234Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0b4f6ba2-8e89-4fd8-be73-b751391c2b4c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:14.7611084Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:14.8195126Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:15.0576700Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:15.0578250Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:15.0757836Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:15.0759597Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e784df26-0b13-437d-8e50-a92887291550\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:15.0765484Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e784df26-0b13-437d-8e50-a92887291550\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:15.0767412Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:15.1373161Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:15.3788493Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:15.3790057Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:15.3949944Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:15.3951010Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d6d242c5-cabc-47a5-afae-55c6293f0323\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:15.3955816Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d6d242c5-cabc-47a5-afae-55c6293f0323\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:15.3957318Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:15.4662015Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:15.7388412Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:15.7390973Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:15.7561934Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:15.7563139Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ce47d3dc-50fd-46a9-b2fe-8a8b0dcfe617\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:15.7567848Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ce47d3dc-50fd-46a9-b2fe-8a8b0dcfe617\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:15.7568871Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:15.8313251Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:16.1190743Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:16.1195760Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:16.1352017Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:16.1352699Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e2eaee6e-238f-4d66-af55-187d7fce96bb\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:16.1356539Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e2eaee6e-238f-4d66-af55-187d7fce96bb\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:16.1357100Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:16.1987958Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:16.4348297Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:16.4350160Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:16.4520334Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:16.4521720Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0e21deb8-7a94-4ed7-b43e-ed8d79b1a309\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:16.4525131Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0e21deb8-7a94-4ed7-b43e-ed8d79b1a309\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:16.4525877Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:16.5139250Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:16.7370514Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:16.7371916Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:16.7493255Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:16.7494587Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\39e5cf30-9ba7-4d0a-9966-f5e743f1c9ac\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:16.7501106Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\39e5cf30-9ba7-4d0a-9966-f5e743f1c9ac\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:16.7502198Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:16.8117447Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:17.0443560Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:17.0446110Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:17.0602669Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:17.0604598Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\16a74017-9442-457f-aa45-c09db33a916e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:17.0610470Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\16a74017-9442-457f-aa45-c09db33a916e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:17.0611680Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:17.1260771Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:17.3477214Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:17.3478739Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:17.3617061Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:17.3617802Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4b0c63a9-9d35-4625-a57c-44dbbc9ba27f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:17.3620481Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4b0c63a9-9d35-4625-a57c-44dbbc9ba27f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:17.3621084Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:17.4206274Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:17.6675836Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:17.6677795Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:17.6819557Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:17.6821056Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\300c0a13-94ba-46be-8369-707315e83eee\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:17.6826878Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\300c0a13-94ba-46be-8369-707315e83eee\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:17.6828700Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:17.7478916Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:17.9842979Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:17.9844329Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:17.9991112Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:17.9991847Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dc966bba-5f16-4dfb-89d3-c5a3bda1f603\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:17.9996380Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dc966bba-5f16-4dfb-89d3-c5a3bda1f603\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:17.9997126Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:18.0624807Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:18.2871056Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:18.2872891Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:18.3023855Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:18.3024570Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f266f8a4-fd4e-4ccd-b11b-50b65ab5ab27\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:18.3027190Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f266f8a4-fd4e-4ccd-b11b-50b65ab5ab27\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:18.3027718Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:18.3670510Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:18.6308460Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:18.6310005Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:18.6442061Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:18.6443998Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f64f48d8-85b4-44a0-a861-d32adb32f473\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:18.6448022Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f64f48d8-85b4-44a0-a861-d32adb32f473\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:18.6448603Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:18.7016291Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:18.9203085Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:18.9204644Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:18.9346790Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:18.9347475Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9b27d8f9-fb62-4dc2-b31d-acb07d3c63ca\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:18.9351317Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9b27d8f9-fb62-4dc2-b31d-acb07d3c63ca\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:18.9351873Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:18.9954241Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:19.2135367Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:19.2136806Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:19.2282276Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:19.2283223Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\559118a8-f993-4970-b8ba-45caf45a5ba9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:19.2285650Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\559118a8-f993-4970-b8ba-45caf45a5ba9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:19.2286190Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:19.2888513Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:19.5074127Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:19.5075753Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:19.5227582Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:19.5228309Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4f090e4f-7bea-4187-8e69-39284d1f0c73\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:19.5230894Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4f090e4f-7bea-4187-8e69-39284d1f0c73\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:19.5231447Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:19.5820297Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:19.8188104Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:19.8190633Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:19.8376818Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:19.8377932Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8fc2503c-2bee-406c-8349-5be883d12203\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:19.8380860Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8fc2503c-2bee-406c-8349-5be883d12203\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:19.8381453Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:19.8932841Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:20.1167380Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:20.1168842Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:20.1340048Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:20.1341199Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2a41f1e2-5008-4f19-9bb1-d70c69103ad0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:20.1343979Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2a41f1e2-5008-4f19-9bb1-d70c69103ad0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:20.1344529Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:20.1913443Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:20.4135171Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:20.4136660Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:20.4264477Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:20.4265144Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b3fa7cc2-7c90-4877-ab2e-cc9915f84ad9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:20.4267715Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b3fa7cc2-7c90-4877-ab2e-cc9915f84ad9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:20.4268236Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:20.4893936Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:20.7298152Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:20.7300238Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:20.7520545Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:20.7521738Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3c407b4f-cca5-4715-9dc2-7495a2b44f4b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:20.7524978Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3c407b4f-cca5-4715-9dc2-7495a2b44f4b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:20.7525582Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:20.8206686Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:21.0400291Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:21.0403268Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:21.0530260Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:21.0530964Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d18a6ea2-591d-4c23-81cf-9c66d9c280d1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:21.0533521Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d18a6ea2-591d-4c23-81cf-9c66d9c280d1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:21.0534074Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:21.1115299Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:21.3186393Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:21.3187943Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:21.3363356Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:21.3365383Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7546d158-a4d0-4c56-b6f1-a46c034f65fc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:21.3372687Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7546d158-a4d0-4c56-b6f1-a46c034f65fc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:21.3374338Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:21.3953227Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:21.6095422Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:21.6096889Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:21.6232144Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:21.6232874Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3c58a164-7b16-407a-9638-503c4ed70979\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:21.6247411Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3c58a164-7b16-407a-9638-503c4ed70979\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:21.6248115Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:21.6768281Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:21.9003742Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:21.9005311Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:21.9143492Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:21.9144402Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5cebf75f-2fec-4018-a57f-8684a864cdd0\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:21.9147140Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5cebf75f-2fec-4018-a57f-8684a864cdd0\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:21.9147682Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:21.9713791Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:22.1860376Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:22.1862058Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:22.2013834Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:22.2014582Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ffbf8e8f-3e3b-4b92-a797-2f1ef9f6e605\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:22.2017578Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ffbf8e8f-3e3b-4b92-a797-2f1ef9f6e605\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:22.2018114Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:22.2617391Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:22.4714455Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:22.4716020Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:22.4852207Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:22.4852866Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e2eff10a-6201-498f-992b-89e4568781b3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:22.4855468Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e2eff10a-6201-498f-992b-89e4568781b3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:22.4856274Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:22.5433802Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:22.7772756Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:22.7774278Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:22.7925534Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:22.7926749Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f28b9bf4-3575-4de9-b566-17e68070d48e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:22.7930843Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f28b9bf4-3575-4de9-b566-17e68070d48e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:22.7931779Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:22.8504674Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:23.0673909Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:23.0675359Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:23.0807113Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:23.0808203Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cdd370a6-7d4b-42d8-acaa-1cb0b8d5d9b1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:23.0810909Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cdd370a6-7d4b-42d8-acaa-1cb0b8d5d9b1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:23.0812027Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:23.1378315Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:23.3475132Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:23.3476552Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:23.3611530Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:23.3612201Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\838d2540-ac1f-4afb-9d41-072dbe05574f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:23.3614921Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\838d2540-ac1f-4afb-9d41-072dbe05574f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:23.3615481Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:23.4171934Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:23.6612382Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:23.6613826Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:23.6747591Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:23.6748316Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5a32b0fe-1f40-4625-8df3-84cf2ba07692\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:23.6751042Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5a32b0fe-1f40-4625-8df3-84cf2ba07692\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:23.6751834Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:23.7309262Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:23.9858638Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:23.9860084Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:23.9991802Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:23.9992883Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8503177f-76ff-4450-9a04-64bf7e83cc9a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:23.9997601Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8503177f-76ff-4450-9a04-64bf7e83cc9a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:23.9998168Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:24.0554041Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:24.2818524Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:24.2819860Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:24.2952403Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:24.2953115Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e530f4e5-c616-4b7c-8ed2-438f0cb3acdb\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:24.2956071Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e530f4e5-c616-4b7c-8ed2-438f0cb3acdb\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:24.2956823Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:24.3562318Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:24.5692301Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:24.5693684Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:24.5835888Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:24.5836568Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\21e0d480-8490-49a4-bbf0-c23e5c42f8ae\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:24.5839146Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\21e0d480-8490-49a4-bbf0-c23e5c42f8ae\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:24.5839721Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:24.6382285Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:24.8457602Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:24.8459841Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:24.8602787Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:24.8603528Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e62e73cf-753c-4bff-9665-bfb4a04a5338\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:24.8606664Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e62e73cf-753c-4bff-9665-bfb4a04a5338\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:24.8607214Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:24.9167984Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:25.1319138Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:25.1320609Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:25.1448156Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:25.1448823Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\97a20501-d7da-4e87-98c7-65ee1f98a489\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:25.1451432Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\97a20501-d7da-4e87-98c7-65ee1f98a489\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:25.1451967Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:25.2027509Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:25.4113986Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:25.4115436Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:25.4270119Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:25.4271086Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ce0a6971-f7c6-4837-9b52-85d93cf2723b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:25.4273484Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ce0a6971-f7c6-4837-9b52-85d93cf2723b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:25.4274026Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:25.4863918Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:25.7003060Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:25.7004804Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:25.7133881Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:25.7135674Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2b54b66b-c22f-4bbe-8fc6-6a32a0e475ef\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:25.7138127Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2b54b66b-c22f-4bbe-8fc6-6a32a0e475ef\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:25.7138668Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:25.8235156Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:26.0353833Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:26.0355289Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:26.0505033Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:26.0505956Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\24351c79-6315-430f-9b5d-980faeb1b6f1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:26.0508776Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\24351c79-6315-430f-9b5d-980faeb1b6f1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:26.0509322Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:26.1086266Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:26.3272667Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:26.3274186Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:26.3408640Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:26.3409380Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3be7419d-ed5d-4ca4-baec-da308872742f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:26.3412015Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3be7419d-ed5d-4ca4-baec-da308872742f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:26.3412587Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:26.3990798Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:26.6124938Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:26.6126398Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:26.6279215Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:26.6279889Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\078ed1bb-c4e7-4a8c-a0f1-1c13ba9cbfad\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:26.6283282Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\078ed1bb-c4e7-4a8c-a0f1-1c13ba9cbfad\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:26.6283828Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:26.6898709Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:26.9060054Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:26.9061560Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:26.9203290Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:26.9203949Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ee4be25c-390b-41ff-a7ad-f212c306a0bc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:26.9206129Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ee4be25c-390b-41ff-a7ad-f212c306a0bc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:26.9206680Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:26.9750640Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:27.2023910Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:27.2025499Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:27.2164251Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:27.2165063Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\616b4f6f-6acd-4a52-ae2d-eb0185c26049\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:27.2168170Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\616b4f6f-6acd-4a52-ae2d-eb0185c26049\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:27.2168724Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:27.2754203Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:27.4839613Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:27.4841125Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:27.4981200Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:27.4981898Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\02d7379e-9703-4d8d-975e-96a18fed20e7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:27.4984940Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\02d7379e-9703-4d8d-975e-96a18fed20e7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:27.4985481Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:27.5548083Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:27.7777020Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:27.7779196Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:27.7973071Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:27.7973855Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\789f5283-5d28-42e2-8a77-a8829950f6b5\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:27.7977283Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\789f5283-5d28-42e2-8a77-a8829950f6b5\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:27.7978155Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:27.8700754Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:28.0987147Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:28.0989593Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:28.1134773Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:28.1135497Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\787a73af-bc22-41ce-bbe9-585fd7edd10e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:28.1138159Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\787a73af-bc22-41ce-bbe9-585fd7edd10e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:28.1138935Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:28.1729889Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:28.4044656Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:28.4046652Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:28.4407248Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:28.4408538Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d4ea937e-8599-4f52-a803-9aa72fb00953\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:28.4412932Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d4ea937e-8599-4f52-a803-9aa72fb00953\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:28.4413682Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:28.5036628Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:28.7143107Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:28.7144551Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:28.7272783Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:28.7273501Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\edcaa0c3-b342-48ed-ac94-223705dfb35e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:28.7276158Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\edcaa0c3-b342-48ed-ac94-223705dfb35e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:28.7276698Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:28.7870788Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:29.0053662Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:29.0055135Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:29.0194474Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:29.0195572Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b4bf7e50-a1f4-450b-9181-fa9e9a8023ba\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:29.0200490Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b4bf7e50-a1f4-450b-9181-fa9e9a8023ba\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:29.0201561Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:29.0852234Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:29.3183553Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:29.3184993Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:29.3341229Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:29.3341891Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\10beb57d-57bb-41fe-aa91-6172ac2c4243\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:29.3344402Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\10beb57d-57bb-41fe-aa91-6172ac2c4243\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:29.3344992Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:29.3960929Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:29.6203226Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:29.6204708Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:29.6341827Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:29.6342539Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7cb55734-27e8-4aba-b3ea-94b9b802410d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:29.6346180Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7cb55734-27e8-4aba-b3ea-94b9b802410d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:29.6346744Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:29.6919533Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:29.9171450Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:29.9173315Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:29.9305005Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:29.9305717Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a2b340d1-1edb-4336-aed5-6b11ce5400be\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:29.9308454Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a2b340d1-1edb-4336-aed5-6b11ce5400be\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:29.9309067Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:29.9862804Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:30.1995074Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:30.1996535Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:34.1537023Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Apply fix for [UA306_A1, UA306_A2, UA306_A3, UA306_A4, UA306_B, UA306_C, UA306_D, UA306_E, UA306_F, UA306_G, UA306_H, UA306_I]: Replace usage of Windows.UI.Core.CoreDispatcher, Replace usage of Window.Current.Dispatcher, Replace usage of App.Window.Dispatcher, Replace usage of Window.Dispatcher, Replace usage of Windows.Media.Capture.CameraCaptureUI, Replace usage of Micorsoft.UI.Xaml.Controls.InkCanvas, Replace usage of Microsoft.UI.Xaml.Controls.Maps.MapControl, Replace usage of Microsoft.UI.Xaml.Controls.MediaElement, Replace usage of Windows.Graphics.Printing.PrintManager, Replace usage of Windows.Security.Authentication.Web.WebAuthenticationBroker, Replace usage of Windows.UI.Xaml.Media.AcrylicBrush.BackgroundSource, Replace usage of Windows.UI.Shell.TaskbarManager","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep"} -{"@t":"2022-06-09T14:42:34.1551757Z","@mt":"Unexpected error applying step","@l":"Error","@x":"System.InvalidOperationException: Sequence contains no elements\r\n at System.Linq.ThrowHelper.ThrowNoElementsException()\r\n at System.Linq.Enumerable.First[TSource](IEnumerable`1 source)\r\n at Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WinUIApiAlertCodeFixer.RegisterCodeFixesAsync(CodeFixContext context)\r\n at Microsoft.DotNet.UpgradeAssistant.Steps.Source.CodeFixerStep.TryFixDiagnosticAsync(Diagnostic diagnostic, Document document, CancellationToken token)\r\n at Microsoft.DotNet.UpgradeAssistant.Steps.Source.CodeFixerStep.ApplyImplAsync(IUpgradeContext context, CancellationToken token)\r\n at Microsoft.DotNet.UpgradeAssistant.UpgradeStep.ApplyAsync(IUpgradeContext context, CancellationToken token) in /_/src/common/Microsoft.DotNet.UpgradeAssistant.Abstractions/UpgradeStep.cs:line 178","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Source.SourceUpdaterStep"} -{"@t":"2022-06-09T14:42:34.1644516Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:34.1645174Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0716b85e-7391-4e56-b79b-8489faa1ac3b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:34.1648051Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0716b85e-7391-4e56-b79b-8489faa1ac3b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:34.1648784Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:34.2239004Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:34.4582387Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:34.4584016Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:34.4720656Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:34.4721370Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\41bcaa55-f321-4dcd-b2a0-884ccdde8c52\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:34.4724088Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\41bcaa55-f321-4dcd-b2a0-884ccdde8c52\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:34.4724641Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:34.5317016Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:34.7501216Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:34.7505185Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:34.7641349Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:34.7642785Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\382880fb-81b7-4496-83d0-a4a1c0ea75bf\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:34.7646680Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\382880fb-81b7-4496-83d0-a4a1c0ea75bf\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:34.7647874Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:34.8223612Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:35.0368093Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:35.0369595Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:35.0534409Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:35.0535121Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\34926a58-dcc3-42f0-9dfb-ec78e56acb23\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:35.0537885Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\34926a58-dcc3-42f0-9dfb-ec78e56acb23\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:35.0538676Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:35.1294927Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:35.4724849Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:35.4726857Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:35.4893029Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:35.4894021Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ab32be78-2452-41cb-937b-facde97239bf\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:35.4896850Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ab32be78-2452-41cb-937b-facde97239bf\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:35.4897579Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:35.5488347Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:35.7559062Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:35.7560451Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:35.7692390Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:35.7693177Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\79f6ed08-db4c-4b46-ae9e-31d61c5e1957\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:35.7695536Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\79f6ed08-db4c-4b46-ae9e-31d61c5e1957\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:35.7696087Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:35.8438652Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:36.0653238Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:36.0654588Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:36.0796599Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:36.0797810Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\93332d14-2b1f-4898-a45f-ec9f00cb1b63\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:36.0800464Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\93332d14-2b1f-4898-a45f-ec9f00cb1b63\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:36.0800993Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:36.1394758Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:36.3577054Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:36.3578323Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:36.3708391Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:36.3709085Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2519adee-567b-4b6e-a334-22aec4e0cc2a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:36.3712156Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2519adee-567b-4b6e-a334-22aec4e0cc2a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:36.3712719Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:36.4269823Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:36.6436686Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:36.6438074Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:36.6589476Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:36.6590206Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\93f54ec3-bb09-40df-a76f-26d4596f5a91\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:36.6592756Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\93f54ec3-bb09-40df-a76f-26d4596f5a91\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:36.6593302Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:36.7172965Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:36.9485284Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:36.9487945Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:36.9626884Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:36.9627556Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f941003a-c451-4e17-823e-01bf8f9c3745\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:36.9630209Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f941003a-c451-4e17-823e-01bf8f9c3745\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:36.9630756Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:37.0182515Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:37.2304871Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:37.2306311Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:37.2474929Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:37.2475673Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8033aac5-6d91-431a-998d-0005fef3f714\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:37.2478757Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8033aac5-6d91-431a-998d-0005fef3f714\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:37.2479345Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:37.3041884Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:37.5188437Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:37.5190475Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:37.5318008Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:37.5318686Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b97c5886-fe1e-4e69-a2f8-93c856f217ab\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:37.5321792Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b97c5886-fe1e-4e69-a2f8-93c856f217ab\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:37.5322354Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:37.5898942Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:37.8281680Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:37.8283076Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:37.8415556Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:37.8416537Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\af47e44b-ff5f-4409-8a00-6144c369a0da\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:37.8419552Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\af47e44b-ff5f-4409-8a00-6144c369a0da\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:37.8420077Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:37.8981026Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:38.1053646Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:38.1055047Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:38.1196330Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:38.1197340Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3671ee06-ec9d-4192-8946-bc3780e5e1da\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:38.1199943Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3671ee06-ec9d-4192-8946-bc3780e5e1da\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:38.1200499Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:38.1726485Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:38.3872265Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:38.3873759Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:38.4007525Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:38.4008391Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\39bb8cf9-129c-4f7f-90c9-516887aded91\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:38.4011210Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\39bb8cf9-129c-4f7f-90c9-516887aded91\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:38.4012213Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:38.4556820Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:38.6591694Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:38.6593008Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:38.6724309Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:38.6725337Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e06ab83c-1495-4777-bf1a-b10e904066e3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:38.6728011Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e06ab83c-1495-4777-bf1a-b10e904066e3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:38.6728604Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:38.7278928Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:38.9681967Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:38.9683545Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:38.9816748Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:38.9817919Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ec17198a-9e4e-43f8-b019-73c2481d8a14\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:38.9820704Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ec17198a-9e4e-43f8-b019-73c2481d8a14\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:38.9821498Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:39.0354937Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:39.2498530Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:39.2499836Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:39.2637190Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:39.2638213Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\96791383-57e5-4cdd-b07c-3ab4aee9346f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:39.2641565Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\96791383-57e5-4cdd-b07c-3ab4aee9346f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:39.2642312Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:39.3253477Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:39.5436838Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:39.5438089Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:39.5586948Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:39.5587808Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\97154d38-420f-49bc-935f-5441dce097c2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:39.5591541Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\97154d38-420f-49bc-935f-5441dce097c2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:39.5592076Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:39.6143478Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:39.8189804Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:39.8191426Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:39.8315207Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:39.8315854Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\12085dc2-cb31-4b8f-9170-834ceb51505a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:39.8318248Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\12085dc2-cb31-4b8f-9170-834ceb51505a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:39.8318861Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:39.8923932Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:40.1430921Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:40.1432423Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:40.1566617Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:40.1567460Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\40bd750d-e50f-40f0-8ec1-9249e5595527\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:40.1571069Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\40bd750d-e50f-40f0-8ec1-9249e5595527\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:40.1571608Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:40.2127683Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:40.4329209Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:40.4331598Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:40.4478958Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:40.4479728Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2c5a43b7-d228-4ba1-966d-e18e78048a87\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:40.4482646Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2c5a43b7-d228-4ba1-966d-e18e78048a87\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:40.4483182Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:40.5048497Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:40.7255558Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:40.7257006Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:40.7392760Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:40.7393667Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5f79e878-7bf7-44b3-98b9-05754a3ab448\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:40.7396573Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5f79e878-7bf7-44b3-98b9-05754a3ab448\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:40.7397118Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:40.7956436Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:41.0003956Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:41.0006362Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:41.0145470Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:41.0146683Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\794a98ec-65f0-4a52-8f1f-4736388ad5f4\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:41.0149437Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\794a98ec-65f0-4a52-8f1f-4736388ad5f4\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:41.0150022Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:41.0721216Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:41.2792747Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:41.2794204Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:41.2940874Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:41.2941721Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d6ba7333-6256-4804-a6d9-fa6581ffcba7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:41.2944649Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d6ba7333-6256-4804-a6d9-fa6581ffcba7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:41.2945244Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:41.3519537Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:41.5732688Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:41.5734162Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:41.5871920Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:41.5872655Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7cd49c9a-03a2-40ce-9208-e77c2f8130f9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:41.5875903Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7cd49c9a-03a2-40ce-9208-e77c2f8130f9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:41.5876498Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:41.6409561Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:41.8512627Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:41.8513989Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:41.8646877Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:41.8647726Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\75266efe-3b95-4d2a-b4dc-22f0c8eeabed\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:41.8650847Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\75266efe-3b95-4d2a-b4dc-22f0c8eeabed\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:41.8651370Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:41.9226835Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:42.1713731Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:42.1715182Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:42.1847003Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:42.1848652Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e0a4c6db-a053-4e23-96e0-aa112b12d902\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:42.1851302Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e0a4c6db-a053-4e23-96e0-aa112b12d902\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:42.1851883Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:42.2385999Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:42.4570786Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:42.4572571Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:42.4714217Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:42.4715146Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\32017470-5f5f-48cd-9d13-1799a8b07792\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:42.4718428Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\32017470-5f5f-48cd-9d13-1799a8b07792\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:42.4718963Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:42.5282043Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:42.7321451Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:42.7322931Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:42.7448480Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:42.7449641Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d3cb4a9a-c911-470c-907d-c91f6f044d5f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:42.7452666Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d3cb4a9a-c911-470c-907d-c91f6f044d5f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:42.7453265Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:42.8012533Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:43.0019892Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:43.0021506Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:43.0154011Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:43.0154892Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\17f519a0-69ad-4b10-8a0c-40db7cee44b2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:43.0157993Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\17f519a0-69ad-4b10-8a0c-40db7cee44b2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:43.0158606Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:43.0748726Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:43.2838296Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:43.2839749Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:43.2966375Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:43.2967617Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f772c059-229f-47e8-9590-1c7e8fd7128f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:43.2970113Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f772c059-229f-47e8-9590-1c7e8fd7128f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:43.2970655Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:43.3513397Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:43.5563073Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:43.5564361Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:43.5695702Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:43.5696630Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\12f61edb-faea-4550-b103-75b421fcfe7e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:43.5699923Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\12f61edb-faea-4550-b103-75b421fcfe7e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:43.5700466Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:43.6238166Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:43.8479048Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:43.8481336Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:43.8626758Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:43.8627784Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\64f8dab6-fff4-4a6f-8348-a83b8efc8d04\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:43.8630390Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\64f8dab6-fff4-4a6f-8348-a83b8efc8d04\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:43.8630942Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:43.9215718Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:44.1200763Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:44.1202161Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:44.1333798Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:44.1334488Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d906b932-11ff-4b7f-a8a8-ce2fa02811ae\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:44.1337488Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d906b932-11ff-4b7f-a8a8-ce2fa02811ae\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:44.1338062Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:44.1929296Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:44.4243516Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:44.4244915Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:44.4375171Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:44.4375946Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fcbb8450-1ef3-4613-95ab-d471faec5245\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:44.4379489Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fcbb8450-1ef3-4613-95ab-d471faec5245\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:44.4380038Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:44.4948278Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:44.7167757Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:44.7169040Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:44.7299494Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:44.7300415Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\936a28d2-0381-4416-9f78-df6886fe5fbb\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:44.7303571Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\936a28d2-0381-4416-9f78-df6886fe5fbb\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:44.7304097Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:44.7855409Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:44.9871751Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:44.9873042Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:45.0001928Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:45.0003018Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\433e5959-5822-4df4-957c-2a67cd71bf31\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:45.0006082Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\433e5959-5822-4df4-957c-2a67cd71bf31\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:45.0007740Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:45.0573369Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:45.2636338Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:45.2637766Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:45.2839016Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:45.2839997Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\31dc589f-caca-4498-b6f8-f0b0877d8b7d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:45.2843189Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\31dc589f-caca-4498-b6f8-f0b0877d8b7d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:45.2843733Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:45.3423923Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:45.5641155Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:45.5642657Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:45.5765513Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:45.5766667Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2ed979d1-d48c-403c-a17e-0368292a03bc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:45.5769449Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2ed979d1-d48c-403c-a17e-0368292a03bc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:45.5769996Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:45.6293477Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:45.8419866Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:45.8421412Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:45.8556875Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:45.8558117Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\98f443d8-9b78-4736-9ba7-2dc01d3dd61a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:45.8560893Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\98f443d8-9b78-4736-9ba7-2dc01d3dd61a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:45.8561436Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:45.9144027Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:46.1200633Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:46.1202147Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:46.1343399Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:46.1344532Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fb35c238-ed49-4a3d-bb99-2a68e96cf91b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:46.1347045Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fb35c238-ed49-4a3d-bb99-2a68e96cf91b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:46.1347570Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:46.1871351Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:46.4360821Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:46.4362146Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:46.4491248Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:46.4492187Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\99e8b7e4-c758-45e5-8b76-fad6bed4d5e7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:46.4495422Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\99e8b7e4-c758-45e5-8b76-fad6bed4d5e7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:46.4495961Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:46.5028664Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:46.7183917Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:46.7185430Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:46.7319133Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:46.7320112Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5524b555-848e-4137-8b33-0d4912df9265\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:46.7322731Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5524b555-848e-4137-8b33-0d4912df9265\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:46.7323692Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:46.7867804Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:46.9976937Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:46.9978315Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:47.0113688Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:47.0114899Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c79c025f-b8e1-420f-b62e-aa8ca775f4ae\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:47.0117775Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c79c025f-b8e1-420f-b62e-aa8ca775f4ae\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:47.0118519Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:47.0692764Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:47.3005637Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:47.3007123Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:47.3130816Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:47.3131405Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3d50f843-3440-4443-b05e-4c00b79ec88b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:47.3134211Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3d50f843-3440-4443-b05e-4c00b79ec88b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:47.3134875Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:47.3728225Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:47.5889769Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:47.5891071Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:47.6021918Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:47.6023143Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\54040664-3624-4689-a9d1-eebc8e8004b6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:47.6025741Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\54040664-3624-4689-a9d1-eebc8e8004b6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:47.6026283Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:47.6552542Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:47.8714000Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:47.8715941Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:47.8847090Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:47.8847755Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\15d396ce-4940-4eef-bfcf-be1559b3c319\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:47.8850567Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\15d396ce-4940-4eef-bfcf-be1559b3c319\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:47.8851136Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:47.9418708Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:48.1535832Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:48.1537391Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:48.1665739Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:48.1666867Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cd7f0b4e-d88a-44e9-a844-f9b72970a3c1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:48.1670715Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cd7f0b4e-d88a-44e9-a844-f9b72970a3c1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:48.1671337Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:48.2195351Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:48.4257443Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:48.4258862Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:48.4396385Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:48.4396936Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9def3761-568d-4afc-a3ad-e9f415e81fb7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:48.4399959Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9def3761-568d-4afc-a3ad-e9f415e81fb7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:48.4400508Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:48.4961479Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:48.7476868Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:48.7478180Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:48.7630215Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:48.7631306Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2b36a84f-5cd1-4515-8b30-5051f8dc6ccf\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:48.7634775Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2b36a84f-5cd1-4515-8b30-5051f8dc6ccf\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:48.7635400Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:48.8225224Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:49.0429670Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:49.0431085Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:49.0558118Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:49.0558665Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1ab19ba5-51ff-4462-8157-cedd2c6ec862\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:49.0561781Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1ab19ba5-51ff-4462-8157-cedd2c6ec862\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:49.0562324Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:49.1161376Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:49.3243702Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:49.3245033Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:49.3373041Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:49.3373920Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d613330c-092e-4404-bfba-50be713a5a56\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:49.3377225Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d613330c-092e-4404-bfba-50be713a5a56\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:49.3377800Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:49.3918353Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:49.5974462Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:49.5975870Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:49.6109303Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:49.6111257Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\526eb50d-f087-4dc5-9704-9770062c6517\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:49.6113958Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\526eb50d-f087-4dc5-9704-9770062c6517\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:49.6114700Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:49.6686226Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:49.8781689Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:49.8782985Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:49.8865523Z","@mt":"Identified upgrade step {UpgradeStep} as the next step","@l":"Debug","UpgradeStep":"Microsoft.DotNet.UpgradeAssistant.Steps.Source.CodeFixerStep:[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.UpgraderManager"} -{"@t":"2022-06-09T14:42:49.8949618Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:49.8950593Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f0e09e1c-8104-402b-9ede-4050fbf6f774\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:49.8953636Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f0e09e1c-8104-402b-9ede-4050fbf6f774\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:49.8954158Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:49.9553555Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:50.1653582Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:50.1655082Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:50.1782257Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:50.1783022Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5910d7bd-a2bd-4f85-a4fe-82bee4bc52aa\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:50.1786029Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5910d7bd-a2bd-4f85-a4fe-82bee4bc52aa\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:50.1786548Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:50.2348878Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:50.4458531Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:50.4459859Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:50.4723742Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:50.4724607Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ab7ddcc9-1d4e-4167-83ab-d549960cb658\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:50.4727209Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ab7ddcc9-1d4e-4167-83ab-d549960cb658\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:50.4727914Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:50.5284853Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:50.7331449Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:50.7332858Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:50.7456363Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:50.7457478Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\840f2c0e-9e6c-4e01-a51f-0b05c8218522\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:50.7460350Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\840f2c0e-9e6c-4e01-a51f-0b05c8218522\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:50.7460888Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:50.8102997Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:51.0587703Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:51.0589291Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:51.0751132Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:51.0752055Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3a4e1ac8-e54c-4d40-8bca-2b0580ba49bc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:51.0755212Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3a4e1ac8-e54c-4d40-8bca-2b0580ba49bc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:51.0755770Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:51.1371367Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:51.3498542Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:51.3499865Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:51.3640510Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:51.3641545Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a829a178-e3c9-4079-be55-f4c7217f7308\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:51.3644623Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a829a178-e3c9-4079-be55-f4c7217f7308\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:51.3645204Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:51.4183534Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:51.6319988Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:51.6321370Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:51.6459138Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:51.6459975Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3eb1fef2-39d3-477b-9378-913fdfd93529\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:51.6463469Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3eb1fef2-39d3-477b-9378-913fdfd93529\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:51.6463993Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:51.7020038Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:51.9183715Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:51.9185036Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:51.9307335Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:51.9308695Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f3d95306-7290-4565-a8ff-94cdf425bcc1\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:51.9311430Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f3d95306-7290-4565-a8ff-94cdf425bcc1\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:51.9311953Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:51.9867449Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:52.1925458Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:52.1926916Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:52.2056381Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:52.2057207Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8f1a5195-1888-4b46-a28c-d302992fa005\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:52.2060039Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8f1a5195-1888-4b46-a28c-d302992fa005\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:52.2060571Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:52.2632442Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:52.4821590Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:52.4823029Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:52.4951842Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:52.4953100Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\515017de-5da0-4a49-af61-e229b6d3fc4b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:52.4955885Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\515017de-5da0-4a49-af61-e229b6d3fc4b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:52.4956446Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:52.5504110Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:52.7658244Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:52.7659661Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:52.7807765Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:52.7809043Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c6f34ae1-e9ec-4517-a6a6-28b74fe62748\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:52.7811800Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\c6f34ae1-e9ec-4517-a6a6-28b74fe62748\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:52.7812348Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:52.8369787Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:53.0447845Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:53.0449337Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:53.0568040Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:53.0568617Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b7703064-84c2-4437-9455-b0e255ab642d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:53.0571816Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b7703064-84c2-4437-9455-b0e255ab642d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:53.0572403Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:53.1118244Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:53.3595024Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:53.3596483Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:53.3725964Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:53.3726963Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6c49a637-f3ca-4764-bffd-adb074c1ece3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:53.3729653Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6c49a637-f3ca-4764-bffd-adb074c1ece3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:53.3730193Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:53.4261896Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:53.6359317Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:53.6360654Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:53.6483723Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:53.6484318Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d7563e85-e12d-4676-b5c4-0d80a77c5e77\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:53.6487547Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d7563e85-e12d-4676-b5c4-0d80a77c5e77\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:53.6489307Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:53.7025180Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:53.9227886Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:53.9229255Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:53.9363575Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:53.9364644Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\46966804-d05a-4a3b-918c-815d0077f920\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:53.9377627Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\46966804-d05a-4a3b-918c-815d0077f920\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:53.9378330Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:53.9953142Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:54.1990652Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:54.1992138Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:54.2118557Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:54.2119177Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1013e6b8-ee89-4c3a-bd02-b22e27eb3911\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:54.2122086Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\1013e6b8-ee89-4c3a-bd02-b22e27eb3911\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:54.2122664Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:54.2654996Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:54.4719496Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:54.4720980Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:54.4884771Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:54.4885707Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\829958c7-f932-48e4-9982-a0af777c3a28\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:54.4888930Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\829958c7-f932-48e4-9982-a0af777c3a28\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:54.4889502Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:54.5445381Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:54.7596734Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:54.7598885Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:54.7724029Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:54.7725036Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b399f610-27cf-4241-b879-fa62b3eb5580\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:54.7727805Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b399f610-27cf-4241-b879-fa62b3eb5580\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:54.7728373Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:54.8257946Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:55.0441599Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:55.0442953Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:55.0603647Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:55.0605441Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b746ec34-8b47-457a-8502-276e361fbebc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:55.0608951Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\b746ec34-8b47-457a-8502-276e361fbebc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:55.0610277Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:55.1147831Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:55.3377968Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:55.3379295Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:55.3502658Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:55.3503262Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\01cf3ab5-d989-4af1-a3f6-36e253f8dcc2\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:55.3519468Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\01cf3ab5-d989-4af1-a3f6-36e253f8dcc2\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:55.3521100Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:55.4175226Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:55.6969131Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:55.6970489Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:55.7120540Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:55.7121417Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\572584d1-fd43-4549-b3ef-c490eb892742\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:55.7124988Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\572584d1-fd43-4549-b3ef-c490eb892742\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:55.7125780Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:55.7749336Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:56.0038697Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:56.0040409Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:56.0168305Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:56.0168993Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\07d9cc58-0304-4d07-b062-9fd62047b852\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:56.0172116Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\07d9cc58-0304-4d07-b062-9fd62047b852\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:56.0173823Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:56.0693038Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:56.2749708Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:56.2751824Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:56.2901015Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:56.2901927Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5eaca701-0a21-46fc-9987-43d1e49b7fef\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:56.2905027Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5eaca701-0a21-46fc-9987-43d1e49b7fef\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:56.2905560Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:56.3502751Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:56.5755421Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:56.5756855Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:56.5905657Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:56.5906472Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ba8b5908-acf9-4c10-9fea-8d642fe2de81\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:56.5909806Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ba8b5908-acf9-4c10-9fea-8d642fe2de81\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:56.5910346Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:56.6491067Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:56.8822005Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:56.8823343Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:56.8987537Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:56.8988478Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a7ef2d7d-99a6-47a9-9f36-c6eaf1194e8e\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:56.8993478Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a7ef2d7d-99a6-47a9-9f36-c6eaf1194e8e\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:56.8994654Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:56.9583222Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:57.1932325Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:57.1933642Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:57.2079725Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:57.2080501Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\354748ae-6511-4905-843b-07ff7dd9368f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:57.2083501Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\354748ae-6511-4905-843b-07ff7dd9368f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:57.2084066Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:57.2672490Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:57.4730442Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:57.4732404Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:57.4942134Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:57.4943102Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ef685802-4275-4866-b396-1b85508baec3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:57.4947328Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ef685802-4275-4866-b396-1b85508baec3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:57.4947907Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:57.5532675Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:57.7866147Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:57.7867440Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:57.8014005Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:57.8014757Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e7909d7d-afaa-4e36-a423-013d2c44b83f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:57.8017796Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e7909d7d-afaa-4e36-a423-013d2c44b83f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:57.8018353Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:57.8690468Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:58.0995418Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:58.0997335Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:58.1169549Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:58.1170941Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dc8f8f95-fe00-419a-b7c0-5084d3a1d115\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:58.1176028Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\dc8f8f95-fe00-419a-b7c0-5084d3a1d115\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:58.1177270Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:58.1798858Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:58.4652398Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:58.4653967Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:58.4784133Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:58.4784768Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4cc8f167-4d53-4a30-8073-cbf812d655e7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:58.4787171Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4cc8f167-4d53-4a30-8073-cbf812d655e7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:58.4787793Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:58.5509735Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:58.7792316Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:58.7794923Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:58.7949859Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:58.7951113Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0ea67f8d-c49d-45f7-b016-6e206849ac0c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:58.7953835Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0ea67f8d-c49d-45f7-b016-6e206849ac0c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:58.7954519Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:58.8557454Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:59.0978092Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:59.0981340Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:59.1120158Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:59.1121196Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e6bb32d7-c22d-41a6-98a8-5150f639e030\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:59.1123910Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e6bb32d7-c22d-41a6-98a8-5150f639e030\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:59.1124464Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:59.1681300Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:59.4040754Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:59.4042337Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:59.4170529Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:59.4171336Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3a023319-8214-43d4-9ecd-f6d04e351abc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:59.4173631Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3a023319-8214-43d4-9ecd-f6d04e351abc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:59.4174265Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:59.4724587Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:59.6930229Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:59.6931635Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:59.7071608Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:59.7072683Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9f213e1d-2af3-4e26-b8f0-b5a2bd83f95c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:59.7075317Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9f213e1d-2af3-4e26-b8f0-b5a2bd83f95c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:59.7075875Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:59.7663736Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:59.9838899Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:59.9840520Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:59.9981573Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:59.9982662Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\67ef1a71-4770-4f2b-98f1-0849928861bc\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:59.9985471Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\67ef1a71-4770-4f2b-98f1-0849928861bc\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:42:59.9986097Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:00.0689204Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:00.2979567Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:00.2980904Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:00.3105537Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:00.3106325Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\22700007-fc52-4acf-a44f-1e7a94441275\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:00.3109266Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\22700007-fc52-4acf-a44f-1e7a94441275\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:00.3109861Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:00.3669640Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:00.5970477Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:00.5972034Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:00.6102222Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:00.6103109Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a2b5448d-4eba-4a01-95be-70ae78797585\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:00.6105472Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a2b5448d-4eba-4a01-95be-70ae78797585\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:00.6106067Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:00.6692745Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:00.9050283Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:00.9051632Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:00.9181855Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:00.9182825Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9103a3c2-1a31-40c2-9587-7e49ece9f8f7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:00.9185478Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\9103a3c2-1a31-40c2-9587-7e49ece9f8f7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:00.9186048Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:00.9744054Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:01.1918672Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:01.1920109Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:01.2047170Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:01.2048103Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d26da2df-8f70-4994-9218-35c380a63c63\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:01.2050979Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\d26da2df-8f70-4994-9218-35c380a63c63\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:01.2051568Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:01.2599732Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:01.4950824Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:01.4952309Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:01.5075237Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:01.5076474Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e0fbf625-27eb-4d2a-b584-38059c9cd20b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:01.5080183Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e0fbf625-27eb-4d2a-b584-38059c9cd20b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:01.5081667Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:01.5618003Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:01.7674123Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:01.7675989Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:01.7829449Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:01.7830388Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ddcc9930-bdcd-4d92-b093-57b09e1cfb0c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:01.7833529Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ddcc9930-bdcd-4d92-b093-57b09e1cfb0c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:01.7834154Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:01.8401731Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:02.0509781Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:02.0511263Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:02.0636726Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:02.0637895Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0969a845-6aac-447d-ab7d-3d30b1320992\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:02.0640552Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\0969a845-6aac-447d-ab7d-3d30b1320992\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:02.0641092Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:02.1206358Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:02.3394013Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:02.3395430Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:02.3559413Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:02.3560714Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6aed6f67-d7c9-4fe4-82c0-1788c8997fce\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:02.3563723Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6aed6f67-d7c9-4fe4-82c0-1788c8997fce\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:02.3564394Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:02.4130400Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:02.6144442Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:02.6145831Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:02.6263214Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:02.6263798Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\57cf0239-21b3-4bfc-99c6-1221a1c2ced3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:02.6266606Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\57cf0239-21b3-4bfc-99c6-1221a1c2ced3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:02.6267149Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:02.6805149Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:02.8867555Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:02.8869243Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:02.9020181Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:02.9021076Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7e07b583-73a9-407e-8f9e-cfe9e2cf8b31\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:02.9042867Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\7e07b583-73a9-407e-8f9e-cfe9e2cf8b31\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:02.9043830Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:02.9681917Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:03.2008994Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:03.2010373Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:03.2162962Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:03.2164022Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e417b23d-1ffd-493b-b419-7141ed31211f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:03.2166789Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\e417b23d-1ffd-493b-b419-7141ed31211f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:03.2167548Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:03.2761804Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:03.4874041Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:03.4875365Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:03.5022397Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:03.5023426Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a18decdc-cc6c-4df4-a6d5-1a9d7e49e321\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:03.5026645Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\a18decdc-cc6c-4df4-a6d5-1a9d7e49e321\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:03.5027191Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:03.6119583Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:03.8480218Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:03.8482531Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:03.8624624Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:03.8625715Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\89797599-bafb-42a1-aa0a-529791b0ee4d\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:03.8629905Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\89797599-bafb-42a1-aa0a-529791b0ee4d\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:03.8630815Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:03.9298357Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:04.1333716Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:04.1335152Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:04.1485680Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:04.1486567Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\36e994a7-137f-439e-a8ca-9c508569d1d7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:04.1490045Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\36e994a7-137f-439e-a8ca-9c508569d1d7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:04.1490769Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:04.2109987Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:04.4435741Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:04.4437207Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:04.4578678Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:04.4579460Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5c1dd1dc-a663-497e-ad05-8699954dbeff\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:04.4582591Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5c1dd1dc-a663-497e-ad05-8699954dbeff\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:04.4583197Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:04.5133979Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:04.7298486Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:04.7299952Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:04.7442879Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:04.7444042Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\215b377c-25ad-4d4c-83d9-9c4d0809fd5b\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:04.7447186Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\215b377c-25ad-4d4c-83d9-9c4d0809fd5b\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:04.7448148Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:04.8012883Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:05.0231027Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:05.0232420Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:05.0349583Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:05.0350172Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\baffbf3a-2058-4ab0-b674-0d8fa6d0fef7\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:05.0353428Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\baffbf3a-2058-4ab0-b674-0d8fa6d0fef7\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:05.0354093Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:05.0908633Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:05.2981579Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:05.2983049Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:05.3171695Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:05.3172859Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ceb1f530-fcab-4488-84c1-b6b5e66d8bc9\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:05.3176131Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ceb1f530-fcab-4488-84c1-b6b5e66d8bc9\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:05.3176674Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:05.3726183Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:05.5848879Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:05.5852233Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:05.5975853Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:05.5976875Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f197cb8b-d41c-4b8d-9843-89ba374a5157\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:05.5979436Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f197cb8b-d41c-4b8d-9843-89ba374a5157\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:05.5980050Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:05.6525246Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:05.8595221Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:05.8596824Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:05.8757243Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:05.8758155Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6cd12e14-2c23-4c4e-8935-bbdde7d49a5a\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:05.8761265Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\6cd12e14-2c23-4c4e-8935-bbdde7d49a5a\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:05.8761835Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:05.9403515Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:06.2048995Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:06.2050641Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:06.2192146Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:06.2192780Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5ff3ed69-8d7b-429d-9092-2a0d37fa1f0c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:06.2196915Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\5ff3ed69-8d7b-429d-9092-2a0d37fa1f0c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:06.2197469Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:06.2736768Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:06.4754490Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:06.4756108Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:15.1363776Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:15.1364822Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cfca4430-e718-4233-9555-ecf8e309404c\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:15.1367442Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\cfca4430-e718-4233-9555-ecf8e309404c\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:15.1368133Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:15.1638218Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:15.2637471Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:15.2642030Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:15.2735420Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:15.2737242Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\57cac5c6-667a-4af5-b1af-1746bd1f1517\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:15.2744445Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\57cac5c6-667a-4af5-b1af-1746bd1f1517\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:15.2745718Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:15.3008271Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:15.3882707Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:15.3886833Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:15.3922777Z","@mt":"Skip minimum dependency check because Windows App SDK cannot work with targets lower than already recommended TFM.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.TargetFramework.DependencyMinimumTargetFrameworkSelectorFilter"} -{"@t":"2022-06-09T14:43:15.3968319Z","@mt":"Recommending Windows TFM {TFM} because the project either has Windows-specific dependencies or builds to a WinExe","TFM":"net6.0-windows10.0.19041","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsSdkTargetFrameworkSelectorFilter"} -{"@t":"2022-06-09T14:43:15.4055645Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:15.4056728Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\86c30e10-487c-4cd6-8bb6-94dc4dae982f\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:15.4059246Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\86c30e10-487c-4cd6-8bb6-94dc4dae982f\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:15.4059792Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:15.4664101Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:15.6753078Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:15.6755977Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:15.6897893Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:15.6898665Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f9bdb82e-f086-45f8-9a31-8bafca443448\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:15.6901932Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f9bdb82e-f086-45f8-9a31-8bafca443448\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:15.6902539Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:15.7504131Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:15.9575629Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:15.9576873Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:15.9659454Z","@mt":"Skip minimum dependency check because Windows App SDK cannot work with targets lower than already recommended TFM.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.TargetFramework.DependencyMinimumTargetFrameworkSelectorFilter"} -{"@t":"2022-06-09T14:43:15.9707134Z","@mt":"Recommending Windows TFM {TFM} because the project either has Windows-specific dependencies or builds to a WinExe","TFM":"net6.0-windows10.0.19041","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsSdkTargetFrameworkSelectorFilter"} -{"@t":"2022-06-09T14:43:15.9794559Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:15.9795937Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3ea2c1ad-7cca-4ed4-b52f-fb92c00a0843\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:15.9798487Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\3ea2c1ad-7cca-4ed4-b52f-fb92c00a0843\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:15.9799111Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:16.0093427Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:16.1060542Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:16.1066032Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:16.1163588Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:16.1164778Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2d06916a-a1e4-4473-8326-249f35fc9250\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:16.1167433Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\2d06916a-a1e4-4473-8326-249f35fc9250\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:16.1167990Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:16.1436579Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:16.2312214Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:16.2318060Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:16.2363703Z","@mt":"Skip minimum dependency check because Windows App SDK cannot work with targets lower than already recommended TFM.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.TargetFramework.DependencyMinimumTargetFrameworkSelectorFilter"} -{"@t":"2022-06-09T14:43:16.2412333Z","@mt":"Recommending Windows TFM {TFM} because the project either has Windows-specific dependencies or builds to a WinExe","TFM":"net6.0-windows10.0.19041","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsSdkTargetFrameworkSelectorFilter"} -{"@t":"2022-06-09T14:43:16.2471265Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:16.2471984Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4567f258-8477-4fb3-bd18-ac84798da601\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:16.2474864Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4567f258-8477-4fb3-bd18-ac84798da601\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:16.2475462Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:16.3077486Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:16.5120391Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:16.5121871Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:16.5253617Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:16.5254854Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\34304a67-09d8-46d6-8bc9-2f4257cd27db\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:16.5257737Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\34304a67-09d8-46d6-8bc9-2f4257cd27db\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:16.5258294Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:16.5797488Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:16.7960489Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:16.7962062Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:16.8045186Z","@mt":"Skip minimum dependency check because Windows App SDK cannot work with targets lower than already recommended TFM.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.TargetFramework.DependencyMinimumTargetFrameworkSelectorFilter"} -{"@t":"2022-06-09T14:43:16.8091000Z","@mt":"Recommending Windows TFM {TFM} because the project either has Windows-specific dependencies or builds to a WinExe","TFM":"net6.0-windows10.0.19041","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsSdkTargetFrameworkSelectorFilter"} -{"@t":"2022-06-09T14:43:16.8151113Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:16.8152443Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f49ef3b1-0a35-4992-b9da-72aacb79eee3\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:16.8154969Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\f49ef3b1-0a35-4992-b9da-72aacb79eee3\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:16.8155584Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:16.8435286Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:16.9333889Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:16.9338882Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:16.9431181Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:16.9432489Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\026f6054-aa6f-45bf-97fb-f916f74ddd06\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:16.9435032Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\026f6054-aa6f-45bf-97fb-f916f74ddd06\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:16.9435578Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:16.9713923Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:17.0556380Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:17.0561610Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:17.0599166Z","@mt":"Skip minimum dependency check because Windows App SDK cannot work with targets lower than already recommended TFM.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.TargetFramework.DependencyMinimumTargetFrameworkSelectorFilter"} -{"@t":"2022-06-09T14:43:17.0650861Z","@mt":"Recommending Windows TFM {TFM} because the project either has Windows-specific dependencies or builds to a WinExe","TFM":"net6.0-windows10.0.19041","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsSdkTargetFrameworkSelectorFilter"} -{"@t":"2022-06-09T14:43:17.0726300Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:17.0727355Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fff2e2d1-9623-4d69-99bc-be3f81f7bcf6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:17.0730724Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fff2e2d1-9623-4d69-99bc-be3f81f7bcf6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:17.0731295Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:17.1359928Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:17.4099747Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:17.4101134Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:17.4237437Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:17.4238554Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\699f6af7-f33f-41b2-875c-0d3d4f0202ca\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:17.4241348Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\699f6af7-f33f-41b2-875c-0d3d4f0202ca\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:17.4241929Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:17.4797216Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:17.6853759Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:17.6855357Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:17.6940968Z","@mt":"Skip minimum dependency check because Windows App SDK cannot work with targets lower than already recommended TFM.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.TargetFramework.DependencyMinimumTargetFrameworkSelectorFilter"} -{"@t":"2022-06-09T14:43:17.6967823Z","@mt":"Recommending Windows TFM {TFM} because the project either has Windows-specific dependencies or builds to a WinExe","TFM":"net6.0-windows10.0.19041","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsSdkTargetFrameworkSelectorFilter"} -{"@t":"2022-06-09T14:43:17.6981896Z","@mt":"Initializing upgrade step {StepTitle}","StepTitle":"Finalize upgrade","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:43:17.6993110Z","@mt":"Step {StepTitle} initialized","@l":"Debug","StepTitle":"Finalize upgrade","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:43:17.6993364Z","@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-06-09T14:43:17.7041018Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:17.7042046Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ecd622be-17f2-43d9-a5d7-db91b4c72765\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:17.7045504Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\ecd622be-17f2-43d9-a5d7-db91b4c72765\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:17.7046205Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:17.7350234Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:17.8344621Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:17.8351090Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:17.8450129Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:17.8450780Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8d50ae15-60bb-4f64-a0b9-b3b09a4c74d6\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:17.8453849Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\8d50ae15-60bb-4f64-a0b9-b3b09a4c74d6\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:17.8454380Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:17.8751026Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:17.9716745Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:17.9721101Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"All packages and projects are compatible with net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:17.9762994Z","@mt":"Skip minimum dependency check because Windows App SDK cannot work with targets lower than already recommended TFM.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.TargetFramework.DependencyMinimumTargetFrameworkSelectorFilter"} -{"@t":"2022-06-09T14:43:17.9787800Z","@mt":"Recommending Windows TFM {TFM} because the project either has Windows-specific dependencies or builds to a WinExe","TFM":"net6.0-windows10.0.19041","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsSdkTargetFrameworkSelectorFilter"} -{"@t":"2022-06-09T14:43:17.9852592Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:17.9853694Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4ba6db00-745d-47c5-880e-5fedc8533407\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:17.9856866Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\4ba6db00-745d-47c5-880e-5fedc8533407\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:17.9857442Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:18.0412162Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:18.2517169Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:18.2518587Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:18.2643059Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Running restore with 8 concurrent jobs.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:18.2643756Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Reading project file C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fe4d72f5-28a4-4241-8a86-c8b891467d51\\project.txt.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:18.2646509Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for C:\\Users\\chrisho\\AppData\\Local\\Temp\\dotnet-ua\\restores\\fe4d72f5-28a4-4241-8a86-c8b891467d51\\project.txt...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:18.2647179Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Restoring packages for .NETCoreApp,Version=v6.0...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:18.3239255Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Resolving conflicts for net6.0-windows10.0.19041...","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:18.5255393Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Checking compatibility of packages on net6.0-windows10.0.19041.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:18.5256849Z","@mt":"[NuGet] {NuGetMessage}","@l":"Debug","NuGetMessage":"Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 is not compatible with net6.0-windows10.0.19041 (.NETCoreApp,Version=v6.0). Package Microsoft.Xaml.Behaviors.Uwp.Managed 2.0.1 supports: uap10.0 (UAP,Version=v10.0)","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.NuGet.NuGetTransitiveDependencyIdentifier"} -{"@t":"2022-06-09T14:43:18.5345816Z","@mt":"Skip minimum dependency check because Windows App SDK cannot work with targets lower than already recommended TFM.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.TargetFramework.DependencyMinimumTargetFrameworkSelectorFilter"} -{"@t":"2022-06-09T14:43:18.5405102Z","@mt":"Recommending Windows TFM {TFM} because the project either has Windows-specific dependencies or builds to a WinExe","TFM":"net6.0-windows10.0.19041","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.Windows.WindowsSdkTargetFrameworkSelectorFilter"} -{"@t":"2022-06-09T14:43:24.4829480Z","@mt":"Applying upgrade step {StepTitle}","StepTitle":"Finalize upgrade","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Solution.FinalizeSolutionStep"} -{"@t":"2022-06-09T14:43:24.4841614Z","@mt":"Upgrade step {StepTitle} applied successfully","StepTitle":"Finalize upgrade","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Steps.Solution.FinalizeSolutionStep"} -{"@t":"2022-06-09T14:43:26.9733469Z","@mt":"No applicable upgrade steps found","@l":"Debug","SourceContext":"Microsoft.DotNet.UpgradeAssistant.UpgraderManager"} -{"@t":"2022-06-09T14:43:26.9736177Z","@mt":"Upgrade has completed. Please review any changes.","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Cli.ConsoleUpgrade"} -{"@t":"2022-06-09T14:43:27.0317989Z","@mt":"Hosting started","@l":"Debug","EventId":{"Id":2,"Name":"Started"},"SourceContext":"Microsoft.Extensions.Hosting.Internal.Host"} -{"@t":"2022-06-09T14:43:27.0370356Z","@mt":"Hosting stopping","@l":"Debug","EventId":{"Id":3,"Name":"Stopping"},"SourceContext":"Microsoft.Extensions.Hosting.Internal.Host"} -{"@t":"2022-06-09T14:43:27.0377350Z","@mt":"Hosting stopped","@l":"Debug","EventId":{"Id":4,"Name":"Stopped"},"SourceContext":"Microsoft.Extensions.Hosting.Internal.Host"} -{"@t":"2022-06-09T14:43:27.0427082Z","@mt":"{Name} extension is unloading","@l":"Debug","Name":"UA_NuGetb1de2379f7544ede9f1a2cf6d40183cb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} -{"@t":"2022-06-09T14:43:27.0429626Z","@mt":"{Name} extension is unloading","@l":"Debug","Name":"UA_Defaultb1de2379f7544ede9f1a2cf6d40183cb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} -{"@t":"2022-06-09T14:43:27.0430138Z","@mt":"{Name} extension is unloading","@l":"Debug","Name":"UA_try-convertb1de2379f7544ede9f1a2cf6d40183cb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} -{"@t":"2022-06-09T14:43:27.0430283Z","@mt":"{Name} extension is unloading","@l":"Debug","Name":"UA_VBb1de2379f7544ede9f1a2cf6d40183cb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} -{"@t":"2022-06-09T14:43:27.0431343Z","@mt":"{Name} extension is unloading","@l":"Debug","Name":"UA_Webb1de2379f7544ede9f1a2cf6d40183cb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} -{"@t":"2022-06-09T14:43:27.0431515Z","@mt":"{Name} extension is unloading","@l":"Debug","Name":"UA_windowsb1de2379f7544ede9f1a2cf6d40183cb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"} -{"@t":"2022-06-09T14:43:27.0431617Z","@mt":"{Name} extension is unloading","@l":"Debug","Name":"UA_MAUIb1de2379f7544ede9f1a2cf6d40183cb","SourceContext":"Microsoft.DotNet.UpgradeAssistant.Extensions.ExtensionInstance"}